Shades of Fern #64C85D
Tints of Fern #64C85D
RGB
CMYK
RGB Variations
Color information
#64C85D (or 0x64C85D) is known color: Fern. HEX triplet: 64, C8 and 5D. RGB value is (100,200,93). Sum of RGB (Red+Green+Blue) = 100+200+93=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #64C85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C85D is #9B37A2. Grayscale: #9E9E9E. Windows color (decimal): -10172323 or 6146148. OLE color: 6146148.
HSL color Cylindrical-coordinate representation of color #64C85D: hue angle of 116.07º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64C85D is Cyan = 0.5, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 200 | 93 | - |
| CMYK | 0.5 | 0 | 0.54 | 0.22 |
| HSL | 116.07º | 0.49% | 0.57% | - |
| HSV(B) | 116.07º | 0.54% | 0.78% | - |
| XYZ | 27.89 | 44.81 | 17.54 | - |
| YUV | 157.9 | 91.37 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 200 | 93 | 0.5 | 0 | 0.54 | 0.22 | 116.07 | 0.49 | 0.57 |
| Hex | 64 | C8 | 5D | 32 | 0 | 36 | 16 | 74 | 31 | 39 |
| Octal | 144 | 310 | 135 | 62 | 0 | 66 | 26 | 164 | 61 | 71 |
| Binary | 1100100 | 11001000 | 1011101 | 110010 | 0 | 110110 | 10110 | 1110100 | 110001 | 111001 |
Color Harmonies of #64C85D
Complementary color
Monochromatic Colors of #64C85D
Black with #64C85D
Text Example
Text Example
White with #64C85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C85D; }
p { color: rgb(100,200,93); }
H1.HeaderClassName
{
color: #64C85D;
}
.AnyTagClassName
{
color: #64C85D;
}
</style>
background-color css
<style>
a { background-color: #64C85D; }
a { background-color: rgb(100,200,93); }
div.DivClassName
{
background-color: #64C85D;
}
.BgClassName
{
background-color: #64C85D;
}
</style>
border-color css
<style>
span { border-color: #64C85D; }
span { border-color: rgb(100,200,93); }
td.TdClassName
{
border-color: #64C85D;
}
.TagClassName
{
border-color: #64C85D;
}
</style>