Shades of Fern #64BF74
Tints of Fern #64BF74
RGB
CMYK
RGB Variations
Color information
#64BF74 (or 0x64BF74) is known color: Fern. HEX triplet: 64, BF and 74. RGB value is (100,191,116). Sum of RGB (Red+Green+Blue) = 100+191+116=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BF74 is #9B408B. Grayscale: #9B9B9B. Windows color (decimal): -10174604 or 7651172. OLE color: 7651172.
HSL color Cylindrical-coordinate representation of color #64BF74: hue angle of 130.55º 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 #64BF74 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 191 | 116 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.25 |
| HSL | 130.55º | 0.42% | 0.57% | - |
| HSV(B) | 130.55º | 0.48% | 0.75% | - |
| XYZ | 27.04 | 41.23 | 23.06 | - |
| YUV | 155.24 | 105.85 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 116 | 0.48 | 0 | 0.39 | 0.25 | 130.55 | 0.42 | 0.57 |
| Hex | 64 | BF | 74 | 30 | 0 | 27 | 19 | 83 | 2A | 39 |
| Octal | 144 | 277 | 164 | 60 | 0 | 47 | 31 | 203 | 52 | 71 |
| Binary | 1100100 | 10111111 | 1110100 | 110000 | 0 | 100111 | 11001 | 10000011 | 101010 | 111001 |
Color Harmonies of #64BF74
Complementary color
Monochromatic Colors of #64BF74
Black with #64BF74
Text Example
Text Example
White with #64BF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BF74; }
p { color: rgb(100,191,116); }
H1.HeaderClassName
{
color: #64BF74;
}
.AnyTagClassName
{
color: #64BF74;
}
</style>
background-color css
<style>
a { background-color: #64BF74; }
a { background-color: rgb(100,191,116); }
div.DivClassName
{
background-color: #64BF74;
}
.BgClassName
{
background-color: #64BF74;
}
</style>
border-color css
<style>
span { border-color: #64BF74; }
span { border-color: rgb(100,191,116); }
td.TdClassName
{
border-color: #64BF74;
}
.TagClassName
{
border-color: #64BF74;
}
</style>