Shades of Apple #60D934
Tints of Apple #60D934
RGB
CMYK
RGB Variations
Color information
#60D934 (or 0x60D934) is known color: Apple. HEX triplet: 60, D9 and 34. RGB value is (96,217,52). Sum of RGB (Red+Green+Blue) = 96+217+52=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 217 (85.16% from 255 or 59.45% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 217 - color contains mainly: green. Hex color #60D934 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D934 is #9F26CB. Grayscale: #A2A2A2. Windows color (decimal): -10430156 or 3463520. OLE color: 3463520.
HSL color Cylindrical-coordinate representation of color #60D934: hue angle of 104º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60D934 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 217 | 52 | - |
| CMYK | 0.56 | 0 | 0.76 | 0.15 |
| HSL | 104º | 0.68% | 0.53% | - |
| HSV(B) | 104º | 0.76% | 0.85% | - |
| XYZ | 30.26 | 52.36 | 11.76 | - |
| YUV | 162.01 | 65.91 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 217 | 52 | 0.56 | 0 | 0.76 | 0.15 | 104 | 0.68 | 0.53 |
| Hex | 60 | D9 | 34 | 38 | 0 | 4C | F | 68 | 44 | 35 |
| Octal | 140 | 331 | 64 | 70 | 0 | 114 | 17 | 150 | 104 | 65 |
| Binary | 1100000 | 11011001 | 110100 | 111000 | 0 | 1001100 | 1111 | 1101000 | 1000100 | 110101 |
Color Harmonies of #60D934
Complementary color
Monochromatic Colors of #60D934
Black with #60D934
Text Example
Text Example
White with #60D934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D934; }
p { color: rgb(96,217,52); }
H1.HeaderClassName
{
color: #60D934;
}
.AnyTagClassName
{
color: #60D934;
}
</style>
background-color css
<style>
a { background-color: #60D934; }
a { background-color: rgb(96,217,52); }
div.DivClassName
{
background-color: #60D934;
}
.BgClassName
{
background-color: #60D934;
}
</style>
border-color css
<style>
span { border-color: #60D934; }
span { border-color: rgb(96,217,52); }
td.TdClassName
{
border-color: #60D934;
}
.TagClassName
{
border-color: #60D934;
}
</style>