Shades of Limeade #629919
Tints of Limeade #629919
RGB
CMYK
RGB Variations
Color information
#629919 (or 0x629919) is known color: Limeade. HEX triplet: 62, 99 and 19. RGB value is (98,153,25). Sum of RGB (Red+Green+Blue) = 98+153+25=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #629919 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629919 is #9D66E6. Grayscale: #7A7A7A. Windows color (decimal): -10315495 or 1677666. OLE color: 1677666.
HSL color Cylindrical-coordinate representation of color #629919: hue angle of 85.78º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #629919 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 153 | 25 | - |
| CMYK | 0.36 | 0 | 0.84 | 0.4 |
| HSL | 85.78º | 0.72% | 0.35% | - |
| HSV(B) | 85.78º | 0.84% | 0.6% | - |
| XYZ | 16.6 | 25.45 | 4.96 | - |
| YUV | 121.96 | 73.28 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 25 | 0.36 | 0 | 0.84 | 0.4 | 85.78 | 0.72 | 0.35 |
| Hex | 62 | 99 | 19 | 24 | 0 | 54 | 28 | 56 | 48 | 23 |
| Octal | 142 | 231 | 31 | 44 | 0 | 124 | 50 | 126 | 110 | 43 |
| Binary | 1100010 | 10011001 | 11001 | 100100 | 0 | 1010100 | 101000 | 1010110 | 1001000 | 100011 |
Color Harmonies of #629919
Complementary color
Monochromatic Colors of #629919
Black with #629919
Text Example
Text Example
White with #629919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629919; }
p { color: rgb(98,153,25); }
H1.HeaderClassName
{
color: #629919;
}
.AnyTagClassName
{
color: #629919;
}
</style>
background-color css
<style>
a { background-color: #629919; }
a { background-color: rgb(98,153,25); }
div.DivClassName
{
background-color: #629919;
}
.BgClassName
{
background-color: #629919;
}
</style>
border-color css
<style>
span { border-color: #629919; }
span { border-color: rgb(98,153,25); }
td.TdClassName
{
border-color: #629919;
}
.TagClassName
{
border-color: #629919;
}
</style>