#55D061

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

Shades of Fern #55D061

Tints of Fern #55D061

Color information

#55D061 (or 0x55D061) is unknown color: approx Fern. HEX triplet: 55, D0 and 61. RGB value is (85,208,97). Sum of RGB (Red+Green+Blue) = 85+208+97=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #55D061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D061 is #AA2F9E. Grayscale: #9E9E9E. Windows color (decimal): -11153311 or 6410325. OLE color: 6410325.

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

Color convert

RGB8520897-
CMYK0.5900.530.18
HSL125.85º56.68%57.45%-
HSV(B)125.85º59.13%81.57%-
XYZ28.4647.9119.06-
YUV158.5793.2575.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.79%
GREEN value IS 208 (81.64% from 255) = 53.33%
BLUE value IS 97 (38.28% from 255) = 24.87%
R=21.79%
G=53.33%
B=24.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal85208970.5900.530.18125.8556.6857.45
Hex55D0613B035127e3939
Octal12532014173065221767171
Binary10101011101000011000011110110110101100101111110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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