Shades of Fern #64BD75
Tints of Fern #64BD75
RGB
CMYK
RGB Variations
Color information
#64BD75 (or 0x64BD75) is known color: Fern. HEX triplet: 64, BD and 75. RGB value is (100,189,117). Sum of RGB (Red+Green+Blue) = 100+189+117=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #64BD75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BD75 is #9B428A. Grayscale: #9A9A9A. Windows color (decimal): -10175115 or 7716196. OLE color: 7716196.
HSL color Cylindrical-coordinate representation of color #64BD75: hue angle of 131.46º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BD75 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 189 | 117 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.26 |
| HSL | 131.46º | 0.4% | 0.57% | - |
| HSV(B) | 131.46º | 0.47% | 0.74% | - |
| XYZ | 26.66 | 40.39 | 23.22 | - |
| YUV | 154.18 | 107.01 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 117 | 0.47 | 0 | 0.38 | 0.26 | 131.46 | 0.4 | 0.57 |
| Hex | 64 | BD | 75 | 2F | 0 | 26 | 1A | 83 | 28 | 39 |
| Octal | 144 | 275 | 165 | 57 | 0 | 46 | 32 | 203 | 50 | 71 |
| Binary | 1100100 | 10111101 | 1110101 | 101111 | 0 | 100110 | 11010 | 10000011 | 101000 | 111001 |
Color Harmonies of #64BD75
Complementary color
Monochromatic Colors of #64BD75
Black with #64BD75
Text Example
Text Example
White with #64BD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BD75; }
p { color: rgb(100,189,117); }
H1.HeaderClassName
{
color: #64BD75;
}
.AnyTagClassName
{
color: #64BD75;
}
</style>
background-color css
<style>
a { background-color: #64BD75; }
a { background-color: rgb(100,189,117); }
div.DivClassName
{
background-color: #64BD75;
}
.BgClassName
{
background-color: #64BD75;
}
</style>
border-color css
<style>
span { border-color: #64BD75; }
span { border-color: rgb(100,189,117); }
td.TdClassName
{
border-color: #64BD75;
}
.TagClassName
{
border-color: #64BD75;
}
</style>