#55CA60

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

Shades of Fern #55CA60

Tints of Fern #55CA60

Color information

#55CA60 (or 0x55CA60) is unknown color: approx Fern. HEX triplet: 55, CA and 60. RGB value is (85,202,96). Sum of RGB (Red+Green+Blue) = 85+202+96=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CA60 is #AA359F. Grayscale: #9B9B9B. Windows color (decimal): -11154848 or 6343253. OLE color: 6343253.

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

Color convert

RGB8520296-
CMYK0.5800.520.21
HSL125.64º52.47%56.27%-
HSV(B)125.64º57.92%79.22%-
XYZ26.9845.0218.33-
YUV154.9394.7478.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.19%
GREEN value IS 202 (79.30% from 255) = 52.74%
BLUE value IS 96 (37.89% from 255) = 25.07%
R=22.19%
G=52.74%
B=25.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85202960.5800.520.21125.6452.4756.27
Hex55CA603A034157e3438
Octal12531214072064251766470
Binary10101011100101011000001110100110100101011111110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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