Shades of Limeade #5BAD27
Tints of Limeade #5BAD27
RGB
CMYK
RGB Variations
Color information
#5BAD27 (or 0x5BAD27) is known color: Limeade. HEX triplet: 5B, AD and 27. RGB value is (91,173,39). Sum of RGB (Red+Green+Blue) = 91+173+39=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #5BAD27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAD27 is #A452D8. Grayscale: #858585. Windows color (decimal): -10769113 or 2600283. OLE color: 2600283.
HSL color Cylindrical-coordinate representation of color #5BAD27: hue angle of 96.72º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5BAD27 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 173 | 39 | - |
| CMYK | 0.47 | 0 | 0.77 | 0.32 |
| HSL | 96.72º | 0.63% | 0.42% | - |
| HSV(B) | 96.72º | 0.77% | 0.68% | - |
| XYZ | 19.62 | 32.26 | 7.11 | - |
| YUV | 133.21 | 74.83 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 39 | 0.47 | 0 | 0.77 | 0.32 | 96.72 | 0.63 | 0.42 |
| Hex | 5B | AD | 27 | 2F | 0 | 4D | 20 | 61 | 3F | 2A |
| Octal | 133 | 255 | 47 | 57 | 0 | 115 | 40 | 141 | 77 | 52 |
| Binary | 1011011 | 10101101 | 100111 | 101111 | 0 | 1001101 | 100000 | 1100001 | 111111 | 101010 |
Color Harmonies of #5BAD27
Complementary color
Monochromatic Colors of #5BAD27
Black with #5BAD27
Text Example
Text Example
White with #5BAD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAD27; }
p { color: rgb(91,173,39); }
H1.HeaderClassName
{
color: #5BAD27;
}
.AnyTagClassName
{
color: #5BAD27;
}
</style>
background-color css
<style>
a { background-color: #5BAD27; }
a { background-color: rgb(91,173,39); }
div.DivClassName
{
background-color: #5BAD27;
}
.BgClassName
{
background-color: #5BAD27;
}
</style>
border-color css
<style>
span { border-color: #5BAD27; }
span { border-color: rgb(91,173,39); }
td.TdClassName
{
border-color: #5BAD27;
}
.TagClassName
{
border-color: #5BAD27;
}
</style>