Shades of Apple #60D055
Tints of Apple #60D055
RGB
CMYK
RGB Variations
Color information
#60D055 (or 0x60D055) is known color: Apple. HEX triplet: 60, D0 and 55. RGB value is (96,208,85). Sum of RGB (Red+Green+Blue) = 96+208+85=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 208 (81.64% from 255 or 53.47% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 208 - color contains mainly: green. Hex color #60D055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D055 is #9F2FAA. Grayscale: #A0A0A0. Windows color (decimal): -10432427 or 5623904. OLE color: 5623904.
HSL color Cylindrical-coordinate representation of color #60D055: hue angle of 114.63º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60D055 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 208 | 85 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.18 |
| HSL | 114.63º | 0.57% | 0.57% | - |
| HSV(B) | 114.63º | 0.59% | 0.82% | - |
| XYZ | 29.02 | 48.25 | 16.38 | - |
| YUV | 160.49 | 85.39 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 208 | 85 | 0.54 | 0 | 0.59 | 0.18 | 114.63 | 0.57 | 0.57 |
| Hex | 60 | D0 | 55 | 36 | 0 | 3B | 12 | 73 | 39 | 39 |
| Octal | 140 | 320 | 125 | 66 | 0 | 73 | 22 | 163 | 71 | 71 |
| Binary | 1100000 | 11010000 | 1010101 | 110110 | 0 | 111011 | 10010 | 1110011 | 111001 | 111001 |
Color Harmonies of #60D055
Complementary color
Monochromatic Colors of #60D055
Black with #60D055
Text Example
Text Example
White with #60D055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D055; }
p { color: rgb(96,208,85); }
H1.HeaderClassName
{
color: #60D055;
}
.AnyTagClassName
{
color: #60D055;
}
</style>
background-color css
<style>
a { background-color: #60D055; }
a { background-color: rgb(96,208,85); }
div.DivClassName
{
background-color: #60D055;
}
.BgClassName
{
background-color: #60D055;
}
</style>
border-color css
<style>
span { border-color: #60D055; }
span { border-color: rgb(96,208,85); }
td.TdClassName
{
border-color: #60D055;
}
.TagClassName
{
border-color: #60D055;
}
</style>