Shades of Apple #60D43A
Tints of Apple #60D43A
RGB
CMYK
RGB Variations
Color information
#60D43A (or 0x60D43A) is known color: Apple. HEX triplet: 60, D4 and 3A. RGB value is (96,212,58). Sum of RGB (Red+Green+Blue) = 96+212+58=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 212 (83.20% from 255 or 57.92% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 212 - color contains mainly: green. Hex color #60D43A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D43A is #9F2BC5. Grayscale: #A0A0A0. Windows color (decimal): -10431430 or 3855456. OLE color: 3855456.
HSL color Cylindrical-coordinate representation of color #60D43A: hue angle of 105.19º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60D43A is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 212 | 58 | - |
| CMYK | 0.55 | 0 | 0.73 | 0.17 |
| HSL | 105.19º | 0.64% | 0.53% | - |
| HSV(B) | 105.19º | 0.73% | 0.83% | - |
| XYZ | 29.13 | 49.88 | 12.1 | - |
| YUV | 159.76 | 70.57 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 212 | 58 | 0.55 | 0 | 0.73 | 0.17 | 105.19 | 0.64 | 0.53 |
| Hex | 60 | D4 | 3A | 37 | 0 | 49 | 11 | 69 | 40 | 35 |
| Octal | 140 | 324 | 72 | 67 | 0 | 111 | 21 | 151 | 100 | 65 |
| Binary | 1100000 | 11010100 | 111010 | 110111 | 0 | 1001001 | 10001 | 1101001 | 1000000 | 110101 |
Color Harmonies of #60D43A
Complementary color
Monochromatic Colors of #60D43A
Black with #60D43A
Text Example
Text Example
White with #60D43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D43A; }
p { color: rgb(96,212,58); }
H1.HeaderClassName
{
color: #60D43A;
}
.AnyTagClassName
{
color: #60D43A;
}
</style>
background-color css
<style>
a { background-color: #60D43A; }
a { background-color: rgb(96,212,58); }
div.DivClassName
{
background-color: #60D43A;
}
.BgClassName
{
background-color: #60D43A;
}
</style>
border-color css
<style>
span { border-color: #60D43A; }
span { border-color: rgb(96,212,58); }
td.TdClassName
{
border-color: #60D43A;
}
.TagClassName
{
border-color: #60D43A;
}
</style>