Shades of Apple #53B141
Tints of Apple #53B141
RGB
CMYK
RGB Variations
Color information
#53B141 (or 0x53B141) is known color: Apple. HEX triplet: 53, B1 and 41. RGB value is (83,177,65). Sum of RGB (Red+Green+Blue) = 83+177+65=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 177 (69.53% from 255 or 54.46% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 177 - color contains mainly: green. Hex color #53B141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53B141 is #AC4EBE. Grayscale: #888888. Windows color (decimal): -11292351 or 4305235. OLE color: 4305235.
HSL color Cylindrical-coordinate representation of color #53B141: hue angle of 110.36º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53B141 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 177 | 65 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.31 |
| HSL | 110.36º | 0.46% | 0.47% | - |
| HSV(B) | 110.36º | 0.63% | 0.69% | - |
| XYZ | 20.24 | 33.66 | 10.43 | - |
| YUV | 136.13 | 87.86 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 177 | 65 | 0.53 | 0 | 0.63 | 0.31 | 110.36 | 0.46 | 0.47 |
| Hex | 53 | B1 | 41 | 35 | 0 | 3F | 1F | 6E | 2E | 2F |
| Octal | 123 | 261 | 101 | 65 | 0 | 77 | 37 | 156 | 56 | 57 |
| Binary | 1010011 | 10110001 | 1000001 | 110101 | 0 | 111111 | 11111 | 1101110 | 101110 | 101111 |
Color Harmonies of #53B141
Complementary color
Monochromatic Colors of #53B141
Black with #53B141
Text Example
Text Example
White with #53B141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B141; }
p { color: rgb(83,177,65); }
H1.HeaderClassName
{
color: #53B141;
}
.AnyTagClassName
{
color: #53B141;
}
</style>
background-color css
<style>
a { background-color: #53B141; }
a { background-color: rgb(83,177,65); }
div.DivClassName
{
background-color: #53B141;
}
.BgClassName
{
background-color: #53B141;
}
</style>
border-color css
<style>
span { border-color: #53B141; }
span { border-color: rgb(83,177,65); }
td.TdClassName
{
border-color: #53B141;
}
.TagClassName
{
border-color: #53B141;
}
</style>