#55B960

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

Shades of Fern #55B960

Tints of Fern #55B960

Color information

#55B960 (or 0x55B960) is unknown color: approx Fern. HEX triplet: 55, B9 and 60. RGB value is (85,185,96). Sum of RGB (Red+Green+Blue) = 85+185+96=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #55B960 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B960 is #AA469F. Grayscale: #919191. Windows color (decimal): -11159200 or 6338901. OLE color: 6338901.

HSL color Cylindrical-coordinate representation of color #55B960: hue angle of 126.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B960 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB8518596-
CMYK0.5400.480.27
HSL126.6º41.67%52.94%-
HSV(B)126.6º54.05%72.55%-
XYZ23.2137.4717.08-
YUV144.95100.3785.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.22%
GREEN value IS 185 (72.66% from 255) = 50.55%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=23.22%
G=50.55%
B=26.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85185960.5400.480.27126.641.6752.94
Hex55B960360301B7f2a35
Octal12527114066060331775265
Binary10101011011100111000001101100110000110111111111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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