#55C558

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

Shades of Fern #55C558

Tints of Fern #55C558

Color information

#55C558 (or 0x55C558) is unknown color: approx Fern. HEX triplet: 55, C5 and 58. RGB value is (85,197,88). Sum of RGB (Red+Green+Blue) = 85+197+88=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 197 (77.34% from 255 or 53.24% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 197 - color contains mainly: green. Hex color #55C558 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C558 is #AA3AA7. Grayscale: #979797. Windows color (decimal): -11156136 or 5817685. OLE color: 5817685.

HSL color Cylindrical-coordinate representation of color #55C558: hue angle of 121.61º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C558 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB8519788-
CMYK0.5700.550.23
HSL121.61º49.12%55.29%-
HSV(B)121.61º56.85%77.25%-
XYZ25.4742.5716.11-
YUV151.0992.3980.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.97%
GREEN value IS 197 (77.34% from 255) = 53.24%
BLUE value IS 88 (34.77% from 255) = 23.78%
R=22.97%
G=53.24%
B=23.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal85197880.5700.550.23121.6149.1255.29
Hex55C55839037177a3137
Octal12530513071067271726167
Binary10101011100010110110001110010110111101111111010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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