Shades of Limeade #53921B
Tints of Limeade #53921B
RGB
CMYK
RGB Variations
Color information
#53921B (or 0x53921B) is known color: Limeade. HEX triplet: 53, 92 and 1B. RGB value is (83,146,27). Sum of RGB (Red+Green+Blue) = 83+146+27=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #53921B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53921B is #AC6DE4. Grayscale: #727272. Windows color (decimal): -11300325 or 1806931. OLE color: 1806931.
HSL color Cylindrical-coordinate representation of color #53921B: hue angle of 91.76º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53921B is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 146 | 27 | - |
| CMYK | 0.43 | 0 | 0.82 | 0.43 |
| HSL | 91.76º | 0.69% | 0.34% | - |
| HSV(B) | 91.76º | 0.82% | 0.57% | - |
| XYZ | 14.04 | 22.48 | 4.63 | - |
| YUV | 113.6 | 79.13 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 146 | 27 | 0.43 | 0 | 0.82 | 0.43 | 91.76 | 0.69 | 0.34 |
| Hex | 53 | 92 | 1B | 2B | 0 | 52 | 2B | 5C | 45 | 22 |
| Octal | 123 | 222 | 33 | 53 | 0 | 122 | 53 | 134 | 105 | 42 |
| Binary | 1010011 | 10010010 | 11011 | 101011 | 0 | 1010010 | 101011 | 1011100 | 1000101 | 100010 |
Color Harmonies of #53921B
Complementary color
Monochromatic Colors of #53921B
Black with #53921B
Text Example
Text Example
White with #53921B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53921B; }
p { color: rgb(83,146,27); }
H1.HeaderClassName
{
color: #53921B;
}
.AnyTagClassName
{
color: #53921B;
}
</style>
background-color css
<style>
a { background-color: #53921B; }
a { background-color: rgb(83,146,27); }
div.DivClassName
{
background-color: #53921B;
}
.BgClassName
{
background-color: #53921B;
}
</style>
border-color css
<style>
span { border-color: #53921B; }
span { border-color: rgb(83,146,27); }
td.TdClassName
{
border-color: #53921B;
}
.TagClassName
{
border-color: #53921B;
}
</style>