Shades of Apple #60D255
Tints of Apple #60D255
RGB
CMYK
RGB Variations
Color information
#60D255 (or 0x60D255) is known color: Apple. HEX triplet: 60, D2 and 55. RGB value is (96,210,85). Sum of RGB (Red+Green+Blue) = 96+210+85=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 210 (82.42% from 255 or 53.71% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 210 - color contains mainly: green. Hex color #60D255 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D255 is #9F2DAA. Grayscale: #A2A2A2. Windows color (decimal): -10431915 or 5624416. OLE color: 5624416.
HSL color Cylindrical-coordinate representation of color #60D255: hue angle of 114.72º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60D255 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 210 | 85 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.18 |
| HSL | 114.72º | 0.58% | 0.58% | - |
| HSV(B) | 114.72º | 0.6% | 0.82% | - |
| XYZ | 29.51 | 49.24 | 16.54 | - |
| YUV | 161.66 | 84.73 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 210 | 85 | 0.54 | 0 | 0.60 | 0.18 | 114.72 | 0.58 | 0.58 |
| Hex | 60 | D2 | 55 | 36 | 0 | 3C | 12 | 73 | 3A | 3A |
| Octal | 140 | 322 | 125 | 66 | 0 | 74 | 22 | 163 | 72 | 72 |
| Binary | 1100000 | 11010010 | 1010101 | 110110 | 0 | 111100 | 10010 | 1110011 | 111010 | 111010 |
Color Harmonies of #60D255
Complementary color
Monochromatic Colors of #60D255
Black with #60D255
Text Example
Text Example
White with #60D255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D255; }
p { color: rgb(96,210,85); }
H1.HeaderClassName
{
color: #60D255;
}
.AnyTagClassName
{
color: #60D255;
}
</style>
background-color css
<style>
a { background-color: #60D255; }
a { background-color: rgb(96,210,85); }
div.DivClassName
{
background-color: #60D255;
}
.BgClassName
{
background-color: #60D255;
}
</style>
border-color css
<style>
span { border-color: #60D255; }
span { border-color: rgb(96,210,85); }
td.TdClassName
{
border-color: #60D255;
}
.TagClassName
{
border-color: #60D255;
}
</style>