#64CA76

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

Shades of Fern #64CA76

Tints of Fern #64CA76

Color information

#64CA76 (or 0x64CA76) is unknown color: approx Fern. HEX triplet: 64, CA and 76. RGB value is (100,202,118). Sum of RGB (Red+Green+Blue) = 100+202+118=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CA76 is #9B3589. Grayscale: #A2A2A2. Windows color (decimal): -10171786 or 7785060. OLE color: 7785060.

HSL color Cylindrical-coordinate representation of color #64CA76: hue angle of 130.59º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64CA76 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB100202118-
CMYK0.5000.420.21
HSL130.59º49.04%59.22%-
HSV(B)130.59º50.5%79.22%-
XYZ29.6546.2624.51-
YUV161.93103.2183.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.81%
GREEN value IS 202 (79.30% from 255) = 48.10%
BLUE value IS 118 (46.48% from 255) = 28.10%
R=23.81%
G=48.10%
B=28.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002021180.5000.420.21130.5949.0459.22
Hex64CA763202A1583313b
Octal14431216662052252036173
Binary110010011001010111011011001001010101010110000011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64CA76; }

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

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

<style>
 a { background-color: #64CA76; }

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

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

<style>
 span { border-color: #64CA76; }

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

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