#53CB6B

Color #53CB6B Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #53CB6B

Tints of Emerald #53CB6B

Color information

#53CB6B (or 0x53CB6B) is unknown color: approx Emerald. HEX triplet: 53, CB and 6B. RGB value is (83,203,107). Sum of RGB (Red+Green+Blue) = 83+203+107=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #53CB6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CB6B is #AC3494. Grayscale: #9C9C9C. Windows color (decimal): -11285653 or 7064403. OLE color: 7064403.

HSL color Cylindrical-coordinate representation of color #53CB6B: hue angle of 132º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CB6B is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB83203107-
CMYK0.5900.470.20
HSL132º53.57%56.08%-
HSV(B)132º59.11%79.61%-
XYZ27.5845.6121.26-
YUV156.18100.2475.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 21.12%
GREEN value IS 203 (79.69% from 255) = 51.65%
BLUE value IS 107 (42.19% from 255) = 27.23%
R=21.12%
G=51.65%
B=27.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal832031070.5900.470.2013253.5756.08
Hex53CB6B3B02F14843638
Octal12331315373057242046670
Binary101001111001011110101111101101011111010010000100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53CB6B; }

 p { color: rgb(83,203,107); }

 H1.HeaderClassName
 {
   color: #53CB6B;
 }
 .AnyTagClassName
 {
   color: #53CB6B;
 }
</style>
background-color css

<style>
 a { background-color: #53CB6B; }

 a { background-color: rgb(83,203,107); }

 div.DivClassName
 {
   background-color: #53CB6B;
 }
 .BgClassName
 {
   background-color: #53CB6B;
 }
</style>
border-color css

<style>
 span { border-color: #53CB6B; }

 span { border-color: rgb(83,203,107); }

 td.TdClassName
 {
   border-color: #53CB6B;
 }
 .TagClassName
 {
   border-color: #53CB6B;
 }
</style>