Shades of Fern #64C670
Tints of Fern #64C670
RGB
CMYK
RGB Variations
Color information
#64C670 (or 0x64C670) is known color: Fern. HEX triplet: 64, C6 and 70. RGB value is (100,198,112). Sum of RGB (Red+Green+Blue) = 100+198+112=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 198 - color contains mainly: green. Hex color #64C670 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C670 is #9B398F. Grayscale: #9F9F9F. Windows color (decimal): -10172816 or 7390820. OLE color: 7390820.
HSL color Cylindrical-coordinate representation of color #64C670: hue angle of 127.35º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C670 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 198 | 112 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.22 |
| HSL | 127.35º | 0.46% | 0.58% | - |
| HSV(B) | 127.35º | 0.49% | 0.78% | - |
| XYZ | 28.37 | 44.27 | 22.38 | - |
| YUV | 158.89 | 101.53 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 112 | 0.49 | 0 | 0.43 | 0.22 | 127.35 | 0.46 | 0.58 |
| Hex | 64 | C6 | 70 | 31 | 0 | 2B | 16 | 7F | 2E | 3A |
| Octal | 144 | 306 | 160 | 61 | 0 | 53 | 26 | 177 | 56 | 72 |
| Binary | 1100100 | 11000110 | 1110000 | 110001 | 0 | 101011 | 10110 | 1111111 | 101110 | 111010 |
Color Harmonies of #64C670
Complementary color
Monochromatic Colors of #64C670
Black with #64C670
Text Example
Text Example
White with #64C670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C670; }
p { color: rgb(100,198,112); }
H1.HeaderClassName
{
color: #64C670;
}
.AnyTagClassName
{
color: #64C670;
}
</style>
background-color css
<style>
a { background-color: #64C670; }
a { background-color: rgb(100,198,112); }
div.DivClassName
{
background-color: #64C670;
}
.BgClassName
{
background-color: #64C670;
}
</style>
border-color css
<style>
span { border-color: #64C670; }
span { border-color: rgb(100,198,112); }
td.TdClassName
{
border-color: #64C670;
}
.TagClassName
{
border-color: #64C670;
}
</style>