Shades of Apple #60C93C
Tints of Apple #60C93C
RGB
CMYK
RGB Variations
Color information
#60C93C (or 0x60C93C) is known color: Apple. HEX triplet: 60, C9 and 3C. RGB value is (96,201,60). Sum of RGB (Red+Green+Blue) = 96+201+60=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 201 (78.91% from 255 or 56.30% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 201 - color contains mainly: green. Hex color #60C93C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C93C is #9F36C3. Grayscale: #999999. Windows color (decimal): -10434244 or 3983712. OLE color: 3983712.
HSL color Cylindrical-coordinate representation of color #60C93C: hue angle of 104.68º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60C93C is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 60 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.21 |
| HSL | 104.68º | 0.57% | 0.51% | - |
| HSV(B) | 104.68º | 0.7% | 0.79% | - |
| XYZ | 26.53 | 44.59 | 11.48 | - |
| YUV | 153.53 | 75.21 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 60 | 0.52 | 0 | 0.70 | 0.21 | 104.68 | 0.57 | 0.51 |
| Hex | 60 | C9 | 3C | 34 | 0 | 46 | 15 | 69 | 39 | 33 |
| Octal | 140 | 311 | 74 | 64 | 0 | 106 | 25 | 151 | 71 | 63 |
| Binary | 1100000 | 11001001 | 111100 | 110100 | 0 | 1000110 | 10101 | 1101001 | 111001 | 110011 |
Color Harmonies of #60C93C
Complementary color
Monochromatic Colors of #60C93C
Black with #60C93C
Text Example
Text Example
White with #60C93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C93C; }
p { color: rgb(96,201,60); }
H1.HeaderClassName
{
color: #60C93C;
}
.AnyTagClassName
{
color: #60C93C;
}
</style>
background-color css
<style>
a { background-color: #60C93C; }
a { background-color: rgb(96,201,60); }
div.DivClassName
{
background-color: #60C93C;
}
.BgClassName
{
background-color: #60C93C;
}
</style>
border-color css
<style>
span { border-color: #60C93C; }
span { border-color: rgb(96,201,60); }
td.TdClassName
{
border-color: #60C93C;
}
.TagClassName
{
border-color: #60C93C;
}
</style>