#64BF6C

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

Shades of Fern #64BF6C

Tints of Fern #64BF6C

Color information

#64BF6C (or 0x64BF6C) is unknown color: approx Fern. HEX triplet: 64, BF and 6C. RGB value is (100,191,108). Sum of RGB (Red+Green+Blue) = 100+191+108=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BF6C is #9B4093. Grayscale: #9A9A9A. Windows color (decimal): -10174612 or 7126884. OLE color: 7126884.

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

Color convert

RGB100191108-
CMYK0.4800.430.25
HSL125.27º41.55%57.06%-
HSV(B)125.27º47.64%74.9%-
XYZ26.5941.0520.71-
YUV154.33101.8589.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.06%
GREEN value IS 191 (75% from 255) = 47.87%
BLUE value IS 108 (42.58% from 255) = 27.07%
R=25.06%
G=47.87%
B=27.07%

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
Decimal1001911080.4800.430.25125.2741.5557.06
Hex64BF6C3002B197d2a39
Octal14427715460053311755271
Binary11001001011111111011001100000101011110011111101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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