Shades of Fern #64C676
Tints of Fern #64C676
RGB
CMYK
RGB Variations
Color information
#64C676 (or 0x64C676) is known color: Fern. HEX triplet: 64, C6 and 76. RGB value is (100,198,118). Sum of RGB (Red+Green+Blue) = 100+198+118=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 198 - color contains mainly: green. Hex color #64C676 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C676 is #9B3989. Grayscale: #9F9F9F. Windows color (decimal): -10172810 or 7784036. OLE color: 7784036.
HSL color Cylindrical-coordinate representation of color #64C676: hue angle of 131.02º 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 #64C676 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 198 | 118 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.22 |
| HSL | 131.02º | 0.46% | 0.58% | - |
| HSV(B) | 131.02º | 0.49% | 0.78% | - |
| XYZ | 28.72 | 44.41 | 24.2 | - |
| YUV | 159.58 | 104.53 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 118 | 0.49 | 0 | 0.40 | 0.22 | 131.02 | 0.46 | 0.58 |
| Hex | 64 | C6 | 76 | 31 | 0 | 28 | 16 | 83 | 2E | 3A |
| Octal | 144 | 306 | 166 | 61 | 0 | 50 | 26 | 203 | 56 | 72 |
| Binary | 1100100 | 11000110 | 1110110 | 110001 | 0 | 101000 | 10110 | 10000011 | 101110 | 111010 |
Color Harmonies of #64C676
Complementary color
Monochromatic Colors of #64C676
Black with #64C676
Text Example
Text Example
White with #64C676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C676; }
p { color: rgb(100,198,118); }
H1.HeaderClassName
{
color: #64C676;
}
.AnyTagClassName
{
color: #64C676;
}
</style>
background-color css
<style>
a { background-color: #64C676; }
a { background-color: rgb(100,198,118); }
div.DivClassName
{
background-color: #64C676;
}
.BgClassName
{
background-color: #64C676;
}
</style>
border-color css
<style>
span { border-color: #64C676; }
span { border-color: rgb(100,198,118); }
td.TdClassName
{
border-color: #64C676;
}
.TagClassName
{
border-color: #64C676;
}
</style>