Shades of Apple #60D253
Tints of Apple #60D253
RGB
CMYK
RGB Variations
Color information
#60D253 (or 0x60D253) is known color: Apple. HEX triplet: 60, D2 and 53. RGB value is (96,210,83). Sum of RGB (Red+Green+Blue) = 96+210+83=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 210 (82.42% from 255 or 53.98% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 210 - color contains mainly: green. Hex color #60D253 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D253 is #9F2DAC. Grayscale: #A1A1A1. Windows color (decimal): -10431917 or 5493344. OLE color: 5493344.
HSL color Cylindrical-coordinate representation of color #60D253: hue angle of 113.86º degrees, saturation: 0.59, 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 #60D253 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 210 | 83 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.18 |
| HSL | 113.86º | 0.59% | 0.57% | - |
| HSV(B) | 113.86º | 0.6% | 0.82% | - |
| XYZ | 29.43 | 49.2 | 16.13 | - |
| YUV | 161.44 | 83.73 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 210 | 83 | 0.54 | 0 | 0.60 | 0.18 | 113.86 | 0.59 | 0.57 |
| Hex | 60 | D2 | 53 | 36 | 0 | 3C | 12 | 72 | 3B | 39 |
| Octal | 140 | 322 | 123 | 66 | 0 | 74 | 22 | 162 | 73 | 71 |
| Binary | 1100000 | 11010010 | 1010011 | 110110 | 0 | 111100 | 10010 | 1110010 | 111011 | 111001 |
Color Harmonies of #60D253
Complementary color
Monochromatic Colors of #60D253
Black with #60D253
Text Example
Text Example
White with #60D253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D253; }
p { color: rgb(96,210,83); }
H1.HeaderClassName
{
color: #60D253;
}
.AnyTagClassName
{
color: #60D253;
}
</style>
background-color css
<style>
a { background-color: #60D253; }
a { background-color: rgb(96,210,83); }
div.DivClassName
{
background-color: #60D253;
}
.BgClassName
{
background-color: #60D253;
}
</style>
border-color css
<style>
span { border-color: #60D253; }
span { border-color: rgb(96,210,83); }
td.TdClassName
{
border-color: #60D253;
}
.TagClassName
{
border-color: #60D253;
}
</style>