Shades of Limeade #5C973D
Tints of Limeade #5C973D
RGB
CMYK
RGB Variations
Color information
#5C973D (or 0x5C973D) is known color: Limeade. HEX triplet: 5C, 97 and 3D. RGB value is (92,151,61). Sum of RGB (Red+Green+Blue) = 92+151+61=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #5C973D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C973D is #A368C2. Grayscale: #7B7B7B. Windows color (decimal): -10709187 or 4036444. OLE color: 4036444.
HSL color Cylindrical-coordinate representation of color #5C973D: hue angle of 99.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C973D is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 151 | 61 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.41 |
| HSL | 99.33º | 0.42% | 0.42% | - |
| HSV(B) | 99.33º | 0.6% | 0.59% | - |
| XYZ | 16.32 | 24.75 | 8.33 | - |
| YUV | 123.1 | 92.95 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 151 | 61 | 0.39 | 0 | 0.60 | 0.41 | 99.33 | 0.42 | 0.42 |
| Hex | 5C | 97 | 3D | 27 | 0 | 3C | 29 | 63 | 2A | 2A |
| Octal | 134 | 227 | 75 | 47 | 0 | 74 | 51 | 143 | 52 | 52 |
| Binary | 1011100 | 10010111 | 111101 | 100111 | 0 | 111100 | 101001 | 1100011 | 101010 | 101010 |
Color Harmonies of #5C973D
Complementary color
Monochromatic Colors of #5C973D
Black with #5C973D
Text Example
Text Example
White with #5C973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C973D; }
p { color: rgb(92,151,61); }
H1.HeaderClassName
{
color: #5C973D;
}
.AnyTagClassName
{
color: #5C973D;
}
</style>
background-color css
<style>
a { background-color: #5C973D; }
a { background-color: rgb(92,151,61); }
div.DivClassName
{
background-color: #5C973D;
}
.BgClassName
{
background-color: #5C973D;
}
</style>
border-color css
<style>
span { border-color: #5C973D; }
span { border-color: rgb(92,151,61); }
td.TdClassName
{
border-color: #5C973D;
}
.TagClassName
{
border-color: #5C973D;
}
</style>