Shades of Limeade #63993B
Tints of Limeade #63993B
RGB
CMYK
RGB Variations
Color information
#63993B (or 0x63993B) is known color: Limeade. HEX triplet: 63, 99 and 3B. RGB value is (99,153,59). Sum of RGB (Red+Green+Blue) = 99+153+59=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #63993B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63993B is #9C66C4. Grayscale: #7E7E7E. Windows color (decimal): -10249925 or 3905891. OLE color: 3905891.
HSL color Cylindrical-coordinate representation of color #63993B: hue angle of 94.47º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63993B is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 153 | 59 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.4 |
| HSL | 94.47º | 0.44% | 0.42% | - |
| HSV(B) | 94.47º | 0.61% | 0.6% | - |
| XYZ | 17.33 | 25.75 | 8.19 | - |
| YUV | 126.14 | 90.11 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 153 | 59 | 0.35 | 0 | 0.61 | 0.4 | 94.47 | 0.44 | 0.42 |
| Hex | 63 | 99 | 3B | 23 | 0 | 3D | 28 | 5E | 2C | 2A |
| Octal | 143 | 231 | 73 | 43 | 0 | 75 | 50 | 136 | 54 | 52 |
| Binary | 1100011 | 10011001 | 111011 | 100011 | 0 | 111101 | 101000 | 1011110 | 101100 | 101010 |
Color Harmonies of #63993B
Complementary color
Monochromatic Colors of #63993B
Black with #63993B
Text Example
Text Example
White with #63993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63993B; }
p { color: rgb(99,153,59); }
H1.HeaderClassName
{
color: #63993B;
}
.AnyTagClassName
{
color: #63993B;
}
</style>
background-color css
<style>
a { background-color: #63993B; }
a { background-color: rgb(99,153,59); }
div.DivClassName
{
background-color: #63993B;
}
.BgClassName
{
background-color: #63993B;
}
</style>
border-color css
<style>
span { border-color: #63993B; }
span { border-color: rgb(99,153,59); }
td.TdClassName
{
border-color: #63993B;
}
.TagClassName
{
border-color: #63993B;
}
</style>