Shades of Fern #63B970
Tints of Fern #63B970
RGB
CMYK
RGB Variations
Color information
#63B970 (or 0x63B970) is known color: Fern. HEX triplet: 63, B9 and 70. RGB value is (99,185,112). Sum of RGB (Red+Green+Blue) = 99+185+112=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #63B970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63B970 is #9C468F. Grayscale: #979797. Windows color (decimal): -10241680 or 7387491. OLE color: 7387491.
HSL color Cylindrical-coordinate representation of color #63B970: hue angle of 129.07º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63B970 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 185 | 112 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.27 |
| HSL | 129.07º | 0.38% | 0.56% | - |
| HSV(B) | 129.07º | 0.46% | 0.73% | - |
| XYZ | 25.42 | 38.52 | 21.42 | - |
| YUV | 150.96 | 106.01 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 185 | 112 | 0.46 | 0 | 0.39 | 0.27 | 129.07 | 0.38 | 0.56 |
| Hex | 63 | B9 | 70 | 2E | 0 | 27 | 1B | 81 | 26 | 38 |
| Octal | 143 | 271 | 160 | 56 | 0 | 47 | 33 | 201 | 46 | 70 |
| Binary | 1100011 | 10111001 | 1110000 | 101110 | 0 | 100111 | 11011 | 10000001 | 100110 | 111000 |
Color Harmonies of #63B970
Complementary color
Monochromatic Colors of #63B970
Black with #63B970
Text Example
Text Example
White with #63B970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B970; }
p { color: rgb(99,185,112); }
H1.HeaderClassName
{
color: #63B970;
}
.AnyTagClassName
{
color: #63B970;
}
</style>
background-color css
<style>
a { background-color: #63B970; }
a { background-color: rgb(99,185,112); }
div.DivClassName
{
background-color: #63B970;
}
.BgClassName
{
background-color: #63B970;
}
</style>
border-color css
<style>
span { border-color: #63B970; }
span { border-color: rgb(99,185,112); }
td.TdClassName
{
border-color: #63B970;
}
.TagClassName
{
border-color: #63B970;
}
</style>