#64BF6F

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

Shades of Fern #64BF6F

Tints of Fern #64BF6F

Color information

#64BF6F (or 0x64BF6F) is unknown color: approx Fern. HEX triplet: 64, BF and 6F. RGB value is (100,191,111). Sum of RGB (Red+Green+Blue) = 100+191+111=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BF6F is #9B4090. Grayscale: #9A9A9A. Windows color (decimal): -10174609 or 7323492. OLE color: 7323492.

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

Color convert

RGB100191111-
CMYK0.4800.420.25
HSL127.25º41.55%57.06%-
HSV(B)127.25º47.64%74.9%-
XYZ26.7641.1221.57-
YUV154.67103.3589-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.88%
GREEN value IS 191 (75% from 255) = 47.51%
BLUE value IS 111 (43.75% from 255) = 27.61%
R=24.88%
G=47.51%
B=27.61%

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
Decimal1001911110.4800.420.25127.2541.5557.06
Hex64BF6F3002A197f2a39
Octal14427715760052311775271
Binary11001001011111111011111100000101010110011111111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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