#55c460

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

Shades of Fern #55C460

Tints of Fern #55C460

Color information

#55C460 (or 0x55C460) is unknown color: approx Fern. HEX triplet: 55, C4 and 60. RGB value is (85,196,96). Sum of RGB (Red+Green+Blue) = 85+196+96=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 196 (76.95% from 255 or 51.99% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 196 - color contains mainly: green. Hex color #55C460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C460 is #AA3B9F. Grayscale: #979797. Windows color (decimal): -11156384 or 6341717. OLE color: 6341717.

HSL color Cylindrical-coordinate representation of color #55C460: hue angle of 125.95º degrees, saturation: 0.48, 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 #55C460 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB8519696-
CMYK0.5700.510.23
HSL125.95º48.47%55.1%-
HSV(B)125.95º56.63%76.86%-
XYZ25.642.2617.87-
YUV151.4196.7380.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.55%
GREEN value IS 196 (76.95% from 255) = 51.99%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=22.55%
G=51.99%
B=25.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal85196960.5700.510.23125.9548.4755.1
Hex55C46039033177e3037
Octal12530414071063271766067
Binary10101011100010011000001110010110011101111111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55c460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,196,96); }

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

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

 a { background-color: rgb(85,196,96); }

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

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

 span { border-color: rgb(85,196,96); }

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