Shades of Fern #64BF78
Tints of Fern #64BF78
RGB
CMYK
RGB Variations
Color information
#64BF78 (or 0x64BF78) is known color: Fern. HEX triplet: 64, BF and 78. RGB value is (100,191,120). Sum of RGB (Red+Green+Blue) = 100+191+120=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BF78 is #9B4087. Grayscale: #9B9B9B. Windows color (decimal): -10174600 or 7913316. OLE color: 7913316.
HSL color Cylindrical-coordinate representation of color #64BF78: hue angle of 133.19º 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 #64BF78 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 191 | 120 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.25 |
| HSL | 133.19º | 0.42% | 0.57% | - |
| HSV(B) | 133.19º | 0.48% | 0.75% | - |
| XYZ | 27.28 | 41.33 | 24.31 | - |
| YUV | 155.7 | 107.85 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 120 | 0.48 | 0 | 0.37 | 0.25 | 133.19 | 0.42 | 0.57 |
| Hex | 64 | BF | 78 | 30 | 0 | 25 | 19 | 85 | 2A | 39 |
| Octal | 144 | 277 | 170 | 60 | 0 | 45 | 31 | 205 | 52 | 71 |
| Binary | 1100100 | 10111111 | 1111000 | 110000 | 0 | 100101 | 11001 | 10000101 | 101010 | 111001 |
Color Harmonies of #64BF78
Complementary color
Monochromatic Colors of #64BF78
Black with #64BF78
Text Example
Text Example
White with #64BF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BF78; }
p { color: rgb(100,191,120); }
H1.HeaderClassName
{
color: #64BF78;
}
.AnyTagClassName
{
color: #64BF78;
}
</style>
background-color css
<style>
a { background-color: #64BF78; }
a { background-color: rgb(100,191,120); }
div.DivClassName
{
background-color: #64BF78;
}
.BgClassName
{
background-color: #64BF78;
}
</style>
border-color css
<style>
span { border-color: #64BF78; }
span { border-color: rgb(100,191,120); }
td.TdClassName
{
border-color: #64BF78;
}
.TagClassName
{
border-color: #64BF78;
}
</style>