Shades of Apple #60DA4B
Tints of Apple #60DA4B
RGB
CMYK
RGB Variations
Color information
#60DA4B (or 0x60DA4B) is known color: Apple. HEX triplet: 60, DA and 4B. RGB value is (96,218,75). Sum of RGB (Red+Green+Blue) = 96+218+75=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 218 (85.55% from 255 or 56.04% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 218 - color contains mainly: green. Hex color #60DA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60DA4B is #9F25B4. Grayscale: #A5A5A5. Windows color (decimal): -10429877 or 4971104. OLE color: 4971104.
HSL color Cylindrical-coordinate representation of color #60DA4B: hue angle of 111.19º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60DA4B is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 218 | 75 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.15 |
| HSL | 111.19º | 0.66% | 0.57% | - |
| HSV(B) | 111.19º | 0.66% | 0.85% | - |
| XYZ | 31.17 | 53.14 | 15.27 | - |
| YUV | 165.22 | 77.08 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 75 | 0.56 | 0 | 0.66 | 0.15 | 111.19 | 0.66 | 0.57 |
| Hex | 60 | DA | 4B | 38 | 0 | 42 | F | 6F | 42 | 39 |
| Octal | 140 | 332 | 113 | 70 | 0 | 102 | 17 | 157 | 102 | 71 |
| Binary | 1100000 | 11011010 | 1001011 | 111000 | 0 | 1000010 | 1111 | 1101111 | 1000010 | 111001 |
Color Harmonies of #60DA4B
Complementary color
Monochromatic Colors of #60DA4B
Black with #60DA4B
Text Example
Text Example
White with #60DA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DA4B; }
p { color: rgb(96,218,75); }
H1.HeaderClassName
{
color: #60DA4B;
}
.AnyTagClassName
{
color: #60DA4B;
}
</style>
background-color css
<style>
a { background-color: #60DA4B; }
a { background-color: rgb(96,218,75); }
div.DivClassName
{
background-color: #60DA4B;
}
.BgClassName
{
background-color: #60DA4B;
}
</style>
border-color css
<style>
span { border-color: #60DA4B; }
span { border-color: rgb(96,218,75); }
td.TdClassName
{
border-color: #60DA4B;
}
.TagClassName
{
border-color: #60DA4B;
}
</style>