Shades of Apple #60D749
Tints of Apple #60D749
RGB
CMYK
RGB Variations
Color information
#60D749 (or 0x60D749) is known color: Apple. HEX triplet: 60, D7 and 49. RGB value is (96,215,73). Sum of RGB (Red+Green+Blue) = 96+215+73=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 215 (84.38% from 255 or 55.99% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 215 - color contains mainly: green. Hex color #60D749 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D749 is #9F28B6. Grayscale: #A3A3A3. Windows color (decimal): -10430647 or 4839264. OLE color: 4839264.
HSL color Cylindrical-coordinate representation of color #60D749: hue angle of 110.28º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60D749 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 215 | 73 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.16 |
| HSL | 110.28º | 0.64% | 0.56% | - |
| HSV(B) | 110.28º | 0.66% | 0.84% | - |
| XYZ | 30.33 | 51.57 | 14.66 | - |
| YUV | 163.23 | 77.08 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 215 | 73 | 0.55 | 0 | 0.66 | 0.16 | 110.28 | 0.64 | 0.56 |
| Hex | 60 | D7 | 49 | 37 | 0 | 42 | 10 | 6E | 40 | 38 |
| Octal | 140 | 327 | 111 | 67 | 0 | 102 | 20 | 156 | 100 | 70 |
| Binary | 1100000 | 11010111 | 1001001 | 110111 | 0 | 1000010 | 10000 | 1101110 | 1000000 | 111000 |
Color Harmonies of #60D749
Complementary color
Monochromatic Colors of #60D749
Black with #60D749
Text Example
Text Example
White with #60D749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D749; }
p { color: rgb(96,215,73); }
H1.HeaderClassName
{
color: #60D749;
}
.AnyTagClassName
{
color: #60D749;
}
</style>
background-color css
<style>
a { background-color: #60D749; }
a { background-color: rgb(96,215,73); }
div.DivClassName
{
background-color: #60D749;
}
.BgClassName
{
background-color: #60D749;
}
</style>
border-color css
<style>
span { border-color: #60D749; }
span { border-color: rgb(96,215,73); }
td.TdClassName
{
border-color: #60D749;
}
.TagClassName
{
border-color: #60D749;
}
</style>