#55E36E

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

Shades of Emerald #55E36E

Tints of Emerald #55E36E

Color information

#55E36E (or 0x55E36E) is unknown color: approx Emerald. HEX triplet: 55, E3 and 6E. RGB value is (85,227,110). Sum of RGB (Red+Green+Blue) = 85+227+110=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 227 (89.06% from 255 or 53.79% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 227 - color contains mainly: green. Hex color #55E36E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E36E is #AA1C91. Grayscale: #ABABAB. Windows color (decimal): -11148434 or 7267157. OLE color: 7267157.

HSL color Cylindrical-coordinate representation of color #55E36E: hue angle of 130.56º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E36E is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB85227110-
CMYK0.6300.520.11
HSL130.56º71.72%61.18%-
HSV(B)130.56º62.56%89.02%-
XYZ34.035824.15-
YUV171.293.4666.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.14%
GREEN value IS 227 (89.06% from 255) = 53.79%
BLUE value IS 110 (43.36% from 255) = 26.07%
R=20.14%
G=53.79%
B=26.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal852271100.6300.520.11130.5671.7261.18
Hex55E36E3F034B83483d
Octal125343156770641320311075
Binary101010111100011110111011111101101001011100000111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,227,110); }

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

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

 a { background-color: rgb(85,227,110); }

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

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

 span { border-color: rgb(85,227,110); }

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