#55D78D

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

Shades of Emerald #55D78D

Tints of Emerald #55D78D

Color information

#55D78D (or 0x55D78D) is unknown color: approx Emerald. HEX triplet: 55, D7 and 8D. RGB value is (85,215,141). Sum of RGB (Red+Green+Blue) = 85+215+141=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #55D78D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D78D is #AA2872. Grayscale: #A7A7A7. Windows color (decimal): -11151475 or 9295701. OLE color: 9295701.

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

Color convert

RGB85215141-
CMYK0.6000.340.16
HSL145.85º61.9%58.82%-
HSV(B)145.85º60.47%84.31%-
XYZ32.8552.4633.59-
YUV167.69112.9369.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.27%
GREEN value IS 215 (84.38% from 255) = 48.75%
BLUE value IS 141 (55.47% from 255) = 31.97%
R=19.27%
G=48.75%
B=31.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal852151410.6000.340.16145.8561.958.82
Hex55D78D3C02210923e3b
Octal12532721574042202227673
Binary1010101110101111000110111110001000101000010010010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,215,141); }

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

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

 a { background-color: rgb(85,215,141); }

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

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

 span { border-color: rgb(85,215,141); }

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