Shades of Fern #64BC75
Tints of Fern #64BC75
RGB
CMYK
RGB Variations
Color information
#64BC75 (or 0x64BC75) is known color: Fern. HEX triplet: 64, BC and 75. RGB value is (100,188,117). Sum of RGB (Red+Green+Blue) = 100+188+117=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BC75 is #9B438A. Grayscale: #999999. Windows color (decimal): -10175371 or 7715940. OLE color: 7715940.
HSL color Cylindrical-coordinate representation of color #64BC75: hue angle of 131.59º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BC75 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 188 | 117 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.26 |
| HSL | 131.59º | 0.4% | 0.56% | - |
| HSV(B) | 131.59º | 0.47% | 0.74% | - |
| XYZ | 26.45 | 39.96 | 23.15 | - |
| YUV | 153.59 | 107.35 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 117 | 0.47 | 0 | 0.38 | 0.26 | 131.59 | 0.4 | 0.56 |
| Hex | 64 | BC | 75 | 2F | 0 | 26 | 1A | 84 | 28 | 38 |
| Octal | 144 | 274 | 165 | 57 | 0 | 46 | 32 | 204 | 50 | 70 |
| Binary | 1100100 | 10111100 | 1110101 | 101111 | 0 | 100110 | 11010 | 10000100 | 101000 | 111000 |
Color Harmonies of #64BC75
Complementary color
Monochromatic Colors of #64BC75
Black with #64BC75
Text Example
Text Example
White with #64BC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BC75; }
p { color: rgb(100,188,117); }
H1.HeaderClassName
{
color: #64BC75;
}
.AnyTagClassName
{
color: #64BC75;
}
</style>
background-color css
<style>
a { background-color: #64BC75; }
a { background-color: rgb(100,188,117); }
div.DivClassName
{
background-color: #64BC75;
}
.BgClassName
{
background-color: #64BC75;
}
</style>
border-color css
<style>
span { border-color: #64BC75; }
span { border-color: rgb(100,188,117); }
td.TdClassName
{
border-color: #64BC75;
}
.TagClassName
{
border-color: #64BC75;
}
</style>