Shades of Apple #60DD4A
Tints of Apple #60DD4A
RGB
CMYK
RGB Variations
Color information
#60DD4A (or 0x60DD4A) is known color: Apple. HEX triplet: 60, DD and 4A. RGB value is (96,221,74). Sum of RGB (Red+Green+Blue) = 96+221+74=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #60DD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60DD4A is #9F22B5. Grayscale: #A7A7A7. Windows color (decimal): -10429110 or 4906336. OLE color: 4906336.
HSL color Cylindrical-coordinate representation of color #60DD4A: hue angle of 111.02º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #60DD4A is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 221 | 74 | - |
| CMYK | 0.57 | 0 | 0.67 | 0.13 |
| HSL | 111.02º | 0.68% | 0.58% | - |
| HSV(B) | 111.02º | 0.67% | 0.87% | - |
| XYZ | 31.92 | 54.69 | 15.35 | - |
| YUV | 166.87 | 75.59 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 221 | 74 | 0.57 | 0 | 0.67 | 0.13 | 111.02 | 0.68 | 0.58 |
| Hex | 60 | DD | 4A | 39 | 0 | 43 | D | 6F | 44 | 3A |
| Octal | 140 | 335 | 112 | 71 | 0 | 103 | 15 | 157 | 104 | 72 |
| Binary | 1100000 | 11011101 | 1001010 | 111001 | 0 | 1000011 | 1101 | 1101111 | 1000100 | 111010 |
Color Harmonies of #60DD4A
Complementary color
Monochromatic Colors of #60DD4A
Black with #60DD4A
Text Example
Text Example
White with #60DD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DD4A; }
p { color: rgb(96,221,74); }
H1.HeaderClassName
{
color: #60DD4A;
}
.AnyTagClassName
{
color: #60DD4A;
}
</style>
background-color css
<style>
a { background-color: #60DD4A; }
a { background-color: rgb(96,221,74); }
div.DivClassName
{
background-color: #60DD4A;
}
.BgClassName
{
background-color: #60DD4A;
}
</style>
border-color css
<style>
span { border-color: #60DD4A; }
span { border-color: rgb(96,221,74); }
td.TdClassName
{
border-color: #60DD4A;
}
.TagClassName
{
border-color: #60DD4A;
}
</style>