Shades of Apple #60D23C
Tints of Apple #60D23C
RGB
CMYK
RGB Variations
Color information
#60D23C (or 0x60D23C) is known color: Apple. HEX triplet: 60, D2 and 3C. RGB value is (96,210,60). Sum of RGB (Red+Green+Blue) = 96+210+60=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 210 (82.42% from 255 or 57.38% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 210 - color contains mainly: green. Hex color #60D23C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D23C is #9F2DC3. Grayscale: #9F9F9F. Windows color (decimal): -10431940 or 3986016. OLE color: 3986016.
HSL color Cylindrical-coordinate representation of color #60D23C: hue angle of 105.6º degrees, saturation: 0.62, 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 #60D23C is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 210 | 60 | - |
| CMYK | 0.54 | 0 | 0.71 | 0.18 |
| HSL | 105.6º | 0.63% | 0.53% | - |
| HSV(B) | 105.6º | 0.71% | 0.82% | - |
| XYZ | 28.69 | 48.91 | 12.2 | - |
| YUV | 158.81 | 72.23 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 210 | 60 | 0.54 | 0 | 0.71 | 0.18 | 105.6 | 0.63 | 0.53 |
| Hex | 60 | D2 | 3C | 36 | 0 | 47 | 12 | 6A | 3E | 35 |
| Octal | 140 | 322 | 74 | 66 | 0 | 107 | 22 | 152 | 76 | 65 |
| Binary | 1100000 | 11010010 | 111100 | 110110 | 0 | 1000111 | 10010 | 1101010 | 111110 | 110101 |
Color Harmonies of #60D23C
Complementary color
Monochromatic Colors of #60D23C
Black with #60D23C
Text Example
Text Example
White with #60D23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D23C; }
p { color: rgb(96,210,60); }
H1.HeaderClassName
{
color: #60D23C;
}
.AnyTagClassName
{
color: #60D23C;
}
</style>
background-color css
<style>
a { background-color: #60D23C; }
a { background-color: rgb(96,210,60); }
div.DivClassName
{
background-color: #60D23C;
}
.BgClassName
{
background-color: #60D23C;
}
</style>
border-color css
<style>
span { border-color: #60D23C; }
span { border-color: rgb(96,210,60); }
td.TdClassName
{
border-color: #60D23C;
}
.TagClassName
{
border-color: #60D23C;
}
</style>