Shades of Apple #60AB4B
Tints of Apple #60AB4B
RGB
CMYK
RGB Variations
Color information
#60AB4B (or 0x60AB4B) is known color: Apple. HEX triplet: 60, AB and 4B. RGB value is (96,171,75). Sum of RGB (Red+Green+Blue) = 96+171+75=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AB4B is #9F54B4. Grayscale: #898989. Windows color (decimal): -10441909 or 4959072. OLE color: 4959072.
HSL color Cylindrical-coordinate representation of color #60AB4B: hue angle of 106.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60AB4B is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 75 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.33 |
| HSL | 106.88º | 0.39% | 0.48% | - |
| HSV(B) | 106.88º | 0.56% | 0.67% | - |
| XYZ | 20.66 | 32.12 | 11.77 | - |
| YUV | 137.63 | 92.65 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 75 | 0.44 | 0 | 0.56 | 0.33 | 106.88 | 0.39 | 0.48 |
| Hex | 60 | AB | 4B | 2C | 0 | 38 | 21 | 6B | 27 | 30 |
| Octal | 140 | 253 | 113 | 54 | 0 | 70 | 41 | 153 | 47 | 60 |
| Binary | 1100000 | 10101011 | 1001011 | 101100 | 0 | 111000 | 100001 | 1101011 | 100111 | 110000 |
Color Harmonies of #60AB4B
Complementary color
Monochromatic Colors of #60AB4B
Black with #60AB4B
Text Example
Text Example
White with #60AB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AB4B; }
p { color: rgb(96,171,75); }
H1.HeaderClassName
{
color: #60AB4B;
}
.AnyTagClassName
{
color: #60AB4B;
}
</style>
background-color css
<style>
a { background-color: #60AB4B; }
a { background-color: rgb(96,171,75); }
div.DivClassName
{
background-color: #60AB4B;
}
.BgClassName
{
background-color: #60AB4B;
}
</style>
border-color css
<style>
span { border-color: #60AB4B; }
span { border-color: rgb(96,171,75); }
td.TdClassName
{
border-color: #60AB4B;
}
.TagClassName
{
border-color: #60AB4B;
}
</style>