Shades of Apple #53BA3B
Tints of Apple #53BA3B
RGB
CMYK
RGB Variations
Color information
#53BA3B (or 0x53BA3B) is known color: Apple. HEX triplet: 53, BA and 3B. RGB value is (83,186,59). Sum of RGB (Red+Green+Blue) = 83+186+59=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BA3B is #AC45C4. Grayscale: #8D8D8D. Windows color (decimal): -11290053 or 3914323. OLE color: 3914323.
HSL color Cylindrical-coordinate representation of color #53BA3B: hue angle of 108.66º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53BA3B is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 186 | 59 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.27 |
| HSL | 108.66º | 0.52% | 0.48% | - |
| HSV(B) | 108.66º | 0.68% | 0.73% | - |
| XYZ | 21.92 | 37.27 | 10.18 | - |
| YUV | 140.73 | 81.88 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 59 | 0.55 | 0 | 0.68 | 0.27 | 108.66 | 0.52 | 0.48 |
| Hex | 53 | BA | 3B | 37 | 0 | 44 | 1B | 6D | 34 | 30 |
| Octal | 123 | 272 | 73 | 67 | 0 | 104 | 33 | 155 | 64 | 60 |
| Binary | 1010011 | 10111010 | 111011 | 110111 | 0 | 1000100 | 11011 | 1101101 | 110100 | 110000 |
Color Harmonies of #53BA3B
Complementary color
Monochromatic Colors of #53BA3B
Black with #53BA3B
Text Example
Text Example
White with #53BA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BA3B; }
p { color: rgb(83,186,59); }
H1.HeaderClassName
{
color: #53BA3B;
}
.AnyTagClassName
{
color: #53BA3B;
}
</style>
background-color css
<style>
a { background-color: #53BA3B; }
a { background-color: rgb(83,186,59); }
div.DivClassName
{
background-color: #53BA3B;
}
.BgClassName
{
background-color: #53BA3B;
}
</style>
border-color css
<style>
span { border-color: #53BA3B; }
span { border-color: rgb(83,186,59); }
td.TdClassName
{
border-color: #53BA3B;
}
.TagClassName
{
border-color: #53BA3B;
}
</style>