Shades of Apple #60DA4D
Tints of Apple #60DA4D
RGB
CMYK
RGB Variations
Color information
#60DA4D (or 0x60DA4D) is known color: Apple. HEX triplet: 60, DA and 4D. RGB value is (96,218,77). Sum of RGB (Red+Green+Blue) = 96+218+77=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 218 (85.55% from 255 or 55.75% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 218 - color contains mainly: green. Hex color #60DA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DA4D is #9F25B2. Grayscale: #A5A5A5. Windows color (decimal): -10429875 or 5102176. OLE color: 5102176.
HSL color Cylindrical-coordinate representation of color #60DA4D: hue angle of 111.91º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #60DA4D is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 218 | 77 | - |
| CMYK | 0.56 | 0 | 0.65 | 0.15 |
| HSL | 111.91º | 0.66% | 0.58% | - |
| HSV(B) | 111.91º | 0.65% | 0.85% | - |
| XYZ | 31.23 | 53.17 | 15.64 | - |
| YUV | 165.45 | 78.08 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 77 | 0.56 | 0 | 0.65 | 0.15 | 111.91 | 0.66 | 0.58 |
| Hex | 60 | DA | 4D | 38 | 0 | 41 | F | 70 | 42 | 3A |
| Octal | 140 | 332 | 115 | 70 | 0 | 101 | 17 | 160 | 102 | 72 |
| Binary | 1100000 | 11011010 | 1001101 | 111000 | 0 | 1000001 | 1111 | 1110000 | 1000010 | 111010 |
Color Harmonies of #60DA4D
Complementary color
Monochromatic Colors of #60DA4D
Black with #60DA4D
Text Example
Text Example
White with #60DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DA4D; }
p { color: rgb(96,218,77); }
H1.HeaderClassName
{
color: #60DA4D;
}
.AnyTagClassName
{
color: #60DA4D;
}
</style>
background-color css
<style>
a { background-color: #60DA4D; }
a { background-color: rgb(96,218,77); }
div.DivClassName
{
background-color: #60DA4D;
}
.BgClassName
{
background-color: #60DA4D;
}
</style>
border-color css
<style>
span { border-color: #60DA4D; }
span { border-color: rgb(96,218,77); }
td.TdClassName
{
border-color: #60DA4D;
}
.TagClassName
{
border-color: #60DA4D;
}
</style>