Shades of Limeade #63993C
Tints of Limeade #63993C
RGB
CMYK
RGB Variations
Color information
#63993C (or 0x63993C) is known color: Limeade. HEX triplet: 63, 99 and 3C. RGB value is (99,153,60). Sum of RGB (Red+Green+Blue) = 99+153+60=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #63993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63993C is #9C66C3. Grayscale: #7E7E7E. Windows color (decimal): -10249924 or 3971427. OLE color: 3971427.
HSL color Cylindrical-coordinate representation of color #63993C: hue angle of 94.84º 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 #63993C is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 153 | 60 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.4 |
| HSL | 94.84º | 0.44% | 0.42% | - |
| HSV(B) | 94.84º | 0.61% | 0.6% | - |
| XYZ | 17.35 | 25.76 | 8.33 | - |
| YUV | 126.25 | 90.61 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 153 | 60 | 0.35 | 0 | 0.61 | 0.4 | 94.84 | 0.44 | 0.42 |
| Hex | 63 | 99 | 3C | 23 | 0 | 3D | 28 | 5F | 2C | 2A |
| Octal | 143 | 231 | 74 | 43 | 0 | 75 | 50 | 137 | 54 | 52 |
| Binary | 1100011 | 10011001 | 111100 | 100011 | 0 | 111101 | 101000 | 1011111 | 101100 | 101010 |
Color Harmonies of #63993C
Complementary color
Monochromatic Colors of #63993C
Black with #63993C
Text Example
Text Example
White with #63993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63993C; }
p { color: rgb(99,153,60); }
H1.HeaderClassName
{
color: #63993C;
}
.AnyTagClassName
{
color: #63993C;
}
</style>
background-color css
<style>
a { background-color: #63993C; }
a { background-color: rgb(99,153,60); }
div.DivClassName
{
background-color: #63993C;
}
.BgClassName
{
background-color: #63993C;
}
</style>
border-color css
<style>
span { border-color: #63993C; }
span { border-color: rgb(99,153,60); }
td.TdClassName
{
border-color: #63993C;
}
.TagClassName
{
border-color: #63993C;
}
</style>