Shades of Apple #60D850
Tints of Apple #60D850
RGB
CMYK
RGB Variations
Color information
#60D850 (or 0x60D850) is known color: Apple. HEX triplet: 60, D8 and 50. RGB value is (96,216,80). Sum of RGB (Red+Green+Blue) = 96+216+80=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 216 (84.77% from 255 or 55.10% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 216 - color contains mainly: green. Hex color #60D850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D850 is #9F27AF. Grayscale: #A5A5A5. Windows color (decimal): -10430384 or 5298272. OLE color: 5298272.
HSL color Cylindrical-coordinate representation of color #60D850: hue angle of 112.94º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #60D850 is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 216 | 80 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.15 |
| HSL | 112.94º | 0.64% | 0.58% | - |
| HSV(B) | 112.94º | 0.63% | 0.85% | - |
| XYZ | 30.83 | 52.18 | 16.04 | - |
| YUV | 164.62 | 80.24 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 216 | 80 | 0.56 | 0 | 0.63 | 0.15 | 112.94 | 0.64 | 0.58 |
| Hex | 60 | D8 | 50 | 38 | 0 | 3F | F | 71 | 40 | 3A |
| Octal | 140 | 330 | 120 | 70 | 0 | 77 | 17 | 161 | 100 | 72 |
| Binary | 1100000 | 11011000 | 1010000 | 111000 | 0 | 111111 | 1111 | 1110001 | 1000000 | 111010 |
Color Harmonies of #60D850
Complementary color
Monochromatic Colors of #60D850
Black with #60D850
Text Example
Text Example
White with #60D850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D850; }
p { color: rgb(96,216,80); }
H1.HeaderClassName
{
color: #60D850;
}
.AnyTagClassName
{
color: #60D850;
}
</style>
background-color css
<style>
a { background-color: #60D850; }
a { background-color: rgb(96,216,80); }
div.DivClassName
{
background-color: #60D850;
}
.BgClassName
{
background-color: #60D850;
}
</style>
border-color css
<style>
span { border-color: #60D850; }
span { border-color: rgb(96,216,80); }
td.TdClassName
{
border-color: #60D850;
}
.TagClassName
{
border-color: #60D850;
}
</style>