Shades of Fern #63AD71
Tints of Fern #63AD71
RGB
CMYK
RGB Variations
Color information
#63AD71 (or 0x63AD71) is known color: Fern. HEX triplet: 63, AD and 71. RGB value is (99,173,113). Sum of RGB (Red+Green+Blue) = 99+173+113=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #63AD71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AD71 is #9C528E. Grayscale: #909090. Windows color (decimal): -10244751 or 7449955. OLE color: 7449955.
HSL color Cylindrical-coordinate representation of color #63AD71: hue angle of 131.35º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63AD71 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 173 | 113 | - |
| CMYK | 0.43 | 0 | 0.35 | 0.32 |
| HSL | 131.35º | 0.31% | 0.53% | - |
| HSV(B) | 131.35º | 0.43% | 0.68% | - |
| XYZ | 23.07 | 33.73 | 20.92 | - |
| YUV | 144.03 | 110.48 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 173 | 113 | 0.43 | 0 | 0.35 | 0.32 | 131.35 | 0.31 | 0.53 |
| Hex | 63 | AD | 71 | 2B | 0 | 23 | 20 | 83 | 1F | 35 |
| Octal | 143 | 255 | 161 | 53 | 0 | 43 | 40 | 203 | 37 | 65 |
| Binary | 1100011 | 10101101 | 1110001 | 101011 | 0 | 100011 | 100000 | 10000011 | 11111 | 110101 |
Color Harmonies of #63AD71
Complementary color
Monochromatic Colors of #63AD71
Black with #63AD71
Text Example
Text Example
White with #63AD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AD71; }
p { color: rgb(99,173,113); }
H1.HeaderClassName
{
color: #63AD71;
}
.AnyTagClassName
{
color: #63AD71;
}
</style>
background-color css
<style>
a { background-color: #63AD71; }
a { background-color: rgb(99,173,113); }
div.DivClassName
{
background-color: #63AD71;
}
.BgClassName
{
background-color: #63AD71;
}
</style>
border-color css
<style>
span { border-color: #63AD71; }
span { border-color: rgb(99,173,113); }
td.TdClassName
{
border-color: #63AD71;
}
.TagClassName
{
border-color: #63AD71;
}
</style>