#55CA64

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

Shades of Fern #55CA64

Tints of Fern #55CA64

Color information

#55CA64 (or 0x55CA64) is unknown color: approx Fern. HEX triplet: 55, CA and 64. RGB value is (85,202,100). Sum of RGB (Red+Green+Blue) = 85+202+100=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 202 (79.30% from 255 or 52.20% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CA64 is #AA359B. Grayscale: #9B9B9B. Windows color (decimal): -11154844 or 6605397. OLE color: 6605397.

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

Color convert

RGB85202100-
CMYK0.5800.500.21
HSL127.69º52.47%56.27%-
HSV(B)127.69º57.92%79.22%-
XYZ27.1745.0919.33-
YUV155.3996.7477.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.96%
GREEN value IS 202 (79.30% from 255) = 52.20%
BLUE value IS 100 (39.45% from 255) = 25.84%
R=21.96%
G=52.20%
B=25.84%

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
Decimal852021000.5800.500.21127.6952.4756.27
Hex55CA643A03215803438
Octal12531214472062252006470
Binary101010111001010110010011101001100101010110000000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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