#64CA6D

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

Shades of Fern #64CA6D

Tints of Fern #64CA6D

Color information

#64CA6D (or 0x64CA6D) is unknown color: approx Fern. HEX triplet: 64, CA and 6D. RGB value is (100,202,109). Sum of RGB (Red+Green+Blue) = 100+202+109=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CA6D is #9B3592. Grayscale: #A1A1A1. Windows color (decimal): -10171795 or 7195236. OLE color: 7195236.

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

Color convert

RGB100202109-
CMYK0.5000.460.21
HSL125.29º49.04%59.22%-
HSV(B)125.29º50.5%79.22%-
XYZ29.1446.0521.82-
YUV160.998.7184.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.33%
GREEN value IS 202 (79.30% from 255) = 49.15%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=24.33%
G=49.15%
B=26.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002021090.5000.460.21125.2949.0459.22
Hex64CA6D3202E157d313b
Octal14431215562056251756173
Binary11001001100101011011011100100101110101011111101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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