Shades of Limeade #619A39
Tints of Limeade #619A39
RGB
CMYK
RGB Variations
Color information
#619A39 (or 0x619A39) is known color: Limeade. HEX triplet: 61, 9A and 39. RGB value is (97,154,57). Sum of RGB (Red+Green+Blue) = 97+154+57=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 154 (60.55% from 255 or 50% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 154 - color contains mainly: green. Hex color #619A39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619A39 is #9E65C6. Grayscale: #7E7E7E. Windows color (decimal): -10380743 or 3775073. OLE color: 3775073.
HSL color Cylindrical-coordinate representation of color #619A39: hue angle of 95.26º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #619A39 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 154 | 57 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.40 |
| HSL | 95.26º | 0.46% | 0.41% | - |
| HSV(B) | 95.26º | 0.63% | 0.6% | - |
| XYZ | 17.22 | 25.95 | 7.97 | - |
| YUV | 125.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 57 | 0.37 | 0 | 0.63 | 0.40 | 95.26 | 0.46 | 0.41 |
| Hex | 61 | 9A | 39 | 25 | 0 | 3F | 28 | 5F | 2E | 29 |
| Octal | 141 | 232 | 71 | 45 | 0 | 77 | 50 | 137 | 56 | 51 |
| Binary | 1100001 | 10011010 | 111001 | 100101 | 0 | 111111 | 101000 | 1011111 | 101110 | 101001 |
Color Harmonies of #619A39
Complementary color
Monochromatic Colors of #619A39
Black with #619A39
Text Example
Text Example
White with #619A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619A39; }
p { color: rgb(97,154,57); }
H1.HeaderClassName
{
color: #619A39;
}
.AnyTagClassName
{
color: #619A39;
}
</style>
background-color css
<style>
a { background-color: #619A39; }
a { background-color: rgb(97,154,57); }
div.DivClassName
{
background-color: #619A39;
}
.BgClassName
{
background-color: #619A39;
}
</style>
border-color css
<style>
span { border-color: #619A39; }
span { border-color: rgb(97,154,57); }
td.TdClassName
{
border-color: #619A39;
}
.TagClassName
{
border-color: #619A39;
}
</style>