Shades of Fern #64C85A
Tints of Fern #64C85A
RGB
CMYK
RGB Variations
Color information
#64C85A (or 0x64C85A) is known color: Fern. HEX triplet: 64, C8 and 5A. RGB value is (100,200,90). Sum of RGB (Red+Green+Blue) = 100+200+90=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 200 (78.52% from 255 or 51.28% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 200 - color contains mainly: green. Hex color #64C85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C85A is #9B37A5. Grayscale: #9D9D9D. Windows color (decimal): -10172326 or 5949540. OLE color: 5949540.
HSL color Cylindrical-coordinate representation of color #64C85A: hue angle of 114.55º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64C85A is Cyan = 0.5, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 200 | 90 | - |
| CMYK | 0.5 | 0 | 0.55 | 0.22 |
| HSL | 114.55º | 0.5% | 0.57% | - |
| HSV(B) | 114.55º | 0.55% | 0.78% | - |
| XYZ | 27.76 | 44.76 | 16.85 | - |
| YUV | 157.56 | 89.87 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 200 | 90 | 0.5 | 0 | 0.55 | 0.22 | 114.55 | 0.5 | 0.57 |
| Hex | 64 | C8 | 5A | 32 | 0 | 37 | 16 | 73 | 32 | 39 |
| Octal | 144 | 310 | 132 | 62 | 0 | 67 | 26 | 163 | 62 | 71 |
| Binary | 1100100 | 11001000 | 1011010 | 110010 | 0 | 110111 | 10110 | 1110011 | 110010 | 111001 |
Color Harmonies of #64C85A
Complementary color
Monochromatic Colors of #64C85A
Black with #64C85A
Text Example
Text Example
White with #64C85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C85A; }
p { color: rgb(100,200,90); }
H1.HeaderClassName
{
color: #64C85A;
}
.AnyTagClassName
{
color: #64C85A;
}
</style>
background-color css
<style>
a { background-color: #64C85A; }
a { background-color: rgb(100,200,90); }
div.DivClassName
{
background-color: #64C85A;
}
.BgClassName
{
background-color: #64C85A;
}
</style>
border-color css
<style>
span { border-color: #64C85A; }
span { border-color: rgb(100,200,90); }
td.TdClassName
{
border-color: #64C85A;
}
.TagClassName
{
border-color: #64C85A;
}
</style>