Shades of Apple #60D841
Tints of Apple #60D841
RGB
CMYK
RGB Variations
Color information
#60D841 (or 0x60D841) is known color: Apple. HEX triplet: 60, D8 and 41. RGB value is (96,216,65). Sum of RGB (Red+Green+Blue) = 96+216+65=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 216 (84.77% from 255 or 57.29% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 216 - color contains mainly: green. Hex color #60D841 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D841 is #9F27BE. Grayscale: #A3A3A3. Windows color (decimal): -10430399 or 4315232. OLE color: 4315232.
HSL color Cylindrical-coordinate representation of color #60D841: hue angle of 107.68º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60D841 is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 216 | 65 | - |
| CMYK | 0.56 | 0 | 0.70 | 0.15 |
| HSL | 107.68º | 0.66% | 0.55% | - |
| HSV(B) | 107.68º | 0.7% | 0.85% | - |
| XYZ | 30.33 | 51.98 | 13.44 | - |
| YUV | 162.91 | 72.74 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 216 | 65 | 0.56 | 0 | 0.70 | 0.15 | 107.68 | 0.66 | 0.55 |
| Hex | 60 | D8 | 41 | 38 | 0 | 46 | F | 6C | 42 | 37 |
| Octal | 140 | 330 | 101 | 70 | 0 | 106 | 17 | 154 | 102 | 67 |
| Binary | 1100000 | 11011000 | 1000001 | 111000 | 0 | 1000110 | 1111 | 1101100 | 1000010 | 110111 |
Color Harmonies of #60D841
Complementary color
Monochromatic Colors of #60D841
Black with #60D841
Text Example
Text Example
White with #60D841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D841; }
p { color: rgb(96,216,65); }
H1.HeaderClassName
{
color: #60D841;
}
.AnyTagClassName
{
color: #60D841;
}
</style>
background-color css
<style>
a { background-color: #60D841; }
a { background-color: rgb(96,216,65); }
div.DivClassName
{
background-color: #60D841;
}
.BgClassName
{
background-color: #60D841;
}
</style>
border-color css
<style>
span { border-color: #60D841; }
span { border-color: rgb(96,216,65); }
td.TdClassName
{
border-color: #60D841;
}
.TagClassName
{
border-color: #60D841;
}
</style>