Shades of Fern #64C575
Tints of Fern #64C575
RGB
CMYK
RGB Variations
Color information
#64C575 (or 0x64C575) is known color: Fern. HEX triplet: 64, C5 and 75. RGB value is (100,197,117). Sum of RGB (Red+Green+Blue) = 100+197+117=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #64C575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C575 is #9B3A8A. Grayscale: #9F9F9F. Windows color (decimal): -10173067 or 7718244. OLE color: 7718244.
HSL color Cylindrical-coordinate representation of color #64C575: hue angle of 130.52º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C575 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 197 | 117 | - |
| CMYK | 0.49 | 0 | 0.41 | 0.23 |
| HSL | 130.52º | 0.46% | 0.58% | - |
| HSV(B) | 130.52º | 0.49% | 0.77% | - |
| XYZ | 28.43 | 43.93 | 23.81 | - |
| YUV | 158.88 | 104.36 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 197 | 117 | 0.49 | 0 | 0.41 | 0.23 | 130.52 | 0.46 | 0.58 |
| Hex | 64 | C5 | 75 | 31 | 0 | 29 | 17 | 83 | 2E | 3A |
| Octal | 144 | 305 | 165 | 61 | 0 | 51 | 27 | 203 | 56 | 72 |
| Binary | 1100100 | 11000101 | 1110101 | 110001 | 0 | 101001 | 10111 | 10000011 | 101110 | 111010 |
Color Harmonies of #64C575
Complementary color
Monochromatic Colors of #64C575
Black with #64C575
Text Example
Text Example
White with #64C575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C575; }
p { color: rgb(100,197,117); }
H1.HeaderClassName
{
color: #64C575;
}
.AnyTagClassName
{
color: #64C575;
}
</style>
background-color css
<style>
a { background-color: #64C575; }
a { background-color: rgb(100,197,117); }
div.DivClassName
{
background-color: #64C575;
}
.BgClassName
{
background-color: #64C575;
}
</style>
border-color css
<style>
span { border-color: #64C575; }
span { border-color: rgb(100,197,117); }
td.TdClassName
{
border-color: #64C575;
}
.TagClassName
{
border-color: #64C575;
}
</style>