#55CA6B

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

Shades of Emerald #55CA6B

Tints of Emerald #55CA6B

Color information

#55CA6B (or 0x55CA6B) is unknown color: approx Emerald. HEX triplet: 55, CA and 6B. RGB value is (85,202,107). Sum of RGB (Red+Green+Blue) = 85+202+107=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 202 (79.30% from 255 or 51.27% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CA6B is #AA3594. Grayscale: #9C9C9C. Windows color (decimal): -11154837 or 7064149. OLE color: 7064149.

HSL color Cylindrical-coordinate representation of color #55CA6B: hue angle of 131.28º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CA6B is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB85202107-
CMYK0.5800.470.21
HSL131.28º52.47%56.27%-
HSV(B)131.28º57.92%79.22%-
XYZ27.5245.2321.19-
YUV156.19100.2477.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.57%
GREEN value IS 202 (79.30% from 255) = 51.27%
BLUE value IS 107 (42.19% from 255) = 27.16%
R=21.57%
G=51.27%
B=27.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852021070.5800.470.21131.2852.4756.27
Hex55CA6B3A02F15833438
Octal12531215372057252036470
Binary101010111001010110101111101001011111010110000011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55CA6B; }

 p { color: rgb(85,202,107); }

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

<style>
 a { background-color: #55CA6B; }

 a { background-color: rgb(85,202,107); }

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

<style>
 span { border-color: #55CA6B; }

 span { border-color: rgb(85,202,107); }

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