Shades of Apple #53C537
Tints of Apple #53C537
RGB
CMYK
RGB Variations
Color information
#53C537 (or 0x53C537) is known color: Apple. HEX triplet: 53, C5 and 37. RGB value is (83,197,55). Sum of RGB (Red+Green+Blue) = 83+197+55=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #53C537 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C537 is #AC3AC8. Grayscale: #939393. Windows color (decimal): -11287241 or 3654995. OLE color: 3654995.
HSL color Cylindrical-coordinate representation of color #53C537: hue angle of 108.17º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53C537 is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 197 | 55 | - |
| CMYK | 0.58 | 0 | 0.72 | 0.23 |
| HSL | 108.17º | 0.56% | 0.49% | - |
| HSV(B) | 108.17º | 0.72% | 0.77% | - |
| XYZ | 24.22 | 42.05 | 10.45 | - |
| YUV | 146.73 | 76.23 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 197 | 55 | 0.58 | 0 | 0.72 | 0.23 | 108.17 | 0.56 | 0.49 |
| Hex | 53 | C5 | 37 | 3A | 0 | 48 | 17 | 6C | 38 | 31 |
| Octal | 123 | 305 | 67 | 72 | 0 | 110 | 27 | 154 | 70 | 61 |
| Binary | 1010011 | 11000101 | 110111 | 111010 | 0 | 1001000 | 10111 | 1101100 | 111000 | 110001 |
Color Harmonies of #53C537
Complementary color
Monochromatic Colors of #53C537
Black with #53C537
Text Example
Text Example
White with #53C537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C537; }
p { color: rgb(83,197,55); }
H1.HeaderClassName
{
color: #53C537;
}
.AnyTagClassName
{
color: #53C537;
}
</style>
background-color css
<style>
a { background-color: #53C537; }
a { background-color: rgb(83,197,55); }
div.DivClassName
{
background-color: #53C537;
}
.BgClassName
{
background-color: #53C537;
}
</style>
border-color css
<style>
span { border-color: #53C537; }
span { border-color: rgb(83,197,55); }
td.TdClassName
{
border-color: #53C537;
}
.TagClassName
{
border-color: #53C537;
}
</style>