Shades of Apple #53BA35
Tints of Apple #53BA35
RGB
CMYK
RGB Variations
Color information
#53BA35 (or 0x53BA35) is known color: Apple. HEX triplet: 53, BA and 35. RGB value is (83,186,53). Sum of RGB (Red+Green+Blue) = 83+186+53=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BA35 is #AC45CA. Grayscale: #8C8C8C. Windows color (decimal): -11290059 or 3521107. OLE color: 3521107.
HSL color Cylindrical-coordinate representation of color #53BA35: hue angle of 106.47º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53BA35 is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 186 | 53 | - |
| CMYK | 0.55 | 0 | 0.72 | 0.27 |
| HSL | 106.47º | 0.56% | 0.47% | - |
| HSV(B) | 106.47º | 0.72% | 0.73% | - |
| XYZ | 21.77 | 37.21 | 9.4 | - |
| YUV | 140.04 | 78.88 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 53 | 0.55 | 0 | 0.72 | 0.27 | 106.47 | 0.56 | 0.47 |
| Hex | 53 | BA | 35 | 37 | 0 | 48 | 1B | 6A | 38 | 2F |
| Octal | 123 | 272 | 65 | 67 | 0 | 110 | 33 | 152 | 70 | 57 |
| Binary | 1010011 | 10111010 | 110101 | 110111 | 0 | 1001000 | 11011 | 1101010 | 111000 | 101111 |
Color Harmonies of #53BA35
Complementary color
Monochromatic Colors of #53BA35
Black with #53BA35
Text Example
Text Example
White with #53BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BA35; }
p { color: rgb(83,186,53); }
H1.HeaderClassName
{
color: #53BA35;
}
.AnyTagClassName
{
color: #53BA35;
}
</style>
background-color css
<style>
a { background-color: #53BA35; }
a { background-color: rgb(83,186,53); }
div.DivClassName
{
background-color: #53BA35;
}
.BgClassName
{
background-color: #53BA35;
}
</style>
border-color css
<style>
span { border-color: #53BA35; }
span { border-color: rgb(83,186,53); }
td.TdClassName
{
border-color: #53BA35;
}
.TagClassName
{
border-color: #53BA35;
}
</style>