Shades of Limeade #619F21
Tints of Limeade #619F21
RGB
CMYK
RGB Variations
Color information
#619F21 (or 0x619F21) is known color: Limeade. HEX triplet: 61, 9F and 21. RGB value is (97,159,33). Sum of RGB (Red+Green+Blue) = 97+159+33=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 159 (62.5% from 255 or 55.02% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 159 - color contains mainly: green. Hex color #619F21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619F21 is #9E60DE. Grayscale: #7E7E7E. Windows color (decimal): -10379487 or 2203489. OLE color: 2203489.
HSL color Cylindrical-coordinate representation of color #619F21: hue angle of 89.52º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #619F21 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 159 | 33 | - |
| CMYK | 0.39 | 0 | 0.79 | 0.38 |
| HSL | 89.52º | 0.66% | 0.38% | - |
| HSV(B) | 89.52º | 0.79% | 0.62% | - |
| XYZ | 17.6 | 27.45 | 5.81 | - |
| YUV | 126.1 | 75.46 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 33 | 0.39 | 0 | 0.79 | 0.38 | 89.52 | 0.66 | 0.38 |
| Hex | 61 | 9F | 21 | 27 | 0 | 4F | 26 | 5A | 42 | 26 |
| Octal | 141 | 237 | 41 | 47 | 0 | 117 | 46 | 132 | 102 | 46 |
| Binary | 1100001 | 10011111 | 100001 | 100111 | 0 | 1001111 | 100110 | 1011010 | 1000010 | 100110 |
Color Harmonies of #619F21
Complementary color
Monochromatic Colors of #619F21
Black with #619F21
Text Example
Text Example
White with #619F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619F21; }
p { color: rgb(97,159,33); }
H1.HeaderClassName
{
color: #619F21;
}
.AnyTagClassName
{
color: #619F21;
}
</style>
background-color css
<style>
a { background-color: #619F21; }
a { background-color: rgb(97,159,33); }
div.DivClassName
{
background-color: #619F21;
}
.BgClassName
{
background-color: #619F21;
}
</style>
border-color css
<style>
span { border-color: #619F21; }
span { border-color: rgb(97,159,33); }
td.TdClassName
{
border-color: #619F21;
}
.TagClassName
{
border-color: #619F21;
}
</style>