#55CE58

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

Shades of Fern #55CE58

Tints of Fern #55CE58

Color information

#55CE58 (or 0x55CE58) is unknown color: approx Fern. HEX triplet: 55, CE and 58. RGB value is (85,206,88). Sum of RGB (Red+Green+Blue) = 85+206+88=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 206 (80.86% from 255 or 54.35% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CE58 is #AA31A7. Grayscale: #9C9C9C. Windows color (decimal): -11153832 or 5819989. OLE color: 5819989.

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

Color convert

RGB8520688-
CMYK0.5900.570.19
HSL121.49º55.25%57.06%-
HSV(B)121.49º58.74%80.78%-
XYZ27.5846.7816.81-
YUV156.3789.4177.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.43%
GREEN value IS 206 (80.86% from 255) = 54.35%
BLUE value IS 88 (34.77% from 255) = 23.22%
R=22.43%
G=54.35%
B=23.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal85206880.5900.570.19121.4955.2557.06
Hex55CE583B03913793739
Octal12531613073071231716771
Binary10101011100111010110001110110111001100111111001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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