Shades of Apple #60D43C
Tints of Apple #60D43C
RGB
CMYK
RGB Variations
Color information
#60D43C (or 0x60D43C) is known color: Apple. HEX triplet: 60, D4 and 3C. RGB value is (96,212,60). Sum of RGB (Red+Green+Blue) = 96+212+60=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 212 (83.20% from 255 or 57.61% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 212 - color contains mainly: green. Hex color #60D43C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D43C is #9F2BC3. Grayscale: #A0A0A0. Windows color (decimal): -10431428 or 3986528. OLE color: 3986528.
HSL color Cylindrical-coordinate representation of color #60D43C: hue angle of 105.79º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60D43C is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 212 | 60 | - |
| CMYK | 0.55 | 0 | 0.72 | 0.17 |
| HSL | 105.79º | 0.64% | 0.53% | - |
| HSV(B) | 105.79º | 0.72% | 0.83% | - |
| XYZ | 29.18 | 49.9 | 12.37 | - |
| YUV | 159.99 | 71.57 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 212 | 60 | 0.55 | 0 | 0.72 | 0.17 | 105.79 | 0.64 | 0.53 |
| Hex | 60 | D4 | 3C | 37 | 0 | 48 | 11 | 6A | 40 | 35 |
| Octal | 140 | 324 | 74 | 67 | 0 | 110 | 21 | 152 | 100 | 65 |
| Binary | 1100000 | 11010100 | 111100 | 110111 | 0 | 1001000 | 10001 | 1101010 | 1000000 | 110101 |
Color Harmonies of #60D43C
Complementary color
Monochromatic Colors of #60D43C
Black with #60D43C
Text Example
Text Example
White with #60D43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D43C; }
p { color: rgb(96,212,60); }
H1.HeaderClassName
{
color: #60D43C;
}
.AnyTagClassName
{
color: #60D43C;
}
</style>
background-color css
<style>
a { background-color: #60D43C; }
a { background-color: rgb(96,212,60); }
div.DivClassName
{
background-color: #60D43C;
}
.BgClassName
{
background-color: #60D43C;
}
</style>
border-color css
<style>
span { border-color: #60D43C; }
span { border-color: rgb(96,212,60); }
td.TdClassName
{
border-color: #60D43C;
}
.TagClassName
{
border-color: #60D43C;
}
</style>