Shades of Apple #53C240
Tints of Apple #53C240
RGB
CMYK
RGB Variations
Color information
#53C240 (or 0x53C240) is known color: Apple. HEX triplet: 53, C2 and 40. RGB value is (83,194,64). Sum of RGB (Red+Green+Blue) = 83+194+64=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #53C240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C240 is #AC3DBF. Grayscale: #929292. Windows color (decimal): -11288000 or 4244051. OLE color: 4244051.
HSL color Cylindrical-coordinate representation of color #53C240: hue angle of 111.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53C240 is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 194 | 64 | - |
| CMYK | 0.57 | 0 | 0.67 | 0.24 |
| HSL | 111.23º | 0.52% | 0.51% | - |
| HSV(B) | 111.23º | 0.67% | 0.76% | - |
| XYZ | 23.78 | 40.79 | 11.47 | - |
| YUV | 145.99 | 81.73 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 194 | 64 | 0.57 | 0 | 0.67 | 0.24 | 111.23 | 0.52 | 0.51 |
| Hex | 53 | C2 | 40 | 39 | 0 | 43 | 18 | 6F | 34 | 33 |
| Octal | 123 | 302 | 100 | 71 | 0 | 103 | 30 | 157 | 64 | 63 |
| Binary | 1010011 | 11000010 | 1000000 | 111001 | 0 | 1000011 | 11000 | 1101111 | 110100 | 110011 |
Color Harmonies of #53C240
Complementary color
Monochromatic Colors of #53C240
Black with #53C240
Text Example
Text Example
White with #53C240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C240; }
p { color: rgb(83,194,64); }
H1.HeaderClassName
{
color: #53C240;
}
.AnyTagClassName
{
color: #53C240;
}
</style>
background-color css
<style>
a { background-color: #53C240; }
a { background-color: rgb(83,194,64); }
div.DivClassName
{
background-color: #53C240;
}
.BgClassName
{
background-color: #53C240;
}
</style>
border-color css
<style>
span { border-color: #53C240; }
span { border-color: rgb(83,194,64); }
td.TdClassName
{
border-color: #53C240;
}
.TagClassName
{
border-color: #53C240;
}
</style>