#55CA5B

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

Shades of Fern #55CA5B

Tints of Fern #55CA5B

Color information

#55CA5B (or 0x55CA5B) is unknown color: approx Fern. HEX triplet: 55, CA and 5B. RGB value is (85,202,91). Sum of RGB (Red+Green+Blue) = 85+202+91=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CA5B is #AA35A4. Grayscale: #9A9A9A. Windows color (decimal): -11154853 or 6015573. OLE color: 6015573.

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

Color convert

RGB8520291-
CMYK0.5800.550.21
HSL123.08º52.47%56.27%-
HSV(B)123.08º57.92%79.22%-
XYZ26.7644.9317.16-
YUV154.3692.2478.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.49%
GREEN value IS 202 (79.30% from 255) = 53.44%
BLUE value IS 91 (35.94% from 255) = 24.07%
R=22.49%
G=53.44%
B=24.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85202910.5800.550.21123.0852.4756.27
Hex55CA5B3A037157b3438
Octal12531213372067251736470
Binary10101011100101010110111110100110111101011111011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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