Shades of Apple #60D944
Tints of Apple #60D944
RGB
CMYK
RGB Variations
Color information
#60D944 (or 0x60D944) is known color: Apple. HEX triplet: 60, D9 and 44. RGB value is (96,217,68). Sum of RGB (Red+Green+Blue) = 96+217+68=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 217 (85.16% from 255 or 56.96% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 217 - color contains mainly: green. Hex color #60D944 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D944 is #9F26BB. Grayscale: #A4A4A4. Windows color (decimal): -10430140 or 4512096. OLE color: 4512096.
HSL color Cylindrical-coordinate representation of color #60D944: hue angle of 108.72º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60D944 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 217 | 68 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.15 |
| HSL | 108.72º | 0.66% | 0.56% | - |
| HSV(B) | 108.72º | 0.69% | 0.85% | - |
| XYZ | 30.68 | 52.53 | 13.99 | - |
| YUV | 163.84 | 73.91 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 217 | 68 | 0.56 | 0 | 0.69 | 0.15 | 108.72 | 0.66 | 0.56 |
| Hex | 60 | D9 | 44 | 38 | 0 | 45 | F | 6D | 42 | 38 |
| Octal | 140 | 331 | 104 | 70 | 0 | 105 | 17 | 155 | 102 | 70 |
| Binary | 1100000 | 11011001 | 1000100 | 111000 | 0 | 1000101 | 1111 | 1101101 | 1000010 | 111000 |
Color Harmonies of #60D944
Complementary color
Monochromatic Colors of #60D944
Black with #60D944
Text Example
Text Example
White with #60D944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D944; }
p { color: rgb(96,217,68); }
H1.HeaderClassName
{
color: #60D944;
}
.AnyTagClassName
{
color: #60D944;
}
</style>
background-color css
<style>
a { background-color: #60D944; }
a { background-color: rgb(96,217,68); }
div.DivClassName
{
background-color: #60D944;
}
.BgClassName
{
background-color: #60D944;
}
</style>
border-color css
<style>
span { border-color: #60D944; }
span { border-color: rgb(96,217,68); }
td.TdClassName
{
border-color: #60D944;
}
.TagClassName
{
border-color: #60D944;
}
</style>