Shades of Apple #60C251
Tints of Apple #60C251
RGB
CMYK
RGB Variations
Color information
#60C251 (or 0x60C251) is known color: Apple. HEX triplet: 60, C2 and 51. RGB value is (96,194,81). Sum of RGB (Red+Green+Blue) = 96+194+81=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #60C251 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C251 is #9F3DAE. Grayscale: #989898. Windows color (decimal): -10436015 or 5358176. OLE color: 5358176.
HSL color Cylindrical-coordinate representation of color #60C251: hue angle of 112.04º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60C251 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 194 | 81 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.24 |
| HSL | 112.04º | 0.48% | 0.54% | - |
| HSV(B) | 112.04º | 0.58% | 0.76% | - |
| XYZ | 25.6 | 41.66 | 14.48 | - |
| YUV | 151.82 | 88.03 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 194 | 81 | 0.51 | 0 | 0.58 | 0.24 | 112.04 | 0.48 | 0.54 |
| Hex | 60 | C2 | 51 | 33 | 0 | 3A | 18 | 70 | 30 | 36 |
| Octal | 140 | 302 | 121 | 63 | 0 | 72 | 30 | 160 | 60 | 66 |
| Binary | 1100000 | 11000010 | 1010001 | 110011 | 0 | 111010 | 11000 | 1110000 | 110000 | 110110 |
Color Harmonies of #60C251
Complementary color
Monochromatic Colors of #60C251
Black with #60C251
Text Example
Text Example
White with #60C251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C251; }
p { color: rgb(96,194,81); }
H1.HeaderClassName
{
color: #60C251;
}
.AnyTagClassName
{
color: #60C251;
}
</style>
background-color css
<style>
a { background-color: #60C251; }
a { background-color: rgb(96,194,81); }
div.DivClassName
{
background-color: #60C251;
}
.BgClassName
{
background-color: #60C251;
}
</style>
border-color css
<style>
span { border-color: #60C251; }
span { border-color: rgb(96,194,81); }
td.TdClassName
{
border-color: #60C251;
}
.TagClassName
{
border-color: #60C251;
}
</style>