#55d252

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

Shades of Fern #55D252

Tints of Fern #55D252

Color information

#55D252 (or 0x55D252) is unknown color: approx Fern. HEX triplet: 55, D2 and 52. RGB value is (85,210,82). Sum of RGB (Red+Green+Blue) = 85+210+82=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 210 (82.42% from 255 or 55.70% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 210 - color contains mainly: green. Hex color #55D252 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D252 is #AA2DAD. Grayscale: #9E9E9E. Windows color (decimal): -11152814 or 5427797. OLE color: 5427797.

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

Color convert

RGB8521082-
CMYK0.6000.610.18
HSL118.59º58.72%57.25%-
HSV(B)118.59º60.95%82.35%-
XYZ28.3248.6315.88-
YUV158.0385.0975.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.55%
GREEN value IS 210 (82.42% from 255) = 55.70%
BLUE value IS 82 (32.42% from 255) = 21.75%
R=22.55%
G=55.70%
B=21.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal85210820.6000.610.18118.5958.7257.25
Hex55D2523C03D12773b39
Octal12532212274075221677371
Binary10101011101001010100101111000111101100101110111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55d252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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