Shades of Limeade #589C01
Tints of Limeade #589C01
RGB
CMYK
RGB Variations
Color information
#589C01 (or 0x589C01) is known color: Limeade. HEX triplet: 58, 9C and 01. RGB value is (88,156,1). Sum of RGB (Red+Green+Blue) = 88+156+1=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 156 (61.33% from 255 or 63.67% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 156 - color contains mainly: green. Hex color #589C01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #589C01 is #A763FE. Grayscale: #767676. Windows color (decimal): -10970111 or 105560. OLE color: 105560.
HSL color Cylindrical-coordinate representation of color #589C01: hue angle of 86.32º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #589C01 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 156 | 1 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.39 |
| HSL | 86.32º | 0.99% | 0.31% | - |
| HSV(B) | 86.32º | 0.99% | 0.61% | - |
| XYZ | 15.92 | 25.85 | 4.18 | - |
| YUV | 118 | 61.97 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 156 | 1 | 0.44 | 0 | 0.99 | 0.39 | 86.32 | 0.99 | 0.31 |
| Hex | 58 | 9C | 1 | 2C | 0 | 63 | 27 | 56 | 63 | 1F |
| Octal | 130 | 234 | 1 | 54 | 0 | 143 | 47 | 126 | 143 | 37 |
| Binary | 1011000 | 10011100 | 1 | 101100 | 0 | 1100011 | 100111 | 1010110 | 1100011 | 11111 |
Color Harmonies of #589C01
Complementary color
Monochromatic Colors of #589C01
Black with #589C01
Text Example
Text Example
White with #589C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589C01; }
p { color: rgb(88,156,1); }
H1.HeaderClassName
{
color: #589C01;
}
.AnyTagClassName
{
color: #589C01;
}
</style>
background-color css
<style>
a { background-color: #589C01; }
a { background-color: rgb(88,156,1); }
div.DivClassName
{
background-color: #589C01;
}
.BgClassName
{
background-color: #589C01;
}
</style>
border-color css
<style>
span { border-color: #589C01; }
span { border-color: rgb(88,156,1); }
td.TdClassName
{
border-color: #589C01;
}
.TagClassName
{
border-color: #589C01;
}
</style>