Shades of Limeade #58940C
Tints of Limeade #58940C
RGB
CMYK
RGB Variations
Color information
#58940C (or 0x58940C) is known color: Limeade. HEX triplet: 58, 94 and 0C. RGB value is (88,148,12). Sum of RGB (Red+Green+Blue) = 88+148+12=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 148 (58.20% from 255 or 59.68% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 148 - color contains mainly: green. Hex color #58940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58940C is #A76BF3. Grayscale: #737373. Windows color (decimal): -10972148 or 824408. OLE color: 824408.
HSL color Cylindrical-coordinate representation of color #58940C: hue angle of 86.47º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #58940C is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 148 | 12 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.42 |
| HSL | 86.47º | 0.85% | 0.31% | - |
| HSV(B) | 86.47º | 0.92% | 0.58% | - |
| XYZ | 14.68 | 23.28 | 4.07 | - |
| YUV | 114.56 | 70.12 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 148 | 12 | 0.41 | 0 | 0.92 | 0.42 | 86.47 | 0.85 | 0.31 |
| Hex | 58 | 94 | C | 29 | 0 | 5C | 2A | 56 | 55 | 1F |
| Octal | 130 | 224 | 14 | 51 | 0 | 134 | 52 | 126 | 125 | 37 |
| Binary | 1011000 | 10010100 | 1100 | 101001 | 0 | 1011100 | 101010 | 1010110 | 1010101 | 11111 |
Color Harmonies of #58940C
Complementary color
Monochromatic Colors of #58940C
Black with #58940C
Text Example
Text Example
White with #58940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58940C; }
p { color: rgb(88,148,12); }
H1.HeaderClassName
{
color: #58940C;
}
.AnyTagClassName
{
color: #58940C;
}
</style>
background-color css
<style>
a { background-color: #58940C; }
a { background-color: rgb(88,148,12); }
div.DivClassName
{
background-color: #58940C;
}
.BgClassName
{
background-color: #58940C;
}
</style>
border-color css
<style>
span { border-color: #58940C; }
span { border-color: rgb(88,148,12); }
td.TdClassName
{
border-color: #58940C;
}
.TagClassName
{
border-color: #58940C;
}
</style>