Shades of Limeade #5C9A38
Tints of Limeade #5C9A38
RGB
CMYK
RGB Variations
Color information
#5C9A38 (or 0x5C9A38) is known color: Limeade. HEX triplet: 5C, 9A and 38. RGB value is (92,154,56). Sum of RGB (Red+Green+Blue) = 92+154+56=302 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.46% from 302); Green value is 154 (60.55% from 255 or 50.99% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 154 - color contains mainly: green. Hex color #5C9A38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9A38 is #A365C7. Grayscale: #7C7C7C. Windows color (decimal): -10708424 or 3709532. OLE color: 3709532.
HSL color Cylindrical-coordinate representation of color #5C9A38: hue angle of 97.96º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C9A38 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 154 | 56 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.40 |
| HSL | 97.96º | 0.47% | 0.41% | - |
| HSV(B) | 97.96º | 0.64% | 0.6% | - |
| XYZ | 16.68 | 25.67 | 7.82 | - |
| YUV | 124.29 | 89.46 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 154 | 56 | 0.40 | 0 | 0.64 | 0.40 | 97.96 | 0.47 | 0.41 |
| Hex | 5C | 9A | 38 | 28 | 0 | 40 | 28 | 62 | 2F | 29 |
| Octal | 134 | 232 | 70 | 50 | 0 | 100 | 50 | 142 | 57 | 51 |
| Binary | 1011100 | 10011010 | 111000 | 101000 | 0 | 1000000 | 101000 | 1100010 | 101111 | 101001 |
Color Harmonies of #5C9A38
Complementary color
Monochromatic Colors of #5C9A38
Black with #5C9A38
Text Example
Text Example
White with #5C9A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9A38; }
p { color: rgb(92,154,56); }
H1.HeaderClassName
{
color: #5C9A38;
}
.AnyTagClassName
{
color: #5C9A38;
}
</style>
background-color css
<style>
a { background-color: #5C9A38; }
a { background-color: rgb(92,154,56); }
div.DivClassName
{
background-color: #5C9A38;
}
.BgClassName
{
background-color: #5C9A38;
}
</style>
border-color css
<style>
span { border-color: #5C9A38; }
span { border-color: rgb(92,154,56); }
td.TdClassName
{
border-color: #5C9A38;
}
.TagClassName
{
border-color: #5C9A38;
}
</style>