Shades of Fern #64C868
Tints of Fern #64C868
RGB
CMYK
RGB Variations
Color information
#64C868 (or 0x64C868) is known color: Fern. HEX triplet: 64, C8 and 68. RGB value is (100,200,104). Sum of RGB (Red+Green+Blue) = 100+200+104=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #64C868 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C868 is #9B3797. Grayscale: #9F9F9F. Windows color (decimal): -10172312 or 6867044. OLE color: 6867044.
HSL color Cylindrical-coordinate representation of color #64C868: hue angle of 122.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C868 is Cyan = 0.5, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 200 | 104 | - |
| CMYK | 0.5 | 0 | 0.48 | 0.22 |
| HSL | 122.4º | 0.48% | 0.59% | - |
| HSV(B) | 122.4º | 0.5% | 0.78% | - |
| XYZ | 28.41 | 45.02 | 20.29 | - |
| YUV | 159.16 | 96.87 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 200 | 104 | 0.5 | 0 | 0.48 | 0.22 | 122.4 | 0.48 | 0.59 |
| Hex | 64 | C8 | 68 | 32 | 0 | 30 | 16 | 7A | 30 | 3B |
| Octal | 144 | 310 | 150 | 62 | 0 | 60 | 26 | 172 | 60 | 73 |
| Binary | 1100100 | 11001000 | 1101000 | 110010 | 0 | 110000 | 10110 | 1111010 | 110000 | 111011 |
Color Harmonies of #64C868
Complementary color
Monochromatic Colors of #64C868
Black with #64C868
Text Example
Text Example
White with #64C868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C868; }
p { color: rgb(100,200,104); }
H1.HeaderClassName
{
color: #64C868;
}
.AnyTagClassName
{
color: #64C868;
}
</style>
background-color css
<style>
a { background-color: #64C868; }
a { background-color: rgb(100,200,104); }
div.DivClassName
{
background-color: #64C868;
}
.BgClassName
{
background-color: #64C868;
}
</style>
border-color css
<style>
span { border-color: #64C868; }
span { border-color: rgb(100,200,104); }
td.TdClassName
{
border-color: #64C868;
}
.TagClassName
{
border-color: #64C868;
}
</style>