Shades of Apple #53C540
Tints of Apple #53C540
RGB
CMYK
RGB Variations
Color information
#53C540 (or 0x53C540) is known color: Apple. HEX triplet: 53, C5 and 40. RGB value is (83,197,64). Sum of RGB (Red+Green+Blue) = 83+197+64=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 197 (77.34% from 255 or 57.27% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 197 - color contains mainly: green. Hex color #53C540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C540 is #AC3ABF. Grayscale: #949494. Windows color (decimal): -11287232 or 4244819. OLE color: 4244819.
HSL color Cylindrical-coordinate representation of color #53C540: hue angle of 111.43º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53C540 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 197 | 64 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.23 |
| HSL | 111.43º | 0.53% | 0.51% | - |
| HSV(B) | 111.43º | 0.68% | 0.77% | - |
| XYZ | 24.46 | 42.14 | 11.7 | - |
| YUV | 147.75 | 80.73 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 197 | 64 | 0.58 | 0 | 0.68 | 0.23 | 111.43 | 0.53 | 0.51 |
| Hex | 53 | C5 | 40 | 3A | 0 | 44 | 17 | 6F | 35 | 33 |
| Octal | 123 | 305 | 100 | 72 | 0 | 104 | 27 | 157 | 65 | 63 |
| Binary | 1010011 | 11000101 | 1000000 | 111010 | 0 | 1000100 | 10111 | 1101111 | 110101 | 110011 |
Color Harmonies of #53C540
Complementary color
Monochromatic Colors of #53C540
Black with #53C540
Text Example
Text Example
White with #53C540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C540; }
p { color: rgb(83,197,64); }
H1.HeaderClassName
{
color: #53C540;
}
.AnyTagClassName
{
color: #53C540;
}
</style>
background-color css
<style>
a { background-color: #53C540; }
a { background-color: rgb(83,197,64); }
div.DivClassName
{
background-color: #53C540;
}
.BgClassName
{
background-color: #53C540;
}
</style>
border-color css
<style>
span { border-color: #53C540; }
span { border-color: rgb(83,197,64); }
td.TdClassName
{
border-color: #53C540;
}
.TagClassName
{
border-color: #53C540;
}
</style>