Shades of Apple #60DA4A
Tints of Apple #60DA4A
RGB
CMYK
RGB Variations
Color information
#60DA4A (or 0x60DA4A) is known color: Apple. HEX triplet: 60, DA and 4A. RGB value is (96,218,74). Sum of RGB (Red+Green+Blue) = 96+218+74=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 218 (85.55% from 255 or 56.19% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 218 - color contains mainly: green. Hex color #60DA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60DA4A is #9F25B5. Grayscale: #A5A5A5. Windows color (decimal): -10429878 or 4905568. OLE color: 4905568.
HSL color Cylindrical-coordinate representation of color #60DA4A: hue angle of 110.83º 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 #60DA4A is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 218 | 74 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.15 |
| HSL | 110.83º | 0.66% | 0.57% | - |
| HSV(B) | 110.83º | 0.66% | 0.85% | - |
| XYZ | 31.13 | 53.12 | 15.09 | - |
| YUV | 165.11 | 76.58 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 74 | 0.56 | 0 | 0.66 | 0.15 | 110.83 | 0.66 | 0.57 |
| Hex | 60 | DA | 4A | 38 | 0 | 42 | F | 6F | 42 | 39 |
| Octal | 140 | 332 | 112 | 70 | 0 | 102 | 17 | 157 | 102 | 71 |
| Binary | 1100000 | 11011010 | 1001010 | 111000 | 0 | 1000010 | 1111 | 1101111 | 1000010 | 111001 |
Color Harmonies of #60DA4A
Complementary color
Monochromatic Colors of #60DA4A
Black with #60DA4A
Text Example
Text Example
White with #60DA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DA4A; }
p { color: rgb(96,218,74); }
H1.HeaderClassName
{
color: #60DA4A;
}
.AnyTagClassName
{
color: #60DA4A;
}
</style>
background-color css
<style>
a { background-color: #60DA4A; }
a { background-color: rgb(96,218,74); }
div.DivClassName
{
background-color: #60DA4A;
}
.BgClassName
{
background-color: #60DA4A;
}
</style>
border-color css
<style>
span { border-color: #60DA4A; }
span { border-color: rgb(96,218,74); }
td.TdClassName
{
border-color: #60DA4A;
}
.TagClassName
{
border-color: #60DA4A;
}
</style>