Shades of Fern #64C969
Tints of Fern #64C969
RGB
CMYK
RGB Variations
Color information
#64C969 (or 0x64C969) is known color: Fern. HEX triplet: 64, C9 and 69. RGB value is (100,201,105). Sum of RGB (Red+Green+Blue) = 100+201+105=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #64C969 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C969 is #9B3696. Grayscale: #A0A0A0. Windows color (decimal): -10172055 or 6932836. OLE color: 6932836.
HSL color Cylindrical-coordinate representation of color #64C969: hue angle of 122.97º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C969 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 201 | 105 | - |
| CMYK | 0.50 | 0 | 0.48 | 0.21 |
| HSL | 122.97º | 0.48% | 0.59% | - |
| HSV(B) | 122.97º | 0.5% | 0.79% | - |
| XYZ | 28.69 | 45.5 | 20.64 | - |
| YUV | 159.86 | 97.04 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 201 | 105 | 0.50 | 0 | 0.48 | 0.21 | 122.97 | 0.48 | 0.59 |
| Hex | 64 | C9 | 69 | 32 | 0 | 30 | 15 | 7B | 30 | 3B |
| Octal | 144 | 311 | 151 | 62 | 0 | 60 | 25 | 173 | 60 | 73 |
| Binary | 1100100 | 11001001 | 1101001 | 110010 | 0 | 110000 | 10101 | 1111011 | 110000 | 111011 |
Color Harmonies of #64C969
Complementary color
Monochromatic Colors of #64C969
Black with #64C969
Text Example
Text Example
White with #64C969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C969; }
p { color: rgb(100,201,105); }
H1.HeaderClassName
{
color: #64C969;
}
.AnyTagClassName
{
color: #64C969;
}
</style>
background-color css
<style>
a { background-color: #64C969; }
a { background-color: rgb(100,201,105); }
div.DivClassName
{
background-color: #64C969;
}
.BgClassName
{
background-color: #64C969;
}
</style>
border-color css
<style>
span { border-color: #64C969; }
span { border-color: rgb(100,201,105); }
td.TdClassName
{
border-color: #64C969;
}
.TagClassName
{
border-color: #64C969;
}
</style>