Shades of Apple #60DA50
Tints of Apple #60DA50
RGB
CMYK
RGB Variations
Color information
#60DA50 (or 0x60DA50) is known color: Apple. HEX triplet: 60, DA and 50. RGB value is (96,218,80). Sum of RGB (Red+Green+Blue) = 96+218+80=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 218 (85.55% from 255 or 55.33% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 218 - color contains mainly: green. Hex color #60DA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DA50 is #9F25AF. Grayscale: #A6A6A6. Windows color (decimal): -10429872 or 5298784. OLE color: 5298784.
HSL color Cylindrical-coordinate representation of color #60DA50: hue angle of 113.04º degrees, saturation: 0.65, 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 #60DA50 is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 218 | 80 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.15 |
| HSL | 113.04º | 0.65% | 0.58% | - |
| HSV(B) | 113.04º | 0.63% | 0.85% | - |
| XYZ | 31.34 | 53.21 | 16.21 | - |
| YUV | 165.79 | 79.58 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 80 | 0.56 | 0 | 0.63 | 0.15 | 113.04 | 0.65 | 0.58 |
| Hex | 60 | DA | 50 | 38 | 0 | 3F | F | 71 | 41 | 3A |
| Octal | 140 | 332 | 120 | 70 | 0 | 77 | 17 | 161 | 101 | 72 |
| Binary | 1100000 | 11011010 | 1010000 | 111000 | 0 | 111111 | 1111 | 1110001 | 1000001 | 111010 |
Color Harmonies of #60DA50
Complementary color
Monochromatic Colors of #60DA50
Black with #60DA50
Text Example
Text Example
White with #60DA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DA50; }
p { color: rgb(96,218,80); }
H1.HeaderClassName
{
color: #60DA50;
}
.AnyTagClassName
{
color: #60DA50;
}
</style>
background-color css
<style>
a { background-color: #60DA50; }
a { background-color: rgb(96,218,80); }
div.DivClassName
{
background-color: #60DA50;
}
.BgClassName
{
background-color: #60DA50;
}
</style>
border-color css
<style>
span { border-color: #60DA50; }
span { border-color: rgb(96,218,80); }
td.TdClassName
{
border-color: #60DA50;
}
.TagClassName
{
border-color: #60DA50;
}
</style>