Shades of Limeade #5C9838
Tints of Limeade #5C9838
RGB
CMYK
RGB Variations
Color information
#5C9838 (or 0x5C9838) is known color: Limeade. HEX triplet: 5C, 98 and 38. RGB value is (92,152,56). Sum of RGB (Red+Green+Blue) = 92+152+56=300 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.67% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #5C9838 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9838 is #A367C7. Grayscale: #7B7B7B. Windows color (decimal): -10708936 or 3709020. OLE color: 3709020.
HSL color Cylindrical-coordinate representation of color #5C9838: hue angle of 97.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C9838 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 152 | 56 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.40 |
| HSL | 97.5º | 0.46% | 0.41% | - |
| HSV(B) | 97.5º | 0.63% | 0.6% | - |
| XYZ | 16.36 | 25.02 | 7.71 | - |
| YUV | 123.12 | 90.12 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 152 | 56 | 0.39 | 0 | 0.63 | 0.40 | 97.5 | 0.46 | 0.41 |
| Hex | 5C | 98 | 38 | 27 | 0 | 3F | 28 | 62 | 2E | 29 |
| Octal | 134 | 230 | 70 | 47 | 0 | 77 | 50 | 142 | 56 | 51 |
| Binary | 1011100 | 10011000 | 111000 | 100111 | 0 | 111111 | 101000 | 1100010 | 101110 | 101001 |
Color Harmonies of #5C9838
Complementary color
Monochromatic Colors of #5C9838
Black with #5C9838
Text Example
Text Example
White with #5C9838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9838; }
p { color: rgb(92,152,56); }
H1.HeaderClassName
{
color: #5C9838;
}
.AnyTagClassName
{
color: #5C9838;
}
</style>
background-color css
<style>
a { background-color: #5C9838; }
a { background-color: rgb(92,152,56); }
div.DivClassName
{
background-color: #5C9838;
}
.BgClassName
{
background-color: #5C9838;
}
</style>
border-color css
<style>
span { border-color: #5C9838; }
span { border-color: rgb(92,152,56); }
td.TdClassName
{
border-color: #5C9838;
}
.TagClassName
{
border-color: #5C9838;
}
</style>