#64BF6D

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

Shades of Fern #64BF6D

Tints of Fern #64BF6D

Color information

#64BF6D (or 0x64BF6D) is unknown color: approx Fern. HEX triplet: 64, BF and 6D. RGB value is (100,191,109). Sum of RGB (Red+Green+Blue) = 100+191+109=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BF6D is #9B4092. Grayscale: #9A9A9A. Windows color (decimal): -10174611 or 7192420. OLE color: 7192420.

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

Color convert

RGB100191109-
CMYK0.4800.430.25
HSL125.93º41.55%57.06%-
HSV(B)125.93º47.64%74.9%-
XYZ26.6541.0820.99-
YUV154.44102.3589.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25%
GREEN value IS 191 (75% from 255) = 47.75%
BLUE value IS 109 (42.97% from 255) = 27.25%
R=25%
G=47.75%
B=27.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001911090.4800.430.25125.9341.5557.06
Hex64BF6D3002B197e2a39
Octal14427715560053311765271
Binary11001001011111111011011100000101011110011111110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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