#55D658

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

Shades of Fern #55D658

Tints of Fern #55D658

Color information

#55D658 (or 0x55D658) is unknown color: approx Fern. HEX triplet: 55, D6 and 58. RGB value is (85,214,88). Sum of RGB (Red+Green+Blue) = 85+214+88=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 214 (83.98% from 255 or 55.30% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 214 - color contains mainly: green. Hex color #55D658 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D658 is #AA29A7. Grayscale: #A1A1A1. Windows color (decimal): -11151784 or 5822037. OLE color: 5822037.

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

Color convert

RGB8521488-
CMYK0.6000.590.16
HSL121.4º61.14%58.63%-
HSV(B)121.4º60.28%83.92%-
XYZ29.5550.7317.47-
YUV161.0686.7673.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.96%
GREEN value IS 214 (83.98% from 255) = 55.30%
BLUE value IS 88 (34.77% from 255) = 22.74%
R=21.96%
G=55.30%
B=22.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85214880.6000.590.16121.461.1458.63
Hex55D6583C03B10793d3b
Octal12532613074073201717573
Binary10101011101011010110001111000111011100001111001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,214,88); }

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

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

 a { background-color: rgb(85,214,88); }

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

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

 span { border-color: rgb(85,214,88); }

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