Shades of Apple #60D840
Tints of Apple #60D840
RGB
CMYK
RGB Variations
Color information
#60D840 (or 0x60D840) is known color: Apple. HEX triplet: 60, D8 and 40. RGB value is (96,216,64). Sum of RGB (Red+Green+Blue) = 96+216+64=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 216 (84.77% from 255 or 57.45% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 216 - color contains mainly: green. Hex color #60D840 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D840 is #9F27BF. Grayscale: #A3A3A3. Windows color (decimal): -10430400 or 4249696. OLE color: 4249696.
HSL color Cylindrical-coordinate representation of color #60D840: hue angle of 107.37º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60D840 is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 216 | 64 | - |
| CMYK | 0.56 | 0 | 0.70 | 0.15 |
| HSL | 107.37º | 0.66% | 0.55% | - |
| HSV(B) | 107.37º | 0.7% | 0.85% | - |
| XYZ | 30.31 | 51.97 | 13.28 | - |
| YUV | 162.79 | 72.24 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 216 | 64 | 0.56 | 0 | 0.70 | 0.15 | 107.37 | 0.66 | 0.55 |
| Hex | 60 | D8 | 40 | 38 | 0 | 46 | F | 6B | 42 | 37 |
| Octal | 140 | 330 | 100 | 70 | 0 | 106 | 17 | 153 | 102 | 67 |
| Binary | 1100000 | 11011000 | 1000000 | 111000 | 0 | 1000110 | 1111 | 1101011 | 1000010 | 110111 |
Color Harmonies of #60D840
Complementary color
Monochromatic Colors of #60D840
Black with #60D840
Text Example
Text Example
White with #60D840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D840; }
p { color: rgb(96,216,64); }
H1.HeaderClassName
{
color: #60D840;
}
.AnyTagClassName
{
color: #60D840;
}
</style>
background-color css
<style>
a { background-color: #60D840; }
a { background-color: rgb(96,216,64); }
div.DivClassName
{
background-color: #60D840;
}
.BgClassName
{
background-color: #60D840;
}
</style>
border-color css
<style>
span { border-color: #60D840; }
span { border-color: rgb(96,216,64); }
td.TdClassName
{
border-color: #60D840;
}
.TagClassName
{
border-color: #60D840;
}
</style>