#64CA6A

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

Shades of Fern #64CA6A

Tints of Fern #64CA6A

Color information

#64CA6A (or 0x64CA6A) is unknown color: approx Fern. HEX triplet: 64, CA and 6A. RGB value is (100,202,106). Sum of RGB (Red+Green+Blue) = 100+202+106=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CA6A is #9B3595. Grayscale: #A0A0A0. Windows color (decimal): -10171798 or 6998628. OLE color: 6998628.

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

Color convert

RGB100202106-
CMYK0.5000.480.21
HSL123.53º49.04%59.22%-
HSV(B)123.53º50.5%79.22%-
XYZ28.9845.9920.99-
YUV160.5697.2184.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.51%
GREEN value IS 202 (79.30% from 255) = 49.51%
BLUE value IS 106 (41.80% from 255) = 25.98%
R=24.51%
G=49.51%
B=25.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002021060.5000.480.21123.5349.0459.22
Hex64CA6A32030157c313b
Octal14431215262060251746173
Binary11001001100101011010101100100110000101011111100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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