Shades of Fern #64AE5D
Tints of Fern #64AE5D
RGB
CMYK
RGB Variations
Color information
#64AE5D (or 0x64AE5D) is known color: Fern. HEX triplet: 64, AE and 5D. RGB value is (100,174,93). Sum of RGB (Red+Green+Blue) = 100+174+93=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 174 (68.36% from 255 or 47.41% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AE5D is #9B51A2. Grayscale: #8E8E8E. Windows color (decimal): -10178979 or 6139492. OLE color: 6139492.
HSL color Cylindrical-coordinate representation of color #64AE5D: hue angle of 114.81º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64AE5D is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 174 | 93 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.32 |
| HSL | 114.81º | 0.33% | 0.52% | - |
| HSV(B) | 114.81º | 0.47% | 0.68% | - |
| XYZ | 22.37 | 33.77 | 15.7 | - |
| YUV | 142.64 | 99.98 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 174 | 93 | 0.43 | 0 | 0.47 | 0.32 | 114.81 | 0.33 | 0.52 |
| Hex | 64 | AE | 5D | 2B | 0 | 2F | 20 | 73 | 21 | 34 |
| Octal | 144 | 256 | 135 | 53 | 0 | 57 | 40 | 163 | 41 | 64 |
| Binary | 1100100 | 10101110 | 1011101 | 101011 | 0 | 101111 | 100000 | 1110011 | 100001 | 110100 |
Color Harmonies of #64AE5D
Complementary color
Monochromatic Colors of #64AE5D
Black with #64AE5D
Text Example
Text Example
White with #64AE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AE5D; }
p { color: rgb(100,174,93); }
H1.HeaderClassName
{
color: #64AE5D;
}
.AnyTagClassName
{
color: #64AE5D;
}
</style>
background-color css
<style>
a { background-color: #64AE5D; }
a { background-color: rgb(100,174,93); }
div.DivClassName
{
background-color: #64AE5D;
}
.BgClassName
{
background-color: #64AE5D;
}
</style>
border-color css
<style>
span { border-color: #64AE5D; }
span { border-color: rgb(100,174,93); }
td.TdClassName
{
border-color: #64AE5D;
}
.TagClassName
{
border-color: #64AE5D;
}
</style>