Shades of Apple #60D636
Tints of Apple #60D636
RGB
CMYK
RGB Variations
Color information
#60D636 (or 0x60D636) is known color: Apple. HEX triplet: 60, D6 and 36. RGB value is (96,214,54). Sum of RGB (Red+Green+Blue) = 96+214+54=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 214 (83.98% from 255 or 58.79% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 214 - color contains mainly: green. Hex color #60D636 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D636 is #9F29C9. Grayscale: #A1A1A1. Windows color (decimal): -10430922 or 3593824. OLE color: 3593824.
HSL color Cylindrical-coordinate representation of color #60D636: hue angle of 104.25º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60D636 is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 214 | 54 | - |
| CMYK | 0.55 | 0 | 0.75 | 0.16 |
| HSL | 104.25º | 0.66% | 0.53% | - |
| HSV(B) | 104.25º | 0.75% | 0.84% | - |
| XYZ | 29.54 | 50.85 | 11.75 | - |
| YUV | 160.48 | 67.91 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 214 | 54 | 0.55 | 0 | 0.75 | 0.16 | 104.25 | 0.66 | 0.53 |
| Hex | 60 | D6 | 36 | 37 | 0 | 4B | 10 | 68 | 42 | 35 |
| Octal | 140 | 326 | 66 | 67 | 0 | 113 | 20 | 150 | 102 | 65 |
| Binary | 1100000 | 11010110 | 110110 | 110111 | 0 | 1001011 | 10000 | 1101000 | 1000010 | 110101 |
Color Harmonies of #60D636
Complementary color
Monochromatic Colors of #60D636
Black with #60D636
Text Example
Text Example
White with #60D636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D636; }
p { color: rgb(96,214,54); }
H1.HeaderClassName
{
color: #60D636;
}
.AnyTagClassName
{
color: #60D636;
}
</style>
background-color css
<style>
a { background-color: #60D636; }
a { background-color: rgb(96,214,54); }
div.DivClassName
{
background-color: #60D636;
}
.BgClassName
{
background-color: #60D636;
}
</style>
border-color css
<style>
span { border-color: #60D636; }
span { border-color: rgb(96,214,54); }
td.TdClassName
{
border-color: #60D636;
}
.TagClassName
{
border-color: #60D636;
}
</style>