#55CA66

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

Shades of Fern #55CA66

Tints of Fern #55CA66

Color information

#55CA66 (or 0x55CA66) is unknown color: approx Fern. HEX triplet: 55, CA and 66. RGB value is (85,202,102). Sum of RGB (Red+Green+Blue) = 85+202+102=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CA66 is #AA3599. Grayscale: #9B9B9B. Windows color (decimal): -11154842 or 6736469. OLE color: 6736469.

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

Color convert

RGB85202102-
CMYK0.5800.500.21
HSL128.72º52.47%56.27%-
HSV(B)128.72º57.92%79.22%-
XYZ27.2745.1319.84-
YUV155.6297.7477.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.85%
GREEN value IS 202 (79.30% from 255) = 51.93%
BLUE value IS 102 (40.23% from 255) = 26.22%
R=21.85%
G=51.93%
B=26.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852021020.5800.500.21128.7252.4756.27
Hex55CA663A03215813438
Octal12531214672062252016470
Binary101010111001010110011011101001100101010110000001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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