Shades of Apple #60CC42
Tints of Apple #60CC42
RGB
CMYK
RGB Variations
Color information
#60CC42 (or 0x60CC42) is known color: Apple. HEX triplet: 60, CC and 42. RGB value is (96,204,66). Sum of RGB (Red+Green+Blue) = 96+204+66=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 204 (80.08% from 255 or 55.74% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 204 - color contains mainly: green. Hex color #60CC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CC42 is #9F33BD. Grayscale: #9C9C9C. Windows color (decimal): -10433470 or 4377696. OLE color: 4377696.
HSL color Cylindrical-coordinate representation of color #60CC42: hue angle of 106.96º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60CC42 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 204 | 66 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.2 |
| HSL | 106.96º | 0.58% | 0.53% | - |
| HSV(B) | 106.96º | 0.68% | 0.8% | - |
| XYZ | 27.4 | 46.07 | 12.6 | - |
| YUV | 155.98 | 77.22 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 204 | 66 | 0.53 | 0 | 0.68 | 0.2 | 106.96 | 0.58 | 0.53 |
| Hex | 60 | CC | 42 | 35 | 0 | 44 | 14 | 6B | 3A | 35 |
| Octal | 140 | 314 | 102 | 65 | 0 | 104 | 24 | 153 | 72 | 65 |
| Binary | 1100000 | 11001100 | 1000010 | 110101 | 0 | 1000100 | 10100 | 1101011 | 111010 | 110101 |
Color Harmonies of #60CC42
Complementary color
Monochromatic Colors of #60CC42
Black with #60CC42
Text Example
Text Example
White with #60CC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CC42; }
p { color: rgb(96,204,66); }
H1.HeaderClassName
{
color: #60CC42;
}
.AnyTagClassName
{
color: #60CC42;
}
</style>
background-color css
<style>
a { background-color: #60CC42; }
a { background-color: rgb(96,204,66); }
div.DivClassName
{
background-color: #60CC42;
}
.BgClassName
{
background-color: #60CC42;
}
</style>
border-color css
<style>
span { border-color: #60CC42; }
span { border-color: rgb(96,204,66); }
td.TdClassName
{
border-color: #60CC42;
}
.TagClassName
{
border-color: #60CC42;
}
</style>