Shades of Limeade #649C19
Tints of Limeade #649C19
RGB
CMYK
RGB Variations
Color information
#649C19 (or 0x649C19) is known color: Limeade. HEX triplet: 64, 9C and 19. RGB value is (100,156,25). Sum of RGB (Red+Green+Blue) = 100+156+25=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 156 (61.33% from 255 or 55.52% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 156 - color contains mainly: green. Hex color #649C19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649C19 is #9B63E6. Grayscale: #7C7C7C. Windows color (decimal): -10183655 or 1678436. OLE color: 1678436.
HSL color Cylindrical-coordinate representation of color #649C19: hue angle of 85.65º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #649C19 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 156 | 25 | - |
| CMYK | 0.36 | 0 | 0.84 | 0.39 |
| HSL | 85.65º | 0.72% | 0.35% | - |
| HSV(B) | 85.65º | 0.84% | 0.61% | - |
| XYZ | 17.32 | 26.56 | 5.13 | - |
| YUV | 124.32 | 71.95 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 25 | 0.36 | 0 | 0.84 | 0.39 | 85.65 | 0.72 | 0.35 |
| Hex | 64 | 9C | 19 | 24 | 0 | 54 | 27 | 56 | 48 | 23 |
| Octal | 144 | 234 | 31 | 44 | 0 | 124 | 47 | 126 | 110 | 43 |
| Binary | 1100100 | 10011100 | 11001 | 100100 | 0 | 1010100 | 100111 | 1010110 | 1001000 | 100011 |
Color Harmonies of #649C19
Complementary color
Monochromatic Colors of #649C19
Black with #649C19
Text Example
Text Example
White with #649C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649C19; }
p { color: rgb(100,156,25); }
H1.HeaderClassName
{
color: #649C19;
}
.AnyTagClassName
{
color: #649C19;
}
</style>
background-color css
<style>
a { background-color: #649C19; }
a { background-color: rgb(100,156,25); }
div.DivClassName
{
background-color: #649C19;
}
.BgClassName
{
background-color: #649C19;
}
</style>
border-color css
<style>
span { border-color: #649C19; }
span { border-color: rgb(100,156,25); }
td.TdClassName
{
border-color: #649C19;
}
.TagClassName
{
border-color: #649C19;
}
</style>