Shades of Fern #63A366
Tints of Fern #63A366
RGB
CMYK
RGB Variations
Color information
#63A366 (or 0x63A366) is known color: Fern. HEX triplet: 63, A3 and 66. RGB value is (99,163,102). Sum of RGB (Red+Green+Blue) = 99+163+102=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 163 - color contains mainly: green. Hex color #63A366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A366 is #9C5C99. Grayscale: #898989. Windows color (decimal): -10247322 or 6726499. OLE color: 6726499.
HSL color Cylindrical-coordinate representation of color #63A366: hue angle of 122.81º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63A366 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 163 | 102 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.36 |
| HSL | 122.81º | 0.26% | 0.51% | - |
| HSV(B) | 122.81º | 0.39% | 0.64% | - |
| XYZ | 20.64 | 29.81 | 17.24 | - |
| YUV | 136.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 163 | 102 | 0.39 | 0 | 0.37 | 0.36 | 122.81 | 0.26 | 0.51 |
| Hex | 63 | A3 | 66 | 27 | 0 | 25 | 24 | 7B | 1A | 33 |
| Octal | 143 | 243 | 146 | 47 | 0 | 45 | 44 | 173 | 32 | 63 |
| Binary | 1100011 | 10100011 | 1100110 | 100111 | 0 | 100101 | 100100 | 1111011 | 11010 | 110011 |
Color Harmonies of #63A366
Complementary color
Monochromatic Colors of #63A366
Black with #63A366
Text Example
Text Example
White with #63A366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A366; }
p { color: rgb(99,163,102); }
H1.HeaderClassName
{
color: #63A366;
}
.AnyTagClassName
{
color: #63A366;
}
</style>
background-color css
<style>
a { background-color: #63A366; }
a { background-color: rgb(99,163,102); }
div.DivClassName
{
background-color: #63A366;
}
.BgClassName
{
background-color: #63A366;
}
</style>
border-color css
<style>
span { border-color: #63A366; }
span { border-color: rgb(99,163,102); }
td.TdClassName
{
border-color: #63A366;
}
.TagClassName
{
border-color: #63A366;
}
</style>