#55D25E

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

Shades of Fern #55D25E

Tints of Fern #55D25E

Color information

#55D25E (or 0x55D25E) is unknown color: approx Fern. HEX triplet: 55, D2 and 5E. RGB value is (85,210,94). Sum of RGB (Red+Green+Blue) = 85+210+94=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 210 (82.42% from 255 or 53.98% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 210 - color contains mainly: green. Hex color #55D25E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D25E is #AA2DA1. Grayscale: #9F9F9F. Windows color (decimal): -11152802 or 6214229. OLE color: 6214229.

HSL color Cylindrical-coordinate representation of color #55D25E: hue angle of 124.32º 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 #55D25E is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB8521094-
CMYK0.6000.550.18
HSL124.32º58.14%57.84%-
HSV(B)124.32º59.52%82.35%-
XYZ28.8148.8318.5-
YUV159.491.0974.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.85%
GREEN value IS 210 (82.42% from 255) = 53.98%
BLUE value IS 94 (37.11% from 255) = 24.16%
R=21.85%
G=53.98%
B=24.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal85210940.6000.550.18124.3258.1457.84
Hex55D25E3C037127c3a3a
Octal12532213674067221747272
Binary10101011101001010111101111000110111100101111100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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