#55CA5F

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

Shades of Fern #55CA5F

Tints of Fern #55CA5F

Color information

#55CA5F (or 0x55CA5F) is unknown color: approx Fern. HEX triplet: 55, CA and 5F. RGB value is (85,202,95). Sum of RGB (Red+Green+Blue) = 85+202+95=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 202 (79.30% from 255 or 52.88% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CA5F is #AA35A0. Grayscale: #9B9B9B. Windows color (decimal): -11154849 or 6277717. OLE color: 6277717.

HSL color Cylindrical-coordinate representation of color #55CA5F: hue angle of 125.13º 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 #55CA5F is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB8520295-
CMYK0.5800.530.21
HSL125.13º52.47%56.27%-
HSV(B)125.13º57.92%79.22%-
XYZ26.934518.09-
YUV154.8294.2478.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.25%
GREEN value IS 202 (79.30% from 255) = 52.88%
BLUE value IS 95 (37.5% from 255) = 24.87%
R=22.25%
G=52.88%
B=24.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85202950.5800.530.21125.1352.4756.27
Hex55CA5F3A035157d3438
Octal12531213772065251756470
Binary10101011100101010111111110100110101101011111101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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