Shades of Limeade #619F3A
Tints of Limeade #619F3A
RGB
CMYK
RGB Variations
Color information
#619F3A (or 0x619F3A) is known color: Limeade. HEX triplet: 61, 9F and 3A. RGB value is (97,159,58). Sum of RGB (Red+Green+Blue) = 97+159+58=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #619F3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619F3A is #9E60C5. Grayscale: #818181. Windows color (decimal): -10379462 or 3841889. OLE color: 3841889.
HSL color Cylindrical-coordinate representation of color #619F3A: hue angle of 96.83º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #619F3A is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 159 | 58 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.38 |
| HSL | 96.83º | 0.47% | 0.43% | - |
| HSV(B) | 96.83º | 0.64% | 0.62% | - |
| XYZ | 18.09 | 27.64 | 8.39 | - |
| YUV | 128.95 | 87.96 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 58 | 0.39 | 0 | 0.64 | 0.38 | 96.83 | 0.47 | 0.43 |
| Hex | 61 | 9F | 3A | 27 | 0 | 40 | 26 | 61 | 2F | 2B |
| Octal | 141 | 237 | 72 | 47 | 0 | 100 | 46 | 141 | 57 | 53 |
| Binary | 1100001 | 10011111 | 111010 | 100111 | 0 | 1000000 | 100110 | 1100001 | 101111 | 101011 |
Color Harmonies of #619F3A
Complementary color
Monochromatic Colors of #619F3A
Black with #619F3A
Text Example
Text Example
White with #619F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619F3A; }
p { color: rgb(97,159,58); }
H1.HeaderClassName
{
color: #619F3A;
}
.AnyTagClassName
{
color: #619F3A;
}
</style>
background-color css
<style>
a { background-color: #619F3A; }
a { background-color: rgb(97,159,58); }
div.DivClassName
{
background-color: #619F3A;
}
.BgClassName
{
background-color: #619F3A;
}
</style>
border-color css
<style>
span { border-color: #619F3A; }
span { border-color: rgb(97,159,58); }
td.TdClassName
{
border-color: #619F3A;
}
.TagClassName
{
border-color: #619F3A;
}
</style>