Shades of Apple #60D053
Tints of Apple #60D053
RGB
CMYK
RGB Variations
Color information
#60D053 (or 0x60D053) is known color: Apple. HEX triplet: 60, D0 and 53. RGB value is (96,208,83). Sum of RGB (Red+Green+Blue) = 96+208+83=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 208 (81.64% from 255 or 53.75% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 208 - color contains mainly: green. Hex color #60D053 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D053 is #9F2FAC. Grayscale: #A0A0A0. Windows color (decimal): -10432429 or 5492832. OLE color: 5492832.
HSL color Cylindrical-coordinate representation of color #60D053: hue angle of 113.76º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60D053 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 208 | 83 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.18 |
| HSL | 113.76º | 0.57% | 0.57% | - |
| HSV(B) | 113.76º | 0.6% | 0.82% | - |
| XYZ | 28.94 | 48.22 | 15.97 | - |
| YUV | 160.26 | 84.39 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 208 | 83 | 0.54 | 0 | 0.60 | 0.18 | 113.76 | 0.57 | 0.57 |
| Hex | 60 | D0 | 53 | 36 | 0 | 3C | 12 | 72 | 39 | 39 |
| Octal | 140 | 320 | 123 | 66 | 0 | 74 | 22 | 162 | 71 | 71 |
| Binary | 1100000 | 11010000 | 1010011 | 110110 | 0 | 111100 | 10010 | 1110010 | 111001 | 111001 |
Color Harmonies of #60D053
Complementary color
Monochromatic Colors of #60D053
Black with #60D053
Text Example
Text Example
White with #60D053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D053; }
p { color: rgb(96,208,83); }
H1.HeaderClassName
{
color: #60D053;
}
.AnyTagClassName
{
color: #60D053;
}
</style>
background-color css
<style>
a { background-color: #60D053; }
a { background-color: rgb(96,208,83); }
div.DivClassName
{
background-color: #60D053;
}
.BgClassName
{
background-color: #60D053;
}
</style>
border-color css
<style>
span { border-color: #60D053; }
span { border-color: rgb(96,208,83); }
td.TdClassName
{
border-color: #60D053;
}
.TagClassName
{
border-color: #60D053;
}
</style>