COLOR #53CB66

HEX: #53CB66
RGB: (83,203,102)

Color info

#53CB66 contains mainly green color. Web safe color of #53CB66 is #66CC66 (or #6C6).

RGB color model

#53CB66 color RGB value is (83,203,102).

  • red value is 83;
  • green value is 203;
  • blue value is 102.
RGB:
(83,203,102)
(33%,80%,40%)

RGB channels and saturation

R 83 of 255 = 33%
G 203 of 255 = 80%
B 102 of 255 = 40%

83
203
102

R + G + B ~ 51%. #53CB66 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 203 + 102 = 388 (100%)
R 83 of 388 ~ 21.39%
G 203 of 388 ~ 52.32%
B 102 of 388 ~ 26.29%

%21.39
%52.32
%26.29

CMYK color model

#53CB66 color CMYK value is (59,0,50,20).

  • cyan value is 59.11%
  • magenta value is 0.00%
  • yellow value is 49.75%
  • key color value is 20.39%
CMYK:
(59,0,50,20)
C59M0Y50K20 
(59%,0%,50%,20%)
(0.59/0.00/0.50/0.20)	

CMYK percentages

%59.11
%0
%49.75
%20.39

Codes

Color #53CB66 in popluar color models

53CB66
RGB83203102
HSL130°53.57%56.08%
HSB/HSV130°59.11%79.61%
CMYK59.11%0.00%49.75%
20.39%

Color #53CB66 in popluar number systems.

HEX53CB66
Decimal83203102
Binary1010011110010111100110
Octal123313146

Shades and tints

Shades of #53CB66

#53CB66
(83,203,102)
#4CB95D
(76,185,93)
#45A754
(69,167,84)
#3E954B
(62,149,75)
#378342
(55,131,66)
#307139
(48,113,57)
#295F30
(41,95,48)
#224D27
(34,77,39)
#1B3B1E
(27,59,30)
#142915
(20,41,21)
#0D170C
(13,23,12)
#000000
(0,0,0)

Tints of #53CB66

#53CB66
(83,203,102)
#62CF73
(98,207,115)
#71D380
(113,211,128)
#80D78D
(128,215,141)
#8FDB9A
(143,219,154)
#9EDFA7
(158,223,167)
#ADE3B4
(173,227,180)
#BCE7C1
(188,231,193)
#CBEBCE
(203,235,206)
#DAEFDB
(218,239,219)
#E9F3E8
(233,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53CB66 color. Also use rgb(83,203,102) instead hex code.

Text Font Color

.myTextColor { color: #53CB66; }

<p style="color:#53CB66">This sample text font color is #53CB66.</p>

This text font color is #53CB66.


Background Color

.myBgColor { background-color: #53CB66; }

<div style="background-color:#53CB66">Inner text</div>

This div background color is #53CB66.


Border color

.myBorderColor { border: 1px solid #53CB66; }

<div style="border:3px solid #53CB66">Div</div>

This div border color is #53CB66.


Opacity

.myOpacity80 { color: #53CB66; opacity: 0.8; }

<p style="color:#53CB66;opacity:0.8;">80%</p>

Text with #53CB66 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #53CB66;}

<p style="text-shadow: 3px 3px 1px #53CB66">Text here.</p>

This text has shadow with #53CB66 color.

.textShadow {text-shadow: 3px 3px 1px #53CB66, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #53CB66, 5px 5px 20px red">Text here.</p>

This text has shadow with #53CB66 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#53CB66, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#53CB66, Direction=45, Strength=4)">Text</p>

This text has shadow with #53CB66 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #53CB66;
  -webkit-box-shadow:	1px 1px 3px 2px #53CB66;
  box-shadow:		1px 1px 3px 2px #53CB66;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #53CB66;
-webkit-box-shadow: 1px 1px 3px 2px #53CB66;
box-shadow:1px 1px 3px 2px #53CB66;">
Div content here</div>
This div box has shadow with color #53CB66.

Preview

Color preview on black background

This text has color #53CB66 on black background.


Color preview on white background

This text has color #53CB66 on white background.



Black color preview on #53CB66 background

This text has black color on #53CB66 background.


White color preview on #53CB66 background

This text has white color on #53CB66 background.