Shades of Apple #60D03C
Tints of Apple #60D03C
RGB
CMYK
RGB Variations
Color information
#60D03C (or 0x60D03C) is known color: Apple. HEX triplet: 60, D0 and 3C. RGB value is (96,208,60). Sum of RGB (Red+Green+Blue) = 96+208+60=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 208 (81.64% from 255 or 57.14% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 208 - color contains mainly: green. Hex color #60D03C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D03C is #9F2FC3. Grayscale: #9E9E9E. Windows color (decimal): -10432452 or 3985504. OLE color: 3985504.
HSL color Cylindrical-coordinate representation of color #60D03C: hue angle of 105.41º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60D03C is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 208 | 60 | - |
| CMYK | 0.54 | 0 | 0.71 | 0.18 |
| HSL | 105.41º | 0.61% | 0.53% | - |
| HSV(B) | 105.41º | 0.71% | 0.82% | - |
| XYZ | 28.2 | 47.92 | 12.04 | - |
| YUV | 157.64 | 72.89 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 208 | 60 | 0.54 | 0 | 0.71 | 0.18 | 105.41 | 0.61 | 0.53 |
| Hex | 60 | D0 | 3C | 36 | 0 | 47 | 12 | 69 | 3D | 35 |
| Octal | 140 | 320 | 74 | 66 | 0 | 107 | 22 | 151 | 75 | 65 |
| Binary | 1100000 | 11010000 | 111100 | 110110 | 0 | 1000111 | 10010 | 1101001 | 111101 | 110101 |
Color Harmonies of #60D03C
Complementary color
Monochromatic Colors of #60D03C
Black with #60D03C
Text Example
Text Example
White with #60D03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D03C; }
p { color: rgb(96,208,60); }
H1.HeaderClassName
{
color: #60D03C;
}
.AnyTagClassName
{
color: #60D03C;
}
</style>
background-color css
<style>
a { background-color: #60D03C; }
a { background-color: rgb(96,208,60); }
div.DivClassName
{
background-color: #60D03C;
}
.BgClassName
{
background-color: #60D03C;
}
</style>
border-color css
<style>
span { border-color: #60D03C; }
span { border-color: rgb(96,208,60); }
td.TdClassName
{
border-color: #60D03C;
}
.TagClassName
{
border-color: #60D03C;
}
</style>