Shades of Fern #64C665
Tints of Fern #64C665
RGB
CMYK
RGB Variations
Color information
#64C665 (or 0x64C665) is known color: Fern. HEX triplet: 64, C6 and 65. RGB value is (100,198,101). Sum of RGB (Red+Green+Blue) = 100+198+101=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #64C665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C665 is #9B399A. Grayscale: #9D9D9D. Windows color (decimal): -10172827 or 6669924. OLE color: 6669924.
HSL color Cylindrical-coordinate representation of color #64C665: hue angle of 120.61º 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 #64C665 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 198 | 101 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.22 |
| HSL | 120.61º | 0.46% | 0.58% | - |
| HSV(B) | 120.61º | 0.49% | 0.78% | - |
| XYZ | 27.8 | 44.04 | 19.35 | - |
| YUV | 157.64 | 96.03 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 101 | 0.49 | 0 | 0.49 | 0.22 | 120.61 | 0.46 | 0.58 |
| Hex | 64 | C6 | 65 | 31 | 0 | 31 | 16 | 79 | 2E | 3A |
| Octal | 144 | 306 | 145 | 61 | 0 | 61 | 26 | 171 | 56 | 72 |
| Binary | 1100100 | 11000110 | 1100101 | 110001 | 0 | 110001 | 10110 | 1111001 | 101110 | 111010 |
Color Harmonies of #64C665
Complementary color
Monochromatic Colors of #64C665
Black with #64C665
Text Example
Text Example
White with #64C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C665; }
p { color: rgb(100,198,101); }
H1.HeaderClassName
{
color: #64C665;
}
.AnyTagClassName
{
color: #64C665;
}
</style>
background-color css
<style>
a { background-color: #64C665; }
a { background-color: rgb(100,198,101); }
div.DivClassName
{
background-color: #64C665;
}
.BgClassName
{
background-color: #64C665;
}
</style>
border-color css
<style>
span { border-color: #64C665; }
span { border-color: rgb(100,198,101); }
td.TdClassName
{
border-color: #64C665;
}
.TagClassName
{
border-color: #64C665;
}
</style>