Shades of Fern #64C56A
Tints of Fern #64C56A
RGB
CMYK
RGB Variations
Color information
#64C56A (or 0x64C56A) is known color: Fern. HEX triplet: 64, C5 and 6A. RGB value is (100,197,106). Sum of RGB (Red+Green+Blue) = 100+197+106=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #64C56A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C56A is #9B3A95. Grayscale: #9D9D9D. Windows color (decimal): -10173078 or 6997348. OLE color: 6997348.
HSL color Cylindrical-coordinate representation of color #64C56A: hue angle of 123.71º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C56A is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 197 | 106 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.23 |
| HSL | 123.71º | 0.46% | 0.58% | - |
| HSV(B) | 123.71º | 0.49% | 0.77% | - |
| XYZ | 27.82 | 43.68 | 20.6 | - |
| YUV | 157.62 | 98.86 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 197 | 106 | 0.49 | 0 | 0.46 | 0.23 | 123.71 | 0.46 | 0.58 |
| Hex | 64 | C5 | 6A | 31 | 0 | 2E | 17 | 7C | 2E | 3A |
| Octal | 144 | 305 | 152 | 61 | 0 | 56 | 27 | 174 | 56 | 72 |
| Binary | 1100100 | 11000101 | 1101010 | 110001 | 0 | 101110 | 10111 | 1111100 | 101110 | 111010 |
Color Harmonies of #64C56A
Complementary color
Monochromatic Colors of #64C56A
Black with #64C56A
Text Example
Text Example
White with #64C56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C56A; }
p { color: rgb(100,197,106); }
H1.HeaderClassName
{
color: #64C56A;
}
.AnyTagClassName
{
color: #64C56A;
}
</style>
background-color css
<style>
a { background-color: #64C56A; }
a { background-color: rgb(100,197,106); }
div.DivClassName
{
background-color: #64C56A;
}
.BgClassName
{
background-color: #64C56A;
}
</style>
border-color css
<style>
span { border-color: #64C56A; }
span { border-color: rgb(100,197,106); }
td.TdClassName
{
border-color: #64C56A;
}
.TagClassName
{
border-color: #64C56A;
}
</style>