Shades of Apple #60C942
Tints of Apple #60C942
RGB
CMYK
RGB Variations
Color information
#60C942 (or 0x60C942) is known color: Apple. HEX triplet: 60, C9 and 42. RGB value is (96,201,66). Sum of RGB (Red+Green+Blue) = 96+201+66=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 201 (78.91% from 255 or 55.37% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 201 - color contains mainly: green. Hex color #60C942 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C942 is #9F36BD. Grayscale: #9A9A9A. Windows color (decimal): -10434238 or 4376928. OLE color: 4376928.
HSL color Cylindrical-coordinate representation of color #60C942: hue angle of 106.67º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #60C942 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 66 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.21 |
| HSL | 106.67º | 0.56% | 0.52% | - |
| HSV(B) | 106.67º | 0.67% | 0.79% | - |
| XYZ | 26.69 | 44.65 | 12.37 | - |
| YUV | 154.22 | 78.21 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 66 | 0.52 | 0 | 0.67 | 0.21 | 106.67 | 0.56 | 0.52 |
| Hex | 60 | C9 | 42 | 34 | 0 | 43 | 15 | 6B | 38 | 34 |
| Octal | 140 | 311 | 102 | 64 | 0 | 103 | 25 | 153 | 70 | 64 |
| Binary | 1100000 | 11001001 | 1000010 | 110100 | 0 | 1000011 | 10101 | 1101011 | 111000 | 110100 |
Color Harmonies of #60C942
Complementary color
Monochromatic Colors of #60C942
Black with #60C942
Text Example
Text Example
White with #60C942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C942; }
p { color: rgb(96,201,66); }
H1.HeaderClassName
{
color: #60C942;
}
.AnyTagClassName
{
color: #60C942;
}
</style>
background-color css
<style>
a { background-color: #60C942; }
a { background-color: rgb(96,201,66); }
div.DivClassName
{
background-color: #60C942;
}
.BgClassName
{
background-color: #60C942;
}
</style>
border-color css
<style>
span { border-color: #60C942; }
span { border-color: rgb(96,201,66); }
td.TdClassName
{
border-color: #60C942;
}
.TagClassName
{
border-color: #60C942;
}
</style>