Shades of Limeade #619B3A
Tints of Limeade #619B3A
RGB
CMYK
RGB Variations
Color information
#619B3A (or 0x619B3A) is known color: Limeade. HEX triplet: 61, 9B and 3A. RGB value is (97,155,58). Sum of RGB (Red+Green+Blue) = 97+155+58=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #619B3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619B3A is #9E64C5. Grayscale: #7E7E7E. Windows color (decimal): -10380486 or 3840865. OLE color: 3840865.
HSL color Cylindrical-coordinate representation of color #619B3A: hue angle of 95.88º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #619B3A is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 155 | 58 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.39 |
| HSL | 95.88º | 0.46% | 0.42% | - |
| HSV(B) | 95.88º | 0.63% | 0.61% | - |
| XYZ | 17.41 | 26.29 | 8.16 | - |
| YUV | 126.6 | 89.28 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 58 | 0.37 | 0 | 0.63 | 0.39 | 95.88 | 0.46 | 0.42 |
| Hex | 61 | 9B | 3A | 25 | 0 | 3F | 27 | 60 | 2E | 2A |
| Octal | 141 | 233 | 72 | 45 | 0 | 77 | 47 | 140 | 56 | 52 |
| Binary | 1100001 | 10011011 | 111010 | 100101 | 0 | 111111 | 100111 | 1100000 | 101110 | 101010 |
Color Harmonies of #619B3A
Complementary color
Monochromatic Colors of #619B3A
Black with #619B3A
Text Example
Text Example
White with #619B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619B3A; }
p { color: rgb(97,155,58); }
H1.HeaderClassName
{
color: #619B3A;
}
.AnyTagClassName
{
color: #619B3A;
}
</style>
background-color css
<style>
a { background-color: #619B3A; }
a { background-color: rgb(97,155,58); }
div.DivClassName
{
background-color: #619B3A;
}
.BgClassName
{
background-color: #619B3A;
}
</style>
border-color css
<style>
span { border-color: #619B3A; }
span { border-color: rgb(97,155,58); }
td.TdClassName
{
border-color: #619B3A;
}
.TagClassName
{
border-color: #619B3A;
}
</style>