Shades of Apple #60D241
Tints of Apple #60D241
RGB
CMYK
RGB Variations
Color information
#60D241 (or 0x60D241) is known color: Apple. HEX triplet: 60, D2 and 41. RGB value is (96,210,65). Sum of RGB (Red+Green+Blue) = 96+210+65=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #60D241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D241 is #9F2DBE. Grayscale: #9F9F9F. Windows color (decimal): -10431935 or 4313696. OLE color: 4313696.
HSL color Cylindrical-coordinate representation of color #60D241: hue angle of 107.17º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60D241 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 210 | 65 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.18 |
| HSL | 107.17º | 0.62% | 0.54% | - |
| HSV(B) | 107.17º | 0.69% | 0.82% | - |
| XYZ | 28.82 | 48.96 | 12.93 | - |
| YUV | 159.38 | 74.73 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 210 | 65 | 0.54 | 0 | 0.69 | 0.18 | 107.17 | 0.62 | 0.54 |
| Hex | 60 | D2 | 41 | 36 | 0 | 45 | 12 | 6B | 3E | 36 |
| Octal | 140 | 322 | 101 | 66 | 0 | 105 | 22 | 153 | 76 | 66 |
| Binary | 1100000 | 11010010 | 1000001 | 110110 | 0 | 1000101 | 10010 | 1101011 | 111110 | 110110 |
Color Harmonies of #60D241
Complementary color
Monochromatic Colors of #60D241
Black with #60D241
Text Example
Text Example
White with #60D241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D241; }
p { color: rgb(96,210,65); }
H1.HeaderClassName
{
color: #60D241;
}
.AnyTagClassName
{
color: #60D241;
}
</style>
background-color css
<style>
a { background-color: #60D241; }
a { background-color: rgb(96,210,65); }
div.DivClassName
{
background-color: #60D241;
}
.BgClassName
{
background-color: #60D241;
}
</style>
border-color css
<style>
span { border-color: #60D241; }
span { border-color: rgb(96,210,65); }
td.TdClassName
{
border-color: #60D241;
}
.TagClassName
{
border-color: #60D241;
}
</style>