Shades of Limeade #63962F
Tints of Limeade #63962F
RGB
CMYK
RGB Variations
Color information
#63962F (or 0x63962F) is known color: Limeade. HEX triplet: 63, 96 and 2F. RGB value is (99,150,47). Sum of RGB (Red+Green+Blue) = 99+150+47=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #63962F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63962F is #9C69D0. Grayscale: #7B7B7B. Windows color (decimal): -10250705 or 3118691. OLE color: 3118691.
HSL color Cylindrical-coordinate representation of color #63962F: hue angle of 89.71º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63962F is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 150 | 47 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.41 |
| HSL | 89.71º | 0.52% | 0.39% | - |
| HSV(B) | 89.71º | 0.69% | 0.59% | - |
| XYZ | 16.57 | 24.67 | 6.58 | - |
| YUV | 123.01 | 85.1 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 150 | 47 | 0.34 | 0 | 0.69 | 0.41 | 89.71 | 0.52 | 0.39 |
| Hex | 63 | 96 | 2F | 22 | 0 | 45 | 29 | 5A | 34 | 27 |
| Octal | 143 | 226 | 57 | 42 | 0 | 105 | 51 | 132 | 64 | 47 |
| Binary | 1100011 | 10010110 | 101111 | 100010 | 0 | 1000101 | 101001 | 1011010 | 110100 | 100111 |
Color Harmonies of #63962F
Complementary color
Monochromatic Colors of #63962F
Black with #63962F
Text Example
Text Example
White with #63962F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63962F; }
p { color: rgb(99,150,47); }
H1.HeaderClassName
{
color: #63962F;
}
.AnyTagClassName
{
color: #63962F;
}
</style>
background-color css
<style>
a { background-color: #63962F; }
a { background-color: rgb(99,150,47); }
div.DivClassName
{
background-color: #63962F;
}
.BgClassName
{
background-color: #63962F;
}
</style>
border-color css
<style>
span { border-color: #63962F; }
span { border-color: rgb(99,150,47); }
td.TdClassName
{
border-color: #63962F;
}
.TagClassName
{
border-color: #63962F;
}
</style>