#64CA6B

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

Shades of Fern #64CA6B

Tints of Fern #64CA6B

Color information

#64CA6B (or 0x64CA6B) is unknown color: approx Fern. HEX triplet: 64, CA and 6B. RGB value is (100,202,107). Sum of RGB (Red+Green+Blue) = 100+202+107=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CA6B is #9B3594. Grayscale: #A0A0A0. Windows color (decimal): -10171797 or 7064164. OLE color: 7064164.

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

Color convert

RGB100202107-
CMYK0.5000.470.21
HSL124.12º49.04%59.22%-
HSV(B)124.12º50.5%79.22%-
XYZ29.0346.0121.26-
YUV160.6797.7184.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.45%
GREEN value IS 202 (79.30% from 255) = 49.39%
BLUE value IS 107 (42.19% from 255) = 26.16%
R=24.45%
G=49.39%
B=26.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002021070.5000.470.21124.1249.0459.22
Hex64CA6B3202F157c313b
Octal14431215362057251746173
Binary11001001100101011010111100100101111101011111100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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