Shades of Limeade #619B1D
Tints of Limeade #619B1D
RGB
CMYK
RGB Variations
Color information
#619B1D (or 0x619B1D) is known color: Limeade. HEX triplet: 61, 9B and 1D. RGB value is (97,155,29). Sum of RGB (Red+Green+Blue) = 97+155+29=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 155 (60.94% from 255 or 55.16% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 155 - color contains mainly: green. Hex color #619B1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619B1D is #9E64E2. Grayscale: #7B7B7B. Windows color (decimal): -10380515 or 1940321. OLE color: 1940321.
HSL color Cylindrical-coordinate representation of color #619B1D: hue angle of 87.62º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #619B1D is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 155 | 29 | - |
| CMYK | 0.37 | 0 | 0.81 | 0.39 |
| HSL | 87.62º | 0.68% | 0.36% | - |
| HSV(B) | 87.62º | 0.81% | 0.61% | - |
| XYZ | 16.87 | 26.07 | 5.31 | - |
| YUV | 123.29 | 74.78 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 29 | 0.37 | 0 | 0.81 | 0.39 | 87.62 | 0.68 | 0.36 |
| Hex | 61 | 9B | 1D | 25 | 0 | 51 | 27 | 58 | 44 | 24 |
| Octal | 141 | 233 | 35 | 45 | 0 | 121 | 47 | 130 | 104 | 44 |
| Binary | 1100001 | 10011011 | 11101 | 100101 | 0 | 1010001 | 100111 | 1011000 | 1000100 | 100100 |
Color Harmonies of #619B1D
Complementary color
Monochromatic Colors of #619B1D
Black with #619B1D
Text Example
Text Example
White with #619B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619B1D; }
p { color: rgb(97,155,29); }
H1.HeaderClassName
{
color: #619B1D;
}
.AnyTagClassName
{
color: #619B1D;
}
</style>
background-color css
<style>
a { background-color: #619B1D; }
a { background-color: rgb(97,155,29); }
div.DivClassName
{
background-color: #619B1D;
}
.BgClassName
{
background-color: #619B1D;
}
</style>
border-color css
<style>
span { border-color: #619B1D; }
span { border-color: rgb(97,155,29); }
td.TdClassName
{
border-color: #619B1D;
}
.TagClassName
{
border-color: #619B1D;
}
</style>