Shades of Apple #60D951
Tints of Apple #60D951
RGB
CMYK
RGB Variations
Color information
#60D951 (or 0x60D951) is known color: Apple. HEX triplet: 60, D9 and 51. RGB value is (96,217,81). Sum of RGB (Red+Green+Blue) = 96+217+81=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 217 (85.16% from 255 or 55.08% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 217 - color contains mainly: green. Hex color #60D951 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D951 is #9F26AE. Grayscale: #A5A5A5. Windows color (decimal): -10430127 or 5364064. OLE color: 5364064.
HSL color Cylindrical-coordinate representation of color #60D951: hue angle of 113.38º 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 #60D951 is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 217 | 81 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.15 |
| HSL | 113.38º | 0.64% | 0.58% | - |
| HSV(B) | 113.38º | 0.63% | 0.85% | - |
| XYZ | 31.12 | 52.71 | 16.32 | - |
| YUV | 165.32 | 80.41 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 217 | 81 | 0.56 | 0 | 0.63 | 0.15 | 113.38 | 0.64 | 0.58 |
| Hex | 60 | D9 | 51 | 38 | 0 | 3F | F | 71 | 40 | 3A |
| Octal | 140 | 331 | 121 | 70 | 0 | 77 | 17 | 161 | 100 | 72 |
| Binary | 1100000 | 11011001 | 1010001 | 111000 | 0 | 111111 | 1111 | 1110001 | 1000000 | 111010 |
Color Harmonies of #60D951
Complementary color
Monochromatic Colors of #60D951
Black with #60D951
Text Example
Text Example
White with #60D951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D951; }
p { color: rgb(96,217,81); }
H1.HeaderClassName
{
color: #60D951;
}
.AnyTagClassName
{
color: #60D951;
}
</style>
background-color css
<style>
a { background-color: #60D951; }
a { background-color: rgb(96,217,81); }
div.DivClassName
{
background-color: #60D951;
}
.BgClassName
{
background-color: #60D951;
}
</style>
border-color css
<style>
span { border-color: #60D951; }
span { border-color: rgb(96,217,81); }
td.TdClassName
{
border-color: #60D951;
}
.TagClassName
{
border-color: #60D951;
}
</style>