Shades of Fern #64BB74
Tints of Fern #64BB74
RGB
CMYK
RGB Variations
Color information
#64BB74 (or 0x64BB74) is known color: Fern. HEX triplet: 64, BB and 74. RGB value is (100,187,116). Sum of RGB (Red+Green+Blue) = 100+187+116=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BB74 is #9B448B. Grayscale: #999999. Windows color (decimal): -10175628 or 7650148. OLE color: 7650148.
HSL color Cylindrical-coordinate representation of color #64BB74: hue angle of 131.03º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BB74 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 187 | 116 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.27 |
| HSL | 131.03º | 0.39% | 0.56% | - |
| HSV(B) | 131.03º | 0.47% | 0.73% | - |
| XYZ | 26.18 | 39.51 | 22.77 | - |
| YUV | 152.89 | 107.18 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 187 | 116 | 0.47 | 0 | 0.38 | 0.27 | 131.03 | 0.39 | 0.56 |
| Hex | 64 | BB | 74 | 2F | 0 | 26 | 1B | 83 | 27 | 38 |
| Octal | 144 | 273 | 164 | 57 | 0 | 46 | 33 | 203 | 47 | 70 |
| Binary | 1100100 | 10111011 | 1110100 | 101111 | 0 | 100110 | 11011 | 10000011 | 100111 | 111000 |
Color Harmonies of #64BB74
Complementary color
Monochromatic Colors of #64BB74
Black with #64BB74
Text Example
Text Example
White with #64BB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BB74; }
p { color: rgb(100,187,116); }
H1.HeaderClassName
{
color: #64BB74;
}
.AnyTagClassName
{
color: #64BB74;
}
</style>
background-color css
<style>
a { background-color: #64BB74; }
a { background-color: rgb(100,187,116); }
div.DivClassName
{
background-color: #64BB74;
}
.BgClassName
{
background-color: #64BB74;
}
</style>
border-color css
<style>
span { border-color: #64BB74; }
span { border-color: rgb(100,187,116); }
td.TdClassName
{
border-color: #64BB74;
}
.TagClassName
{
border-color: #64BB74;
}
</style>