Shades of Apple #60D94E
Tints of Apple #60D94E
RGB
CMYK
RGB Variations
Color information
#60D94E (or 0x60D94E) is known color: Apple. HEX triplet: 60, D9 and 4E. RGB value is (96,217,78). Sum of RGB (Red+Green+Blue) = 96+217+78=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 217 (85.16% from 255 or 55.50% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 217 - color contains mainly: green. Hex color #60D94E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D94E is #9F26B1. Grayscale: #A5A5A5. Windows color (decimal): -10430130 or 5167456. OLE color: 5167456.
HSL color Cylindrical-coordinate representation of color #60D94E: hue angle of 112.23º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #60D94E is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 217 | 78 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.15 |
| HSL | 112.23º | 0.65% | 0.58% | - |
| HSV(B) | 112.23º | 0.64% | 0.85% | - |
| XYZ | 31.01 | 52.66 | 15.74 | - |
| YUV | 164.98 | 78.91 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 217 | 78 | 0.56 | 0 | 0.64 | 0.15 | 112.23 | 0.65 | 0.58 |
| Hex | 60 | D9 | 4E | 38 | 0 | 40 | F | 70 | 41 | 3A |
| Octal | 140 | 331 | 116 | 70 | 0 | 100 | 17 | 160 | 101 | 72 |
| Binary | 1100000 | 11011001 | 1001110 | 111000 | 0 | 1000000 | 1111 | 1110000 | 1000001 | 111010 |
Color Harmonies of #60D94E
Complementary color
Monochromatic Colors of #60D94E
Black with #60D94E
Text Example
Text Example
White with #60D94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D94E; }
p { color: rgb(96,217,78); }
H1.HeaderClassName
{
color: #60D94E;
}
.AnyTagClassName
{
color: #60D94E;
}
</style>
background-color css
<style>
a { background-color: #60D94E; }
a { background-color: rgb(96,217,78); }
div.DivClassName
{
background-color: #60D94E;
}
.BgClassName
{
background-color: #60D94E;
}
</style>
border-color css
<style>
span { border-color: #60D94E; }
span { border-color: rgb(96,217,78); }
td.TdClassName
{
border-color: #60D94E;
}
.TagClassName
{
border-color: #60D94E;
}
</style>