#64CA71

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

Shades of Fern #64CA71

Tints of Fern #64CA71

Color information

#64CA71 (or 0x64CA71) is unknown color: approx Fern. HEX triplet: 64, CA and 71. RGB value is (100,202,113). Sum of RGB (Red+Green+Blue) = 100+202+113=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CA71 is #9B358E. Grayscale: #A1A1A1. Windows color (decimal): -10171791 or 7457380. OLE color: 7457380.

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

Color convert

RGB100202113-
CMYK0.5000.440.21
HSL127.65º49.04%59.22%-
HSV(B)127.65º50.5%79.22%-
XYZ29.3646.1422.98-
YUV161.36100.7184.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.10%
GREEN value IS 202 (79.30% from 255) = 48.67%
BLUE value IS 113 (44.53% from 255) = 27.23%
R=24.10%
G=48.67%
B=27.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002021130.5000.440.21127.6549.0459.22
Hex64CA713202C1580313b
Octal14431216162054252006173
Binary110010011001010111000111001001011001010110000000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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