Shades of Fern #64BF6F
Tints of Fern #64BF6F
RGB
CMYK
RGB Variations
Color information
#64BF6F (or 0x64BF6F) is known color: 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
| RGB | 100 | 191 | 111 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.25 |
| HSL | 127.25º | 0.42% | 0.57% | - |
| HSV(B) | 127.25º | 0.48% | 0.75% | - |
| XYZ | 26.76 | 41.12 | 21.57 | - |
| YUV | 154.67 | 103.35 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 111 | 0.48 | 0 | 0.42 | 0.25 | 127.25 | 0.42 | 0.57 |
| Hex | 64 | BF | 6F | 30 | 0 | 2A | 19 | 7F | 2A | 39 |
| Octal | 144 | 277 | 157 | 60 | 0 | 52 | 31 | 177 | 52 | 71 |
| Binary | 1100100 | 10111111 | 1101111 | 110000 | 0 | 101010 | 11001 | 1111111 | 101010 | 111001 |
Color Harmonies of #64BF6F
Complementary color
Monochromatic Colors of #64BF6F
Black with #64BF6F
Text Example
Text Example
White with #64BF6F
Text Example
Text Example
HTML Codes & Css Web 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>