Shades of Apple #60CF52
Tints of Apple #60CF52
RGB
CMYK
RGB Variations
Color information
#60CF52 (or 0x60CF52) is known color: Apple. HEX triplet: 60, CF and 52. RGB value is (96,207,82). Sum of RGB (Red+Green+Blue) = 96+207+82=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #60CF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CF52 is #9F30AD. Grayscale: #9F9F9F. Windows color (decimal): -10432686 or 5427040. OLE color: 5427040.
HSL color Cylindrical-coordinate representation of color #60CF52: hue angle of 113.28º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60CF52 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 82 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.19 |
| HSL | 113.28º | 0.57% | 0.57% | - |
| HSV(B) | 113.28º | 0.6% | 0.81% | - |
| XYZ | 28.66 | 47.72 | 15.68 | - |
| YUV | 159.56 | 84.23 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 82 | 0.54 | 0 | 0.60 | 0.19 | 113.28 | 0.57 | 0.57 |
| Hex | 60 | CF | 52 | 36 | 0 | 3C | 13 | 71 | 39 | 39 |
| Octal | 140 | 317 | 122 | 66 | 0 | 74 | 23 | 161 | 71 | 71 |
| Binary | 1100000 | 11001111 | 1010010 | 110110 | 0 | 111100 | 10011 | 1110001 | 111001 | 111001 |
Color Harmonies of #60CF52
Complementary color
Monochromatic Colors of #60CF52
Black with #60CF52
Text Example
Text Example
White with #60CF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CF52; }
p { color: rgb(96,207,82); }
H1.HeaderClassName
{
color: #60CF52;
}
.AnyTagClassName
{
color: #60CF52;
}
</style>
background-color css
<style>
a { background-color: #60CF52; }
a { background-color: rgb(96,207,82); }
div.DivClassName
{
background-color: #60CF52;
}
.BgClassName
{
background-color: #60CF52;
}
</style>
border-color css
<style>
span { border-color: #60CF52; }
span { border-color: rgb(96,207,82); }
td.TdClassName
{
border-color: #60CF52;
}
.TagClassName
{
border-color: #60CF52;
}
</style>