#55D559

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

Shades of Fern #55D559

Tints of Fern #55D559

Color information

#55D559 (or 0x55D559) is unknown color: approx Fern. HEX triplet: 55, D5 and 59. RGB value is (85,213,89). Sum of RGB (Red+Green+Blue) = 85+213+89=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 213 (83.59% from 255 or 55.04% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 213 - color contains mainly: green. Hex color #55D559 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D559 is #AA2AA6. Grayscale: #A0A0A0. Windows color (decimal): -11152039 or 5887317. OLE color: 5887317.

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

Color convert

RGB8521389-
CMYK0.6000.580.16
HSL121.88º60.38%58.43%-
HSV(B)121.88º60.09%83.53%-
XYZ29.3450.2417.6-
YUV160.5987.5974.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.96%
GREEN value IS 213 (83.59% from 255) = 55.04%
BLUE value IS 89 (35.16% from 255) = 23.00%
R=21.96%
G=55.04%
B=23.00%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85213890.6000.580.16121.8860.3858.43
Hex55D5593C03A107a3c3a
Octal12532513174072201727472
Binary10101011101010110110011111000111010100001111010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,213,89); }

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

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

 a { background-color: rgb(85,213,89); }

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

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

 span { border-color: rgb(85,213,89); }

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