#55D578

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

Shades of Emerald #55D578

Tints of Emerald #55D578

Color information

#55D578 (or 0x55D578) is unknown color: approx Emerald. HEX triplet: 55, D5 and 78. RGB value is (85,213,120). Sum of RGB (Red+Green+Blue) = 85+213+120=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #55D578 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D578 is #AA2A87. Grayscale: #A4A4A4. Windows color (decimal): -11152008 or 7918933. OLE color: 7918933.

HSL color Cylindrical-coordinate representation of color #55D578: hue angle of 136.41º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D578 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB85213120-
CMYK0.6000.440.16
HSL136.41º60.38%58.43%-
HSV(B)136.41º60.09%83.53%-
XYZ30.9350.8825.96-
YUV164.13103.0971.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.33%
GREEN value IS 213 (83.59% from 255) = 50.96%
BLUE value IS 120 (47.27% from 255) = 28.71%
R=20.33%
G=50.96%
B=28.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal852131200.6000.440.16136.4160.3858.43
Hex55D5783C02C10883c3a
Octal12532517074054202107472
Binary101010111010101111100011110001011001000010001000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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