#55D27F

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

Shades of Emerald #55D27F

Tints of Emerald #55D27F

Color information

#55D27F (or 0x55D27F) is unknown color: approx Emerald. HEX triplet: 55, D2 and 7F. RGB value is (85,210,127). Sum of RGB (Red+Green+Blue) = 85+210+127=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #55D27F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D27F is #AA2D80. Grayscale: #A3A3A3. Windows color (decimal): -11152769 or 8376917. OLE color: 8376917.

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

Color convert

RGB85210127-
CMYK0.6000.400.18
HSL140.16º58.14%57.84%-
HSV(B)140.16º59.52%82.35%-
XYZ30.6249.5628.03-
YUV163.16107.5972.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.14%
GREEN value IS 210 (82.42% from 255) = 49.76%
BLUE value IS 127 (50% from 255) = 30.09%
R=20.14%
G=49.76%
B=30.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852101270.6000.400.18140.1658.1457.84
Hex55D27F3C028128c3a3a
Octal12532217774050222147272
Binary101010111010010111111111110001010001001010001100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,210,127); }

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

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

 a { background-color: rgb(85,210,127); }

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

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

 span { border-color: rgb(85,210,127); }

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