#64CA6F

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

Shades of Fern #64CA6F

Tints of Fern #64CA6F

Color information

#64CA6F (or 0x64CA6F) is unknown color: approx Fern. HEX triplet: 64, CA and 6F. RGB value is (100,202,111). Sum of RGB (Red+Green+Blue) = 100+202+111=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CA6F is #9B3590. Grayscale: #A1A1A1. Windows color (decimal): -10171793 or 7326308. OLE color: 7326308.

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

Color convert

RGB100202111-
CMYK0.5000.450.21
HSL126.47º49.04%59.22%-
HSV(B)126.47º50.5%79.22%-
XYZ29.2546.122.4-
YUV161.1399.7184.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.21%
GREEN value IS 202 (79.30% from 255) = 48.91%
BLUE value IS 111 (43.75% from 255) = 26.88%
R=24.21%
G=48.91%
B=26.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002021110.5000.450.21126.4749.0459.22
Hex64CA6F3202D157e313b
Octal14431215762055251766173
Binary11001001100101011011111100100101101101011111110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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