#64BF6E

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

Shades of Fern #64BF6E

Tints of Fern #64BF6E

Color information

#64BF6E (or 0x64BF6E) is unknown color: approx Fern. HEX triplet: 64, BF and 6E. RGB value is (100,191,110). Sum of RGB (Red+Green+Blue) = 100+191+110=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BF6E is #9B4091. Grayscale: #9A9A9A. Windows color (decimal): -10174610 or 7257956. OLE color: 7257956.

HSL color Cylindrical-coordinate representation of color #64BF6E: hue angle of 126.59º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64BF6E is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB100191110-
CMYK0.4800.420.25
HSL126.59º41.55%57.06%-
HSV(B)126.59º47.64%74.9%-
XYZ26.741.121.28-
YUV154.56102.8589.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.94%
GREEN value IS 191 (75% from 255) = 47.63%
BLUE value IS 110 (43.36% from 255) = 27.43%
R=24.94%
G=47.63%
B=27.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001911100.4800.420.25126.5941.5557.06
Hex64BF6E3002A197f2a39
Octal14427715660052311775271
Binary11001001011111111011101100000101010110011111111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,191,110); }

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

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

 a { background-color: rgb(100,191,110); }

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

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

 span { border-color: rgb(100,191,110); }

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