Shades of Limeade #5B9B05
Tints of Limeade #5B9B05
RGB
CMYK
RGB Variations
Color information
#5B9B05 (or 0x5B9B05) is known color: Limeade. HEX triplet: 5B, 9B and 05. RGB value is (91,155,5). Sum of RGB (Red+Green+Blue) = 91+155+5=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 155 (60.94% from 255 or 61.75% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 155 - color contains mainly: green. Hex color #5B9B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B9B05 is #A464FA. Grayscale: #777777. Windows color (decimal): -10773755 or 367451. OLE color: 367451.
HSL color Cylindrical-coordinate representation of color #5B9B05: hue angle of 85.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B9B05 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 155 | 5 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.39 |
| HSL | 85.6º | 0.94% | 0.31% | - |
| HSV(B) | 85.6º | 0.97% | 0.61% | - |
| XYZ | 16.06 | 25.68 | 4.25 | - |
| YUV | 118.76 | 63.8 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 155 | 5 | 0.41 | 0 | 0.97 | 0.39 | 85.6 | 0.94 | 0.31 |
| Hex | 5B | 9B | 5 | 29 | 0 | 61 | 27 | 56 | 5E | 1F |
| Octal | 133 | 233 | 5 | 51 | 0 | 141 | 47 | 126 | 136 | 37 |
| Binary | 1011011 | 10011011 | 101 | 101001 | 0 | 1100001 | 100111 | 1010110 | 1011110 | 11111 |
Color Harmonies of #5B9B05
Complementary color
Monochromatic Colors of #5B9B05
Black with #5B9B05
Text Example
Text Example
White with #5B9B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9B05; }
p { color: rgb(91,155,5); }
H1.HeaderClassName
{
color: #5B9B05;
}
.AnyTagClassName
{
color: #5B9B05;
}
</style>
background-color css
<style>
a { background-color: #5B9B05; }
a { background-color: rgb(91,155,5); }
div.DivClassName
{
background-color: #5B9B05;
}
.BgClassName
{
background-color: #5B9B05;
}
</style>
border-color css
<style>
span { border-color: #5B9B05; }
span { border-color: rgb(91,155,5); }
td.TdClassName
{
border-color: #5B9B05;
}
.TagClassName
{
border-color: #5B9B05;
}
</style>