Shades of Limeade #639628
Tints of Limeade #639628
RGB
CMYK
RGB Variations
Color information
#639628 (or 0x639628) is known color: Limeade. HEX triplet: 63, 96 and 28. RGB value is (99,150,40). Sum of RGB (Red+Green+Blue) = 99+150+40=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #639628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639628 is #9C69D7. Grayscale: #7A7A7A. Windows color (decimal): -10250712 or 2659939. OLE color: 2659939.
HSL color Cylindrical-coordinate representation of color #639628: hue angle of 87.82º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #639628 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 150 | 40 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.41 |
| HSL | 87.82º | 0.58% | 0.37% | - |
| HSV(B) | 87.82º | 0.73% | 0.59% | - |
| XYZ | 16.43 | 24.62 | 5.89 | - |
| YUV | 122.21 | 81.6 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 150 | 40 | 0.34 | 0 | 0.73 | 0.41 | 87.82 | 0.58 | 0.37 |
| Hex | 63 | 96 | 28 | 22 | 0 | 49 | 29 | 58 | 3A | 25 |
| Octal | 143 | 226 | 50 | 42 | 0 | 111 | 51 | 130 | 72 | 45 |
| Binary | 1100011 | 10010110 | 101000 | 100010 | 0 | 1001001 | 101001 | 1011000 | 111010 | 100101 |
Color Harmonies of #639628
Complementary color
Monochromatic Colors of #639628
Black with #639628
Text Example
Text Example
White with #639628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639628; }
p { color: rgb(99,150,40); }
H1.HeaderClassName
{
color: #639628;
}
.AnyTagClassName
{
color: #639628;
}
</style>
background-color css
<style>
a { background-color: #639628; }
a { background-color: rgb(99,150,40); }
div.DivClassName
{
background-color: #639628;
}
.BgClassName
{
background-color: #639628;
}
</style>
border-color css
<style>
span { border-color: #639628; }
span { border-color: rgb(99,150,40); }
td.TdClassName
{
border-color: #639628;
}
.TagClassName
{
border-color: #639628;
}
</style>