Shades of Apple #60D046
Tints of Apple #60D046
RGB
CMYK
RGB Variations
Color information
#60D046 (or 0x60D046) is known color: Apple. HEX triplet: 60, D0 and 46. RGB value is (96,208,70). Sum of RGB (Red+Green+Blue) = 96+208+70=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #60D046 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D046 is #9F2FB9. Grayscale: #9F9F9F. Windows color (decimal): -10432442 or 4640864. OLE color: 4640864.
HSL color Cylindrical-coordinate representation of color #60D046: hue angle of 108.7º degrees, saturation: 0.59, 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 #60D046 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 208 | 70 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.18 |
| HSL | 108.7º | 0.59% | 0.55% | - |
| HSV(B) | 108.7º | 0.66% | 0.82% | - |
| XYZ | 28.49 | 48.04 | 13.57 | - |
| YUV | 158.78 | 77.89 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 208 | 70 | 0.54 | 0 | 0.66 | 0.18 | 108.7 | 0.59 | 0.55 |
| Hex | 60 | D0 | 46 | 36 | 0 | 42 | 12 | 6D | 3B | 37 |
| Octal | 140 | 320 | 106 | 66 | 0 | 102 | 22 | 155 | 73 | 67 |
| Binary | 1100000 | 11010000 | 1000110 | 110110 | 0 | 1000010 | 10010 | 1101101 | 111011 | 110111 |
Color Harmonies of #60D046
Complementary color
Monochromatic Colors of #60D046
Black with #60D046
Text Example
Text Example
White with #60D046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D046; }
p { color: rgb(96,208,70); }
H1.HeaderClassName
{
color: #60D046;
}
.AnyTagClassName
{
color: #60D046;
}
</style>
background-color css
<style>
a { background-color: #60D046; }
a { background-color: rgb(96,208,70); }
div.DivClassName
{
background-color: #60D046;
}
.BgClassName
{
background-color: #60D046;
}
</style>
border-color css
<style>
span { border-color: #60D046; }
span { border-color: rgb(96,208,70); }
td.TdClassName
{
border-color: #60D046;
}
.TagClassName
{
border-color: #60D046;
}
</style>