Shades of Limeade #5B940F
Tints of Limeade #5B940F
RGB
CMYK
RGB Variations
Color information
#5B940F (or 0x5B940F) is known color: Limeade. HEX triplet: 5B, 94 and 0F. RGB value is (91,148,15). Sum of RGB (Red+Green+Blue) = 91+148+15=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #5B940F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B940F is #A46BF0. Grayscale: #747474. Windows color (decimal): -10775537 or 1021019. OLE color: 1021019.
HSL color Cylindrical-coordinate representation of color #5B940F: hue angle of 85.71º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B940F is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 148 | 15 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.42 |
| HSL | 85.71º | 0.82% | 0.32% | - |
| HSV(B) | 85.71º | 0.9% | 0.58% | - |
| XYZ | 14.99 | 23.44 | 4.19 | - |
| YUV | 115.8 | 71.12 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 148 | 15 | 0.39 | 0 | 0.90 | 0.42 | 85.71 | 0.82 | 0.32 |
| Hex | 5B | 94 | F | 27 | 0 | 5A | 2A | 56 | 52 | 20 |
| Octal | 133 | 224 | 17 | 47 | 0 | 132 | 52 | 126 | 122 | 40 |
| Binary | 1011011 | 10010100 | 1111 | 100111 | 0 | 1011010 | 101010 | 1010110 | 1010010 | 100000 |
Color Harmonies of #5B940F
Complementary color
Monochromatic Colors of #5B940F
Black with #5B940F
Text Example
Text Example
White with #5B940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B940F; }
p { color: rgb(91,148,15); }
H1.HeaderClassName
{
color: #5B940F;
}
.AnyTagClassName
{
color: #5B940F;
}
</style>
background-color css
<style>
a { background-color: #5B940F; }
a { background-color: rgb(91,148,15); }
div.DivClassName
{
background-color: #5B940F;
}
.BgClassName
{
background-color: #5B940F;
}
</style>
border-color css
<style>
span { border-color: #5B940F; }
span { border-color: rgb(91,148,15); }
td.TdClassName
{
border-color: #5B940F;
}
.TagClassName
{
border-color: #5B940F;
}
</style>