Shades of Fern #64AE64
Tints of Fern #64AE64
RGB
CMYK
RGB Variations
Color information
#64AE64 (or 0x64AE64) is known color: Fern. HEX triplet: 64, AE and 64. RGB value is (100,174,100). Sum of RGB (Red+Green+Blue) = 100+174+100=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AE64 is #9B519B. Grayscale: #8F8F8F. Windows color (decimal): -10178972 or 6598244. OLE color: 6598244.
HSL color Cylindrical-coordinate representation of color #64AE64: hue angle of 120º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AE64 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 174 | 100 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.32 |
| HSL | 120º | 0.31% | 0.54% | - |
| HSV(B) | 120º | 0.43% | 0.68% | - |
| XYZ | 22.69 | 33.9 | 17.4 | - |
| YUV | 143.44 | 103.48 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 174 | 100 | 0.43 | 0 | 0.43 | 0.32 | 120 | 0.31 | 0.54 |
| Hex | 64 | AE | 64 | 2B | 0 | 2B | 20 | 78 | 1F | 36 |
| Octal | 144 | 256 | 144 | 53 | 0 | 53 | 40 | 170 | 37 | 66 |
| Binary | 1100100 | 10101110 | 1100100 | 101011 | 0 | 101011 | 100000 | 1111000 | 11111 | 110110 |
Color Harmonies of #64AE64
Complementary color
Monochromatic Colors of #64AE64
Black with #64AE64
Text Example
Text Example
White with #64AE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AE64; }
p { color: rgb(100,174,100); }
H1.HeaderClassName
{
color: #64AE64;
}
.AnyTagClassName
{
color: #64AE64;
}
</style>
background-color css
<style>
a { background-color: #64AE64; }
a { background-color: rgb(100,174,100); }
div.DivClassName
{
background-color: #64AE64;
}
.BgClassName
{
background-color: #64AE64;
}
</style>
border-color css
<style>
span { border-color: #64AE64; }
span { border-color: rgb(100,174,100); }
td.TdClassName
{
border-color: #64AE64;
}
.TagClassName
{
border-color: #64AE64;
}
</style>