Shades of Limeade #5C9F19
Tints of Limeade #5C9F19
RGB
CMYK
RGB Variations
Color information
#5C9F19 (or 0x5C9F19) is known color: Limeade. HEX triplet: 5C, 9F and 19. RGB value is (92,159,25). Sum of RGB (Red+Green+Blue) = 92+159+25=276 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.33% from 276); Green value is 159 (62.5% from 255 or 57.61% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 159 - color contains mainly: green. Hex color #5C9F19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9F19 is #A360E6. Grayscale: #7C7C7C. Windows color (decimal): -10707175 or 1679196. OLE color: 1679196.
HSL color Cylindrical-coordinate representation of color #5C9F19: hue angle of 90º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C9F19 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 159 | 25 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.38 |
| HSL | 90º | 0.73% | 0.36% | - |
| HSV(B) | 90º | 0.84% | 0.62% | - |
| XYZ | 16.99 | 27.14 | 5.26 | - |
| YUV | 123.69 | 72.3 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 159 | 25 | 0.42 | 0 | 0.84 | 0.38 | 90 | 0.73 | 0.36 |
| Hex | 5C | 9F | 19 | 2A | 0 | 54 | 26 | 5A | 49 | 24 |
| Octal | 134 | 237 | 31 | 52 | 0 | 124 | 46 | 132 | 111 | 44 |
| Binary | 1011100 | 10011111 | 11001 | 101010 | 0 | 1010100 | 100110 | 1011010 | 1001001 | 100100 |
Color Harmonies of #5C9F19
Complementary color
Monochromatic Colors of #5C9F19
Black with #5C9F19
Text Example
Text Example
White with #5C9F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9F19; }
p { color: rgb(92,159,25); }
H1.HeaderClassName
{
color: #5C9F19;
}
.AnyTagClassName
{
color: #5C9F19;
}
</style>
background-color css
<style>
a { background-color: #5C9F19; }
a { background-color: rgb(92,159,25); }
div.DivClassName
{
background-color: #5C9F19;
}
.BgClassName
{
background-color: #5C9F19;
}
</style>
border-color css
<style>
span { border-color: #5C9F19; }
span { border-color: rgb(92,159,25); }
td.TdClassName
{
border-color: #5C9F19;
}
.TagClassName
{
border-color: #5C9F19;
}
</style>