Shades of Limeade #629822
Tints of Limeade #629822
RGB
CMYK
RGB Variations
Color information
#629822 (or 0x629822) is known color: Limeade. HEX triplet: 62, 98 and 22. RGB value is (98,152,34). Sum of RGB (Red+Green+Blue) = 98+152+34=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #629822 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629822 is #9D67DD. Grayscale: #7A7A7A. Windows color (decimal): -10315742 or 2267234. OLE color: 2267234.
HSL color Cylindrical-coordinate representation of color #629822: hue angle of 87.46º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #629822 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 152 | 34 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.40 |
| HSL | 87.46º | 0.63% | 0.36% | - |
| HSV(B) | 87.46º | 0.78% | 0.6% | - |
| XYZ | 16.55 | 25.17 | 5.5 | - |
| YUV | 122.4 | 78.11 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 152 | 34 | 0.36 | 0 | 0.78 | 0.40 | 87.46 | 0.63 | 0.36 |
| Hex | 62 | 98 | 22 | 24 | 0 | 4E | 28 | 57 | 3F | 24 |
| Octal | 142 | 230 | 42 | 44 | 0 | 116 | 50 | 127 | 77 | 44 |
| Binary | 1100010 | 10011000 | 100010 | 100100 | 0 | 1001110 | 101000 | 1010111 | 111111 | 100100 |
Color Harmonies of #629822
Complementary color
Monochromatic Colors of #629822
Black with #629822
Text Example
Text Example
White with #629822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629822; }
p { color: rgb(98,152,34); }
H1.HeaderClassName
{
color: #629822;
}
.AnyTagClassName
{
color: #629822;
}
</style>
background-color css
<style>
a { background-color: #629822; }
a { background-color: rgb(98,152,34); }
div.DivClassName
{
background-color: #629822;
}
.BgClassName
{
background-color: #629822;
}
</style>
border-color css
<style>
span { border-color: #629822; }
span { border-color: rgb(98,152,34); }
td.TdClassName
{
border-color: #629822;
}
.TagClassName
{
border-color: #629822;
}
</style>