Shades of Fern #63A466
Tints of Fern #63A466
RGB
CMYK
RGB Variations
Color information
#63A466 (or 0x63A466) is known color: Fern. HEX triplet: 63, A4 and 66. RGB value is (99,164,102). Sum of RGB (Red+Green+Blue) = 99+164+102=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #63A466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A466 is #9C5B99. Grayscale: #898989. Windows color (decimal): -10247066 or 6726755. OLE color: 6726755.
HSL color Cylindrical-coordinate representation of color #63A466: hue angle of 122.77º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A466 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 164 | 102 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.36 |
| HSL | 122.77º | 0.26% | 0.52% | - |
| HSV(B) | 122.77º | 0.4% | 0.64% | - |
| XYZ | 20.82 | 30.16 | 17.3 | - |
| YUV | 137.5 | 107.97 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 164 | 102 | 0.40 | 0 | 0.38 | 0.36 | 122.77 | 0.26 | 0.52 |
| Hex | 63 | A4 | 66 | 28 | 0 | 26 | 24 | 7B | 1A | 34 |
| Octal | 143 | 244 | 146 | 50 | 0 | 46 | 44 | 173 | 32 | 64 |
| Binary | 1100011 | 10100100 | 1100110 | 101000 | 0 | 100110 | 100100 | 1111011 | 11010 | 110100 |
Color Harmonies of #63A466
Complementary color
Monochromatic Colors of #63A466
Black with #63A466
Text Example
Text Example
White with #63A466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A466; }
p { color: rgb(99,164,102); }
H1.HeaderClassName
{
color: #63A466;
}
.AnyTagClassName
{
color: #63A466;
}
</style>
background-color css
<style>
a { background-color: #63A466; }
a { background-color: rgb(99,164,102); }
div.DivClassName
{
background-color: #63A466;
}
.BgClassName
{
background-color: #63A466;
}
</style>
border-color css
<style>
span { border-color: #63A466; }
span { border-color: rgb(99,164,102); }
td.TdClassName
{
border-color: #63A466;
}
.TagClassName
{
border-color: #63A466;
}
</style>