Shades of Fern #64C37A
Tints of Fern #64C37A
RGB
CMYK
RGB Variations
Color information
#64C37A (or 0x64C37A) is known color: Fern. HEX triplet: 64, C3 and 7A. RGB value is (100,195,122). Sum of RGB (Red+Green+Blue) = 100+195+122=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #64C37A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C37A is #9B3C85. Grayscale: #9E9E9E. Windows color (decimal): -10173574 or 8045412. OLE color: 8045412.
HSL color Cylindrical-coordinate representation of color #64C37A: hue angle of 133.89º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C37A is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 195 | 122 | - |
| CMYK | 0.49 | 0 | 0.37 | 0.24 |
| HSL | 133.89º | 0.44% | 0.58% | - |
| HSV(B) | 133.89º | 0.49% | 0.76% | - |
| XYZ | 28.28 | 43.14 | 25.25 | - |
| YUV | 158.27 | 107.53 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 195 | 122 | 0.49 | 0 | 0.37 | 0.24 | 133.89 | 0.44 | 0.58 |
| Hex | 64 | C3 | 7A | 31 | 0 | 25 | 18 | 86 | 2C | 3A |
| Octal | 144 | 303 | 172 | 61 | 0 | 45 | 30 | 206 | 54 | 72 |
| Binary | 1100100 | 11000011 | 1111010 | 110001 | 0 | 100101 | 11000 | 10000110 | 101100 | 111010 |
Color Harmonies of #64C37A
Complementary color
Monochromatic Colors of #64C37A
Black with #64C37A
Text Example
Text Example
White with #64C37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C37A; }
p { color: rgb(100,195,122); }
H1.HeaderClassName
{
color: #64C37A;
}
.AnyTagClassName
{
color: #64C37A;
}
</style>
background-color css
<style>
a { background-color: #64C37A; }
a { background-color: rgb(100,195,122); }
div.DivClassName
{
background-color: #64C37A;
}
.BgClassName
{
background-color: #64C37A;
}
</style>
border-color css
<style>
span { border-color: #64C37A; }
span { border-color: rgb(100,195,122); }
td.TdClassName
{
border-color: #64C37A;
}
.TagClassName
{
border-color: #64C37A;
}
</style>