Shades of Apple #60D048
Tints of Apple #60D048
RGB
CMYK
RGB Variations
Color information
#60D048 (or 0x60D048) is known color: Apple. HEX triplet: 60, D0 and 48. RGB value is (96,208,72). Sum of RGB (Red+Green+Blue) = 96+208+72=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #60D048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D048 is #9F2FB7. Grayscale: #9F9F9F. Windows color (decimal): -10432440 or 4771936. OLE color: 4771936.
HSL color Cylindrical-coordinate representation of color #60D048: hue angle of 109.41º degrees, saturation: 0.59, 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 #60D048 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 208 | 72 | - |
| CMYK | 0.54 | 0 | 0.65 | 0.18 |
| HSL | 109.41º | 0.59% | 0.55% | - |
| HSV(B) | 109.41º | 0.65% | 0.82% | - |
| XYZ | 28.55 | 48.07 | 13.9 | - |
| YUV | 159.01 | 78.89 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 208 | 72 | 0.54 | 0 | 0.65 | 0.18 | 109.41 | 0.59 | 0.55 |
| Hex | 60 | D0 | 48 | 36 | 0 | 41 | 12 | 6D | 3B | 37 |
| Octal | 140 | 320 | 110 | 66 | 0 | 101 | 22 | 155 | 73 | 67 |
| Binary | 1100000 | 11010000 | 1001000 | 110110 | 0 | 1000001 | 10010 | 1101101 | 111011 | 110111 |
Color Harmonies of #60D048
Complementary color
Monochromatic Colors of #60D048
Black with #60D048
Text Example
Text Example
White with #60D048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D048; }
p { color: rgb(96,208,72); }
H1.HeaderClassName
{
color: #60D048;
}
.AnyTagClassName
{
color: #60D048;
}
</style>
background-color css
<style>
a { background-color: #60D048; }
a { background-color: rgb(96,208,72); }
div.DivClassName
{
background-color: #60D048;
}
.BgClassName
{
background-color: #60D048;
}
</style>
border-color css
<style>
span { border-color: #60D048; }
span { border-color: rgb(96,208,72); }
td.TdClassName
{
border-color: #60D048;
}
.TagClassName
{
border-color: #60D048;
}
</style>