Shades of Limeade #63A429
Tints of Limeade #63A429
RGB
CMYK
RGB Variations
Color information
#63A429 (or 0x63A429) is known color: Limeade. HEX triplet: 63, A4 and 29. RGB value is (99,164,41). Sum of RGB (Red+Green+Blue) = 99+164+41=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 164 (64.45% from 255 or 53.95% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 164 - color contains mainly: green. Hex color #63A429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63A429 is #9C5BD6. Grayscale: #828282. Windows color (decimal): -10247127 or 2729059. OLE color: 2729059.
HSL color Cylindrical-coordinate representation of color #63A429: hue angle of 91.71º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63A429 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 164 | 41 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.36 |
| HSL | 91.71º | 0.6% | 0.4% | - |
| HSV(B) | 91.71º | 0.75% | 0.64% | - |
| XYZ | 18.82 | 29.36 | 6.77 | - |
| YUV | 130.54 | 77.47 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 164 | 41 | 0.40 | 0 | 0.75 | 0.36 | 91.71 | 0.6 | 0.4 |
| Hex | 63 | A4 | 29 | 28 | 0 | 4B | 24 | 5C | 3C | 28 |
| Octal | 143 | 244 | 51 | 50 | 0 | 113 | 44 | 134 | 74 | 50 |
| Binary | 1100011 | 10100100 | 101001 | 101000 | 0 | 1001011 | 100100 | 1011100 | 111100 | 101000 |
Color Harmonies of #63A429
Complementary color
Monochromatic Colors of #63A429
Black with #63A429
Text Example
Text Example
White with #63A429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A429; }
p { color: rgb(99,164,41); }
H1.HeaderClassName
{
color: #63A429;
}
.AnyTagClassName
{
color: #63A429;
}
</style>
background-color css
<style>
a { background-color: #63A429; }
a { background-color: rgb(99,164,41); }
div.DivClassName
{
background-color: #63A429;
}
.BgClassName
{
background-color: #63A429;
}
</style>
border-color css
<style>
span { border-color: #63A429; }
span { border-color: rgb(99,164,41); }
td.TdClassName
{
border-color: #63A429;
}
.TagClassName
{
border-color: #63A429;
}
</style>