Shades of Apple #60C334
Tints of Apple #60C334
RGB
CMYK
RGB Variations
Color information
#60C334 (or 0x60C334) is known color: Apple. HEX triplet: 60, C3 and 34. RGB value is (96,195,52). Sum of RGB (Red+Green+Blue) = 96+195+52=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 195 (76.56% from 255 or 56.85% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 195 - color contains mainly: green. Hex color #60C334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C334 is #9F3CCB. Grayscale: #959595. Windows color (decimal): -10435788 or 3457888. OLE color: 3457888.
HSL color Cylindrical-coordinate representation of color #60C334: hue angle of 101.54º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60C334 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 195 | 52 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.24 |
| HSL | 101.54º | 0.58% | 0.48% | - |
| HSV(B) | 101.54º | 0.73% | 0.76% | - |
| XYZ | 24.96 | 41.76 | 9.99 | - |
| YUV | 149.1 | 73.2 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 52 | 0.51 | 0 | 0.73 | 0.24 | 101.54 | 0.58 | 0.48 |
| Hex | 60 | C3 | 34 | 33 | 0 | 49 | 18 | 66 | 3A | 30 |
| Octal | 140 | 303 | 64 | 63 | 0 | 111 | 30 | 146 | 72 | 60 |
| Binary | 1100000 | 11000011 | 110100 | 110011 | 0 | 1001001 | 11000 | 1100110 | 111010 | 110000 |
Color Harmonies of #60C334
Complementary color
Monochromatic Colors of #60C334
Black with #60C334
Text Example
Text Example
White with #60C334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C334; }
p { color: rgb(96,195,52); }
H1.HeaderClassName
{
color: #60C334;
}
.AnyTagClassName
{
color: #60C334;
}
</style>
background-color css
<style>
a { background-color: #60C334; }
a { background-color: rgb(96,195,52); }
div.DivClassName
{
background-color: #60C334;
}
.BgClassName
{
background-color: #60C334;
}
</style>
border-color css
<style>
span { border-color: #60C334; }
span { border-color: rgb(96,195,52); }
td.TdClassName
{
border-color: #60C334;
}
.TagClassName
{
border-color: #60C334;
}
</style>