Shades of Fern #64AD71
Tints of Fern #64AD71
RGB
CMYK
RGB Variations
Color information
#64AD71 (or 0x64AD71) is known color: Fern. HEX triplet: 64, AD and 71. RGB value is (100,173,113). Sum of RGB (Red+Green+Blue) = 100+173+113=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AD71 is #9B528E. Grayscale: #909090. Windows color (decimal): -10179215 or 7449956. OLE color: 7449956.
HSL color Cylindrical-coordinate representation of color #64AD71: hue angle of 130.68º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64AD71 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 173 | 113 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.32 |
| HSL | 130.68º | 0.31% | 0.54% | - |
| HSV(B) | 130.68º | 0.42% | 0.68% | - |
| XYZ | 23.18 | 33.79 | 20.92 | - |
| YUV | 144.33 | 110.32 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 113 | 0.42 | 0 | 0.35 | 0.32 | 130.68 | 0.31 | 0.54 |
| Hex | 64 | AD | 71 | 2A | 0 | 23 | 20 | 83 | 1F | 36 |
| Octal | 144 | 255 | 161 | 52 | 0 | 43 | 40 | 203 | 37 | 66 |
| Binary | 1100100 | 10101101 | 1110001 | 101010 | 0 | 100011 | 100000 | 10000011 | 11111 | 110110 |
Color Harmonies of #64AD71
Complementary color
Monochromatic Colors of #64AD71
Black with #64AD71
Text Example
Text Example
White with #64AD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AD71; }
p { color: rgb(100,173,113); }
H1.HeaderClassName
{
color: #64AD71;
}
.AnyTagClassName
{
color: #64AD71;
}
</style>
background-color css
<style>
a { background-color: #64AD71; }
a { background-color: rgb(100,173,113); }
div.DivClassName
{
background-color: #64AD71;
}
.BgClassName
{
background-color: #64AD71;
}
</style>
border-color css
<style>
span { border-color: #64AD71; }
span { border-color: rgb(100,173,113); }
td.TdClassName
{
border-color: #64AD71;
}
.TagClassName
{
border-color: #64AD71;
}
</style>