Shades of Fern #64C56B
Tints of Fern #64C56B
RGB
CMYK
RGB Variations
Color information
#64C56B (or 0x64C56B) is known color: Fern. HEX triplet: 64, C5 and 6B. RGB value is (100,197,107). Sum of RGB (Red+Green+Blue) = 100+197+107=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #64C56B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C56B is #9B3A94. Grayscale: #9E9E9E. Windows color (decimal): -10173077 or 7062884. OLE color: 7062884.
HSL color Cylindrical-coordinate representation of color #64C56B: hue angle of 124.33º 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 #64C56B is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 197 | 107 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.23 |
| HSL | 124.33º | 0.46% | 0.58% | - |
| HSV(B) | 124.33º | 0.49% | 0.77% | - |
| XYZ | 27.88 | 43.7 | 20.88 | - |
| YUV | 157.74 | 99.36 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 197 | 107 | 0.49 | 0 | 0.46 | 0.23 | 124.33 | 0.46 | 0.58 |
| Hex | 64 | C5 | 6B | 31 | 0 | 2E | 17 | 7C | 2E | 3A |
| Octal | 144 | 305 | 153 | 61 | 0 | 56 | 27 | 174 | 56 | 72 |
| Binary | 1100100 | 11000101 | 1101011 | 110001 | 0 | 101110 | 10111 | 1111100 | 101110 | 111010 |
Color Harmonies of #64C56B
Complementary color
Monochromatic Colors of #64C56B
Black with #64C56B
Text Example
Text Example
White with #64C56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C56B; }
p { color: rgb(100,197,107); }
H1.HeaderClassName
{
color: #64C56B;
}
.AnyTagClassName
{
color: #64C56B;
}
</style>
background-color css
<style>
a { background-color: #64C56B; }
a { background-color: rgb(100,197,107); }
div.DivClassName
{
background-color: #64C56B;
}
.BgClassName
{
background-color: #64C56B;
}
</style>
border-color css
<style>
span { border-color: #64C56B; }
span { border-color: rgb(100,197,107); }
td.TdClassName
{
border-color: #64C56B;
}
.TagClassName
{
border-color: #64C56B;
}
</style>