#55CA78

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

Shades of Emerald #55CA78

Tints of Emerald #55CA78

Color information

#55CA78 (or 0x55CA78) is unknown color: approx Emerald. HEX triplet: 55, CA and 78. RGB value is (85,202,120). Sum of RGB (Red+Green+Blue) = 85+202+120=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CA78 is #AA3587. Grayscale: #9D9D9D. Windows color (decimal): -11154824 or 7916117. OLE color: 7916117.

HSL color Cylindrical-coordinate representation of color #55CA78: hue angle of 137.95º 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 #55CA78 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB85202120-
CMYK0.5800.410.21
HSL137.95º52.47%56.27%-
HSV(B)137.95º57.92%79.22%-
XYZ28.2645.5325.07-
YUV157.67106.7476.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.88%
GREEN value IS 202 (79.30% from 255) = 49.63%
BLUE value IS 120 (47.27% from 255) = 29.48%
R=20.88%
G=49.63%
B=29.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852021200.5800.410.21137.9552.4756.27
Hex55CA783A029158a3438
Octal12531217072051252126470
Binary101010111001010111100011101001010011010110001010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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