#64B85F

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

Shades of Fern #64B85F

Tints of Fern #64B85F

Color information

#64B85F (or 0x64B85F) is unknown color: approx Fern. HEX triplet: 64, B8 and 5F. RGB value is (100,184,95). Sum of RGB (Red+Green+Blue) = 100+184+95=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 184 - color contains mainly: green. Hex color #64B85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B85F is #9B47A0. Grayscale: #959595. Windows color (decimal): -10176417 or 6273124. OLE color: 6273124.

HSL color Cylindrical-coordinate representation of color #64B85F: hue angle of 116.63º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64B85F is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB10018495-
CMYK0.4600.480.28
HSL116.63º38.53%54.71%-
HSV(B)116.63º48.37%72.16%-
XYZ24.4637.8216.84-
YUV148.7497.6793.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.39%
GREEN value IS 184 (72.27% from 255) = 48.55%
BLUE value IS 95 (37.5% from 255) = 25.07%
R=26.39%
G=48.55%
B=25.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal100184950.4600.480.28116.6338.5354.71
Hex64B85F2E0301C752737
Octal14427013756060341654767
Binary11001001011100010111111011100110000111001110101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,184,95); }

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

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

 a { background-color: rgb(100,184,95); }

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

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

 span { border-color: rgb(100,184,95); }

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