#55CA52

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

Shades of Fern #55CA52

Tints of Fern #55CA52

Color information

#55CA52 (or 0x55CA52) is unknown color: approx Fern. HEX triplet: 55, CA and 52. RGB value is (85,202,82). Sum of RGB (Red+Green+Blue) = 85+202+82=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CA52 is #AA35AD. Grayscale: #999999. Windows color (decimal): -11154862 or 5425749. OLE color: 5425749.

HSL color Cylindrical-coordinate representation of color #55CA52: hue angle of 118.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CA52 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB8520282-
CMYK0.5800.590.21
HSL118.5º53.1%55.69%-
HSV(B)118.5º59.41%79.22%-
XYZ26.3944.7815.24-
YUV153.3487.7479.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.04%
GREEN value IS 202 (79.30% from 255) = 54.74%
BLUE value IS 82 (32.42% from 255) = 22.22%
R=23.04%
G=54.74%
B=22.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85202820.5800.590.21118.553.155.69
Hex55CA523A03B15763538
Octal12531212272073251666570
Binary10101011100101010100101110100111011101011110110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,202,82); }

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

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

 a { background-color: rgb(85,202,82); }

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

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

 span { border-color: rgb(85,202,82); }

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