Shades of Limeade #5C993A
Tints of Limeade #5C993A
RGB
CMYK
RGB Variations
Color information
#5C993A (or 0x5C993A) is known color: Limeade. HEX triplet: 5C, 99 and 3A. RGB value is (92,153,58). Sum of RGB (Red+Green+Blue) = 92+153+58=303 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.36% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #5C993A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C993A is #A366C5. Grayscale: #7C7C7C. Windows color (decimal): -10708678 or 3840348. OLE color: 3840348.
HSL color Cylindrical-coordinate representation of color #5C993A: hue angle of 98.53º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C993A is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 153 | 58 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.4 |
| HSL | 98.53º | 0.45% | 0.41% | - |
| HSV(B) | 98.53º | 0.62% | 0.6% | - |
| XYZ | 16.57 | 25.36 | 8.03 | - |
| YUV | 123.93 | 90.79 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 153 | 58 | 0.40 | 0 | 0.62 | 0.4 | 98.53 | 0.45 | 0.41 |
| Hex | 5C | 99 | 3A | 28 | 0 | 3E | 28 | 63 | 2D | 29 |
| Octal | 134 | 231 | 72 | 50 | 0 | 76 | 50 | 143 | 55 | 51 |
| Binary | 1011100 | 10011001 | 111010 | 101000 | 0 | 111110 | 101000 | 1100011 | 101101 | 101001 |
Color Harmonies of #5C993A
Complementary color
Monochromatic Colors of #5C993A
Black with #5C993A
Text Example
Text Example
White with #5C993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C993A; }
p { color: rgb(92,153,58); }
H1.HeaderClassName
{
color: #5C993A;
}
.AnyTagClassName
{
color: #5C993A;
}
</style>
background-color css
<style>
a { background-color: #5C993A; }
a { background-color: rgb(92,153,58); }
div.DivClassName
{
background-color: #5C993A;
}
.BgClassName
{
background-color: #5C993A;
}
</style>
border-color css
<style>
span { border-color: #5C993A; }
span { border-color: rgb(92,153,58); }
td.TdClassName
{
border-color: #5C993A;
}
.TagClassName
{
border-color: #5C993A;
}
</style>