Shades of Limeade #619828
Tints of Limeade #619828
RGB
CMYK
RGB Variations
Color information
#619828 (or 0x619828) is known color: Limeade. HEX triplet: 61, 98 and 28. RGB value is (97,152,40). Sum of RGB (Red+Green+Blue) = 97+152+40=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #619828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619828 is #9E67D7. Grayscale: #7B7B7B. Windows color (decimal): -10381272 or 2660449. OLE color: 2660449.
HSL color Cylindrical-coordinate representation of color #619828: hue angle of 89.46º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #619828 is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 152 | 40 | - |
| CMYK | 0.36 | 0 | 0.74 | 0.40 |
| HSL | 89.46º | 0.58% | 0.38% | - |
| HSV(B) | 89.46º | 0.74% | 0.6% | - |
| XYZ | 16.54 | 25.15 | 5.99 | - |
| YUV | 122.79 | 81.28 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 152 | 40 | 0.36 | 0 | 0.74 | 0.40 | 89.46 | 0.58 | 0.38 |
| Hex | 61 | 98 | 28 | 24 | 0 | 4A | 28 | 59 | 3A | 26 |
| Octal | 141 | 230 | 50 | 44 | 0 | 112 | 50 | 131 | 72 | 46 |
| Binary | 1100001 | 10011000 | 101000 | 100100 | 0 | 1001010 | 101000 | 1011001 | 111010 | 100110 |
Color Harmonies of #619828
Complementary color
Monochromatic Colors of #619828
Black with #619828
Text Example
Text Example
White with #619828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619828; }
p { color: rgb(97,152,40); }
H1.HeaderClassName
{
color: #619828;
}
.AnyTagClassName
{
color: #619828;
}
</style>
background-color css
<style>
a { background-color: #619828; }
a { background-color: rgb(97,152,40); }
div.DivClassName
{
background-color: #619828;
}
.BgClassName
{
background-color: #619828;
}
</style>
border-color css
<style>
span { border-color: #619828; }
span { border-color: rgb(97,152,40); }
td.TdClassName
{
border-color: #619828;
}
.TagClassName
{
border-color: #619828;
}
</style>