#55D053

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

Shades of Fern #55D053

Tints of Fern #55D053

Color information

#55D053 (or 0x55D053) is unknown color: approx Fern. HEX triplet: 55, D0 and 53. RGB value is (85,208,83). Sum of RGB (Red+Green+Blue) = 85+208+83=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #55D053 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D053 is #AA2FAC. Grayscale: #9D9D9D. Windows color (decimal): -11153325 or 5492821. OLE color: 5492821.

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

Color convert

RGB8520883-
CMYK0.5900.600.18
HSL119.04º57.08%57.06%-
HSV(B)119.04º60.1%81.57%-
XYZ27.8647.6715.92-
YUV156.9786.2576.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.61%
GREEN value IS 208 (81.64% from 255) = 55.32%
BLUE value IS 83 (32.81% from 255) = 22.07%
R=22.61%
G=55.32%
B=22.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal85208830.5900.600.18119.0457.0857.06
Hex55D0533B03C12773939
Octal12532012373074221677171
Binary10101011101000010100111110110111100100101110111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,208,83); }

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

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

 a { background-color: rgb(85,208,83); }

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

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

 span { border-color: rgb(85,208,83); }

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