Shades of Limeade #63A531
Tints of Limeade #63A531
RGB
CMYK
RGB Variations
Color information
#63A531 (or 0x63A531) is known color: Limeade. HEX triplet: 63, A5 and 31. RGB value is (99,165,49). Sum of RGB (Red+Green+Blue) = 99+165+49=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 165 (64.84% from 255 or 52.72% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 165 - color contains mainly: green. Hex color #63A531 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63A531 is #9C5ACE. Grayscale: #848484. Windows color (decimal): -10246863 or 3253603. OLE color: 3253603.
HSL color Cylindrical-coordinate representation of color #63A531: hue angle of 94.14º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63A531 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 165 | 49 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.35 |
| HSL | 94.14º | 0.54% | 0.42% | - |
| HSV(B) | 94.14º | 0.7% | 0.65% | - |
| XYZ | 19.16 | 29.78 | 7.65 | - |
| YUV | 132.04 | 81.13 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 165 | 49 | 0.40 | 0 | 0.70 | 0.35 | 94.14 | 0.54 | 0.42 |
| Hex | 63 | A5 | 31 | 28 | 0 | 46 | 23 | 5E | 36 | 2A |
| Octal | 143 | 245 | 61 | 50 | 0 | 106 | 43 | 136 | 66 | 52 |
| Binary | 1100011 | 10100101 | 110001 | 101000 | 0 | 1000110 | 100011 | 1011110 | 110110 | 101010 |
Color Harmonies of #63A531
Complementary color
Monochromatic Colors of #63A531
Black with #63A531
Text Example
Text Example
White with #63A531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A531; }
p { color: rgb(99,165,49); }
H1.HeaderClassName
{
color: #63A531;
}
.AnyTagClassName
{
color: #63A531;
}
</style>
background-color css
<style>
a { background-color: #63A531; }
a { background-color: rgb(99,165,49); }
div.DivClassName
{
background-color: #63A531;
}
.BgClassName
{
background-color: #63A531;
}
</style>
border-color css
<style>
span { border-color: #63A531; }
span { border-color: rgb(99,165,49); }
td.TdClassName
{
border-color: #63A531;
}
.TagClassName
{
border-color: #63A531;
}
</style>