#55CA57

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

Shades of Fern #55CA57

Tints of Fern #55CA57

Color information

#55CA57 (or 0x55CA57) is unknown color: approx Fern. HEX triplet: 55, CA and 57. RGB value is (85,202,87). Sum of RGB (Red+Green+Blue) = 85+202+87=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 202 (79.30% from 255 or 54.01% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CA57 is #AA35A8. Grayscale: #9A9A9A. Windows color (decimal): -11154857 or 5753429. OLE color: 5753429.

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

Color convert

RGB8520287-
CMYK0.5800.570.21
HSL121.03º52.47%56.27%-
HSV(B)121.03º57.92%79.22%-
XYZ26.5944.8616.27-
YUV153.9190.2478.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 202 (79.30% from 255) = 54.01%
BLUE value IS 87 (34.38% from 255) = 23.26%
R=22.73%
G=54.01%
B=23.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85202870.5800.570.21121.0352.4756.27
Hex55CA573A03915793438
Octal12531212772071251716470
Binary10101011100101010101111110100111001101011111001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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