Shades of Limeade #58961B
Tints of Limeade #58961B
RGB
CMYK
RGB Variations
Color information
#58961B (or 0x58961B) is known color: Limeade. HEX triplet: 58, 96 and 1B. RGB value is (88,150,27). Sum of RGB (Red+Green+Blue) = 88+150+27=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 150 (58.98% from 255 or 56.60% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 150 - color contains mainly: green. Hex color #58961B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58961B is #A769E4. Grayscale: #757575. Windows color (decimal): -10971621 or 1807960. OLE color: 1807960.
HSL color Cylindrical-coordinate representation of color #58961B: hue angle of 90.24º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58961B is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 88 | 150 | 27 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.41 |
| HSL | 90.24º | 0.69% | 0.35% | - |
| HSV(B) | 90.24º | 0.82% | 0.59% | - |
| XYZ | 15.13 | 23.97 | 4.87 | - |
| YUV | 117.44 | 76.96 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 150 | 27 | 0.41 | 0 | 0.82 | 0.41 | 90.24 | 0.69 | 0.35 |
| Hex | 58 | 96 | 1B | 29 | 0 | 52 | 29 | 5A | 45 | 23 |
| Octal | 130 | 226 | 33 | 51 | 0 | 122 | 51 | 132 | 105 | 43 |
| Binary | 1011000 | 10010110 | 11011 | 101001 | 0 | 1010010 | 101001 | 1011010 | 1000101 | 100011 |
Color Harmonies of #58961B
Complementary color
Monochromatic Colors of #58961B
Black with #58961B
Text Example
Text Example
White with #58961B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58961B; }
p { color: rgb(88,150,27); }
H1.HeaderClassName
{
color: #58961B;
}
.AnyTagClassName
{
color: #58961B;
}
</style>
background-color css
<style>
a { background-color: #58961B; }
a { background-color: rgb(88,150,27); }
div.DivClassName
{
background-color: #58961B;
}
.BgClassName
{
background-color: #58961B;
}
</style>
border-color css
<style>
span { border-color: #58961B; }
span { border-color: rgb(88,150,27); }
td.TdClassName
{
border-color: #58961B;
}
.TagClassName
{
border-color: #58961B;
}
</style>