Shades of Fern #63AB70
Tints of Fern #63AB70
RGB
CMYK
RGB Variations
Color information
#63AB70 (or 0x63AB70) is known color: Fern. HEX triplet: 63, AB and 70. RGB value is (99,171,112). Sum of RGB (Red+Green+Blue) = 99+171+112=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 171 - color contains mainly: green. Hex color #63AB70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AB70 is #9C548F. Grayscale: #8E8E8E. Windows color (decimal): -10245264 or 7383907. OLE color: 7383907.
HSL color Cylindrical-coordinate representation of color #63AB70: hue angle of 130.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63AB70 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 171 | 112 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.33 |
| HSL | 130.83º | 0.3% | 0.53% | - |
| HSV(B) | 130.83º | 0.42% | 0.67% | - |
| XYZ | 22.63 | 32.95 | 20.5 | - |
| YUV | 142.75 | 110.65 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 171 | 112 | 0.42 | 0 | 0.35 | 0.33 | 130.83 | 0.3 | 0.53 |
| Hex | 63 | AB | 70 | 2A | 0 | 23 | 21 | 83 | 1E | 35 |
| Octal | 143 | 253 | 160 | 52 | 0 | 43 | 41 | 203 | 36 | 65 |
| Binary | 1100011 | 10101011 | 1110000 | 101010 | 0 | 100011 | 100001 | 10000011 | 11110 | 110101 |
Color Harmonies of #63AB70
Complementary color
Monochromatic Colors of #63AB70
Black with #63AB70
Text Example
Text Example
White with #63AB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AB70; }
p { color: rgb(99,171,112); }
H1.HeaderClassName
{
color: #63AB70;
}
.AnyTagClassName
{
color: #63AB70;
}
</style>
background-color css
<style>
a { background-color: #63AB70; }
a { background-color: rgb(99,171,112); }
div.DivClassName
{
background-color: #63AB70;
}
.BgClassName
{
background-color: #63AB70;
}
</style>
border-color css
<style>
span { border-color: #63AB70; }
span { border-color: rgb(99,171,112); }
td.TdClassName
{
border-color: #63AB70;
}
.TagClassName
{
border-color: #63AB70;
}
</style>