Shades of Limeade #53971B
Tints of Limeade #53971B
RGB
CMYK
RGB Variations
Color information
#53971B (or 0x53971B) is known color: Limeade. HEX triplet: 53, 97 and 1B. RGB value is (83,151,27). Sum of RGB (Red+Green+Blue) = 83+151+27=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 151 (59.38% from 255 or 57.85% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 151 - color contains mainly: green. Hex color #53971B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53971B is #AC68E4. Grayscale: #747474. Windows color (decimal): -11299045 or 1808211. OLE color: 1808211.
HSL color Cylindrical-coordinate representation of color #53971B: hue angle of 92.9º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53971B is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 83 | 151 | 27 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.41 |
| HSL | 92.9º | 0.7% | 0.35% | - |
| HSV(B) | 92.9º | 0.82% | 0.59% | - |
| XYZ | 14.83 | 24.05 | 4.9 | - |
| YUV | 116.53 | 77.47 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 151 | 27 | 0.45 | 0 | 0.82 | 0.41 | 92.9 | 0.7 | 0.35 |
| Hex | 53 | 97 | 1B | 2D | 0 | 52 | 29 | 5D | 46 | 23 |
| Octal | 123 | 227 | 33 | 55 | 0 | 122 | 51 | 135 | 106 | 43 |
| Binary | 1010011 | 10010111 | 11011 | 101101 | 0 | 1010010 | 101001 | 1011101 | 1000110 | 100011 |
Color Harmonies of #53971B
Complementary color
Monochromatic Colors of #53971B
Black with #53971B
Text Example
Text Example
White with #53971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53971B; }
p { color: rgb(83,151,27); }
H1.HeaderClassName
{
color: #53971B;
}
.AnyTagClassName
{
color: #53971B;
}
</style>
background-color css
<style>
a { background-color: #53971B; }
a { background-color: rgb(83,151,27); }
div.DivClassName
{
background-color: #53971B;
}
.BgClassName
{
background-color: #53971B;
}
</style>
border-color css
<style>
span { border-color: #53971B; }
span { border-color: rgb(83,151,27); }
td.TdClassName
{
border-color: #53971B;
}
.TagClassName
{
border-color: #53971B;
}
</style>