Shades of Apple #60C33C
Tints of Apple #60C33C
RGB
CMYK
RGB Variations
Color information
#60C33C (or 0x60C33C) is known color: Apple. HEX triplet: 60, C3 and 3C. RGB value is (96,195,60). Sum of RGB (Red+Green+Blue) = 96+195+60=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 195 (76.56% from 255 or 55.56% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 195 - color contains mainly: green. Hex color #60C33C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C33C is #9F3CC3. Grayscale: #969696. Windows color (decimal): -10435780 or 3982176. OLE color: 3982176.
HSL color Cylindrical-coordinate representation of color #60C33C: hue angle of 104º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60C33C is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 195 | 60 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.24 |
| HSL | 104º | 0.53% | 0.5% | - |
| HSV(B) | 104º | 0.69% | 0.76% | - |
| XYZ | 25.15 | 41.84 | 11.03 | - |
| YUV | 150.01 | 77.2 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 60 | 0.51 | 0 | 0.69 | 0.24 | 104 | 0.53 | 0.5 |
| Hex | 60 | C3 | 3C | 33 | 0 | 45 | 18 | 68 | 35 | 32 |
| Octal | 140 | 303 | 74 | 63 | 0 | 105 | 30 | 150 | 65 | 62 |
| Binary | 1100000 | 11000011 | 111100 | 110011 | 0 | 1000101 | 11000 | 1101000 | 110101 | 110010 |
Color Harmonies of #60C33C
Complementary color
Monochromatic Colors of #60C33C
Black with #60C33C
Text Example
Text Example
White with #60C33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C33C; }
p { color: rgb(96,195,60); }
H1.HeaderClassName
{
color: #60C33C;
}
.AnyTagClassName
{
color: #60C33C;
}
</style>
background-color css
<style>
a { background-color: #60C33C; }
a { background-color: rgb(96,195,60); }
div.DivClassName
{
background-color: #60C33C;
}
.BgClassName
{
background-color: #60C33C;
}
</style>
border-color css
<style>
span { border-color: #60C33C; }
span { border-color: rgb(96,195,60); }
td.TdClassName
{
border-color: #60C33C;
}
.TagClassName
{
border-color: #60C33C;
}
</style>