Shades of Apple #60CF53
Tints of Apple #60CF53
RGB
CMYK
RGB Variations
Color information
#60CF53 (or 0x60CF53) is known color: Apple. HEX triplet: 60, CF and 53. RGB value is (96,207,83). Sum of RGB (Red+Green+Blue) = 96+207+83=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #60CF53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CF53 is #9F30AC. Grayscale: #A0A0A0. Windows color (decimal): -10432685 or 5492576. OLE color: 5492576.
HSL color Cylindrical-coordinate representation of color #60CF53: hue angle of 113.71º degrees, saturation: 0.56, 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 #60CF53 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 83 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.19 |
| HSL | 113.71º | 0.56% | 0.57% | - |
| HSV(B) | 113.71º | 0.6% | 0.81% | - |
| XYZ | 28.7 | 47.74 | 15.89 | - |
| YUV | 159.68 | 84.73 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 83 | 0.54 | 0 | 0.60 | 0.19 | 113.71 | 0.56 | 0.57 |
| Hex | 60 | CF | 53 | 36 | 0 | 3C | 13 | 72 | 38 | 39 |
| Octal | 140 | 317 | 123 | 66 | 0 | 74 | 23 | 162 | 70 | 71 |
| Binary | 1100000 | 11001111 | 1010011 | 110110 | 0 | 111100 | 10011 | 1110010 | 111000 | 111001 |
Color Harmonies of #60CF53
Complementary color
Monochromatic Colors of #60CF53
Black with #60CF53
Text Example
Text Example
White with #60CF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CF53; }
p { color: rgb(96,207,83); }
H1.HeaderClassName
{
color: #60CF53;
}
.AnyTagClassName
{
color: #60CF53;
}
</style>
background-color css
<style>
a { background-color: #60CF53; }
a { background-color: rgb(96,207,83); }
div.DivClassName
{
background-color: #60CF53;
}
.BgClassName
{
background-color: #60CF53;
}
</style>
border-color css
<style>
span { border-color: #60CF53; }
span { border-color: rgb(96,207,83); }
td.TdClassName
{
border-color: #60CF53;
}
.TagClassName
{
border-color: #60CF53;
}
</style>