Shades of Apple #60D835
Tints of Apple #60D835
RGB
CMYK
RGB Variations
Color information
#60D835 (or 0x60D835) is known color: Apple. HEX triplet: 60, D8 and 35. RGB value is (96,216,53). Sum of RGB (Red+Green+Blue) = 96+216+53=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 216 (84.77% from 255 or 59.18% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 216 - color contains mainly: green. Hex color #60D835 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D835 is #9F27CA. Grayscale: #A2A2A2. Windows color (decimal): -10430411 or 3528800. OLE color: 3528800.
HSL color Cylindrical-coordinate representation of color #60D835: hue angle of 104.17º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60D835 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 216 | 53 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.15 |
| HSL | 104.17º | 0.68% | 0.53% | - |
| HSV(B) | 104.17º | 0.75% | 0.85% | - |
| XYZ | 30.02 | 51.86 | 11.79 | - |
| YUV | 161.54 | 66.74 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 216 | 53 | 0.56 | 0 | 0.75 | 0.15 | 104.17 | 0.68 | 0.53 |
| Hex | 60 | D8 | 35 | 38 | 0 | 4B | F | 68 | 44 | 35 |
| Octal | 140 | 330 | 65 | 70 | 0 | 113 | 17 | 150 | 104 | 65 |
| Binary | 1100000 | 11011000 | 110101 | 111000 | 0 | 1001011 | 1111 | 1101000 | 1000100 | 110101 |
Color Harmonies of #60D835
Complementary color
Monochromatic Colors of #60D835
Black with #60D835
Text Example
Text Example
White with #60D835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D835; }
p { color: rgb(96,216,53); }
H1.HeaderClassName
{
color: #60D835;
}
.AnyTagClassName
{
color: #60D835;
}
</style>
background-color css
<style>
a { background-color: #60D835; }
a { background-color: rgb(96,216,53); }
div.DivClassName
{
background-color: #60D835;
}
.BgClassName
{
background-color: #60D835;
}
</style>
border-color css
<style>
span { border-color: #60D835; }
span { border-color: rgb(96,216,53); }
td.TdClassName
{
border-color: #60D835;
}
.TagClassName
{
border-color: #60D835;
}
</style>