Shades of Fern #64CF61
Tints of Fern #64CF61
RGB
CMYK
RGB Variations
Color information
#64CF61 (or 0x64CF61) is known color: Fern. HEX triplet: 64, CF and 61. RGB value is (100,207,97). Sum of RGB (Red+Green+Blue) = 100+207+97=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CF61 is #9B309E. Grayscale: #A2A2A2. Windows color (decimal): -10170527 or 6410084. OLE color: 6410084.
HSL color Cylindrical-coordinate representation of color #64CF61: hue angle of 118.36º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64CF61 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 207 | 97 | - |
| CMYK | 0.52 | 0 | 0.53 | 0.19 |
| HSL | 118.36º | 0.53% | 0.6% | - |
| HSV(B) | 118.36º | 0.53% | 0.81% | - |
| XYZ | 29.73 | 48.2 | 19.05 | - |
| YUV | 162.47 | 91.05 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 207 | 97 | 0.52 | 0 | 0.53 | 0.19 | 118.36 | 0.53 | 0.6 |
| Hex | 64 | CF | 61 | 34 | 0 | 35 | 13 | 76 | 35 | 3C |
| Octal | 144 | 317 | 141 | 64 | 0 | 65 | 23 | 166 | 65 | 74 |
| Binary | 1100100 | 11001111 | 1100001 | 110100 | 0 | 110101 | 10011 | 1110110 | 110101 | 111100 |
Color Harmonies of #64CF61
Complementary color
Monochromatic Colors of #64CF61
Black with #64CF61
Text Example
Text Example
White with #64CF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CF61; }
p { color: rgb(100,207,97); }
H1.HeaderClassName
{
color: #64CF61;
}
.AnyTagClassName
{
color: #64CF61;
}
</style>
background-color css
<style>
a { background-color: #64CF61; }
a { background-color: rgb(100,207,97); }
div.DivClassName
{
background-color: #64CF61;
}
.BgClassName
{
background-color: #64CF61;
}
</style>
border-color css
<style>
span { border-color: #64CF61; }
span { border-color: rgb(100,207,97); }
td.TdClassName
{
border-color: #64CF61;
}
.TagClassName
{
border-color: #64CF61;
}
</style>