Shades of Apple #60D148
Tints of Apple #60D148
RGB
CMYK
RGB Variations
Color information
#60D148 (or 0x60D148) is known color: Apple. HEX triplet: 60, D1 and 48. RGB value is (96,209,72). Sum of RGB (Red+Green+Blue) = 96+209+72=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 209 (82.03% from 255 or 55.44% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 209 - color contains mainly: green. Hex color #60D148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D148 is #9F2EB7. Grayscale: #A0A0A0. Windows color (decimal): -10432184 or 4772192. OLE color: 4772192.
HSL color Cylindrical-coordinate representation of color #60D148: hue angle of 109.49º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60D148 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 209 | 72 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.18 |
| HSL | 109.49º | 0.6% | 0.55% | - |
| HSV(B) | 109.49º | 0.66% | 0.82% | - |
| XYZ | 28.79 | 48.56 | 13.99 | - |
| YUV | 159.6 | 78.56 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 209 | 72 | 0.54 | 0 | 0.66 | 0.18 | 109.49 | 0.6 | 0.55 |
| Hex | 60 | D1 | 48 | 36 | 0 | 42 | 12 | 6D | 3C | 37 |
| Octal | 140 | 321 | 110 | 66 | 0 | 102 | 22 | 155 | 74 | 67 |
| Binary | 1100000 | 11010001 | 1001000 | 110110 | 0 | 1000010 | 10010 | 1101101 | 111100 | 110111 |
Color Harmonies of #60D148
Complementary color
Monochromatic Colors of #60D148
Black with #60D148
Text Example
Text Example
White with #60D148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D148; }
p { color: rgb(96,209,72); }
H1.HeaderClassName
{
color: #60D148;
}
.AnyTagClassName
{
color: #60D148;
}
</style>
background-color css
<style>
a { background-color: #60D148; }
a { background-color: rgb(96,209,72); }
div.DivClassName
{
background-color: #60D148;
}
.BgClassName
{
background-color: #60D148;
}
</style>
border-color css
<style>
span { border-color: #60D148; }
span { border-color: rgb(96,209,72); }
td.TdClassName
{
border-color: #60D148;
}
.TagClassName
{
border-color: #60D148;
}
</style>