#55CA5D

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

Shades of Fern #55CA5D

Tints of Fern #55CA5D

Color information

#55CA5D (or 0x55CA5D) is unknown color: approx Fern. HEX triplet: 55, CA and 5D. RGB value is (85,202,93). Sum of RGB (Red+Green+Blue) = 85+202+93=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CA5D is #AA35A2. Grayscale: #9A9A9A. Windows color (decimal): -11154851 or 6146645. OLE color: 6146645.

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

Color convert

RGB8520293-
CMYK0.5800.540.21
HSL124.1º52.47%56.27%-
HSV(B)124.1º57.92%79.22%-
XYZ26.8444.9617.62-
YUV154.5993.2478.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.37%
GREEN value IS 202 (79.30% from 255) = 53.16%
BLUE value IS 93 (36.72% from 255) = 24.47%
R=22.37%
G=53.16%
B=24.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85202930.5800.540.21124.152.4756.27
Hex55CA5D3A036157c3438
Octal12531213572066251746470
Binary10101011100101010111011110100110110101011111100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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