Shades of Apple #53AB31
Tints of Apple #53AB31
RGB
CMYK
RGB Variations
Color information
#53AB31 (or 0x53AB31) is known color: Apple. HEX triplet: 53, AB and 31. RGB value is (83,171,49). Sum of RGB (Red+Green+Blue) = 83+171+49=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AB31 is #AC54CE. Grayscale: #838383. Windows color (decimal): -11293903 or 3255123. OLE color: 3255123.
HSL color Cylindrical-coordinate representation of color #53AB31: hue angle of 103.28º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53AB31 is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 171 | 49 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.33 |
| HSL | 103.28º | 0.55% | 0.43% | - |
| HSV(B) | 103.28º | 0.71% | 0.67% | - |
| XYZ | 18.68 | 31.19 | 7.94 | - |
| YUV | 130.78 | 81.85 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 171 | 49 | 0.51 | 0 | 0.71 | 0.33 | 103.28 | 0.55 | 0.43 |
| Hex | 53 | AB | 31 | 33 | 0 | 47 | 21 | 67 | 37 | 2B |
| Octal | 123 | 253 | 61 | 63 | 0 | 107 | 41 | 147 | 67 | 53 |
| Binary | 1010011 | 10101011 | 110001 | 110011 | 0 | 1000111 | 100001 | 1100111 | 110111 | 101011 |
Color Harmonies of #53AB31
Complementary color
Monochromatic Colors of #53AB31
Black with #53AB31
Text Example
Text Example
White with #53AB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AB31; }
p { color: rgb(83,171,49); }
H1.HeaderClassName
{
color: #53AB31;
}
.AnyTagClassName
{
color: #53AB31;
}
</style>
background-color css
<style>
a { background-color: #53AB31; }
a { background-color: rgb(83,171,49); }
div.DivClassName
{
background-color: #53AB31;
}
.BgClassName
{
background-color: #53AB31;
}
</style>
border-color css
<style>
span { border-color: #53AB31; }
span { border-color: rgb(83,171,49); }
td.TdClassName
{
border-color: #53AB31;
}
.TagClassName
{
border-color: #53AB31;
}
</style>