Shades of Apple #60D149
Tints of Apple #60D149
RGB
CMYK
RGB Variations
Color information
#60D149 (or 0x60D149) is known color: Apple. HEX triplet: 60, D1 and 49. RGB value is (96,209,73). Sum of RGB (Red+Green+Blue) = 96+209+73=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 209 (82.03% from 255 or 55.29% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 209 - color contains mainly: green. Hex color #60D149 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D149 is #9F2EB6. Grayscale: #A0A0A0. Windows color (decimal): -10432183 or 4837728. OLE color: 4837728.
HSL color Cylindrical-coordinate representation of color #60D149: hue angle of 109.85º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #60D149 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 209 | 73 | - |
| CMYK | 0.54 | 0 | 0.65 | 0.18 |
| HSL | 109.85º | 0.6% | 0.55% | - |
| HSV(B) | 109.85º | 0.65% | 0.82% | - |
| XYZ | 28.83 | 48.57 | 14.16 | - |
| YUV | 159.71 | 79.06 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 209 | 73 | 0.54 | 0 | 0.65 | 0.18 | 109.85 | 0.6 | 0.55 |
| Hex | 60 | D1 | 49 | 36 | 0 | 41 | 12 | 6E | 3C | 37 |
| Octal | 140 | 321 | 111 | 66 | 0 | 101 | 22 | 156 | 74 | 67 |
| Binary | 1100000 | 11010001 | 1001001 | 110110 | 0 | 1000001 | 10010 | 1101110 | 111100 | 110111 |
Color Harmonies of #60D149
Complementary color
Monochromatic Colors of #60D149
Black with #60D149
Text Example
Text Example
White with #60D149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D149; }
p { color: rgb(96,209,73); }
H1.HeaderClassName
{
color: #60D149;
}
.AnyTagClassName
{
color: #60D149;
}
</style>
background-color css
<style>
a { background-color: #60D149; }
a { background-color: rgb(96,209,73); }
div.DivClassName
{
background-color: #60D149;
}
.BgClassName
{
background-color: #60D149;
}
</style>
border-color css
<style>
span { border-color: #60D149; }
span { border-color: rgb(96,209,73); }
td.TdClassName
{
border-color: #60D149;
}
.TagClassName
{
border-color: #60D149;
}
</style>