Shades of Fern #63D070
Tints of Fern #63D070
RGB
CMYK
RGB Variations
Color information
#63D070 (or 0x63D070) is known color: Fern. HEX triplet: 63, D0 and 70. RGB value is (99,208,112). Sum of RGB (Red+Green+Blue) = 99+208+112=419 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.63% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #63D070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63D070 is #9C2F8F. Grayscale: #A4A4A4. Windows color (decimal): -10235792 or 7393379. OLE color: 7393379.
HSL color Cylindrical-coordinate representation of color #63D070: hue angle of 127.16º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63D070 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 208 | 112 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.18 |
| HSL | 127.16º | 0.54% | 0.6% | - |
| HSV(B) | 127.16º | 0.52% | 0.82% | - |
| XYZ | 30.63 | 48.93 | 23.16 | - |
| YUV | 164.47 | 98.39 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 208 | 112 | 0.52 | 0 | 0.46 | 0.18 | 127.16 | 0.54 | 0.6 |
| Hex | 63 | D0 | 70 | 34 | 0 | 2E | 12 | 7F | 36 | 3C |
| Octal | 143 | 320 | 160 | 64 | 0 | 56 | 22 | 177 | 66 | 74 |
| Binary | 1100011 | 11010000 | 1110000 | 110100 | 0 | 101110 | 10010 | 1111111 | 110110 | 111100 |
Color Harmonies of #63D070
Complementary color
Monochromatic Colors of #63D070
Black with #63D070
Text Example
Text Example
White with #63D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D070; }
p { color: rgb(99,208,112); }
H1.HeaderClassName
{
color: #63D070;
}
.AnyTagClassName
{
color: #63D070;
}
</style>
background-color css
<style>
a { background-color: #63D070; }
a { background-color: rgb(99,208,112); }
div.DivClassName
{
background-color: #63D070;
}
.BgClassName
{
background-color: #63D070;
}
</style>
border-color css
<style>
span { border-color: #63D070; }
span { border-color: rgb(99,208,112); }
td.TdClassName
{
border-color: #63D070;
}
.TagClassName
{
border-color: #63D070;
}
</style>