Shades of Limeade #639833
Tints of Limeade #639833
RGB
CMYK
RGB Variations
Color information
#639833 (or 0x639833) is known color: Limeade. HEX triplet: 63, 98 and 33. RGB value is (99,152,51). Sum of RGB (Red+Green+Blue) = 99+152+51=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #639833 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639833 is #9C67CC. Grayscale: #7C7C7C. Windows color (decimal): -10250189 or 3381347. OLE color: 3381347.
HSL color Cylindrical-coordinate representation of color #639833: hue angle of 91.49º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #639833 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 152 | 51 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.40 |
| HSL | 91.49º | 0.5% | 0.4% | - |
| HSV(B) | 91.49º | 0.66% | 0.6% | - |
| XYZ | 16.97 | 25.35 | 7.13 | - |
| YUV | 124.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 152 | 51 | 0.35 | 0 | 0.66 | 0.40 | 91.49 | 0.5 | 0.4 |
| Hex | 63 | 98 | 33 | 23 | 0 | 42 | 28 | 5B | 32 | 28 |
| Octal | 143 | 230 | 63 | 43 | 0 | 102 | 50 | 133 | 62 | 50 |
| Binary | 1100011 | 10011000 | 110011 | 100011 | 0 | 1000010 | 101000 | 1011011 | 110010 | 101000 |
Color Harmonies of #639833
Complementary color
Monochromatic Colors of #639833
Black with #639833
Text Example
Text Example
White with #639833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639833; }
p { color: rgb(99,152,51); }
H1.HeaderClassName
{
color: #639833;
}
.AnyTagClassName
{
color: #639833;
}
</style>
background-color css
<style>
a { background-color: #639833; }
a { background-color: rgb(99,152,51); }
div.DivClassName
{
background-color: #639833;
}
.BgClassName
{
background-color: #639833;
}
</style>
border-color css
<style>
span { border-color: #639833; }
span { border-color: rgb(99,152,51); }
td.TdClassName
{
border-color: #639833;
}
.TagClassName
{
border-color: #639833;
}
</style>