Shades of Apple #60B94A
Tints of Apple #60B94A
RGB
CMYK
RGB Variations
Color information
#60B94A (or 0x60B94A) is known color: Apple. HEX triplet: 60, B9 and 4A. RGB value is (96,185,74). Sum of RGB (Red+Green+Blue) = 96+185+74=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 185 (72.66% from 255 or 52.11% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 185 - color contains mainly: green. Hex color #60B94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B94A is #9F46B5. Grayscale: #929292. Windows color (decimal): -10438326 or 4897120. OLE color: 4897120.
HSL color Cylindrical-coordinate representation of color #60B94A: hue angle of 108.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60B94A is Cyan = 0.48, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 185 | 74 | - |
| CMYK | 0.48 | 0 | 0.6 | 0.27 |
| HSL | 108.11º | 0.44% | 0.51% | - |
| HSV(B) | 108.11º | 0.6% | 0.73% | - |
| XYZ | 23.41 | 37.68 | 12.52 | - |
| YUV | 145.74 | 87.51 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 74 | 0.48 | 0 | 0.6 | 0.27 | 108.11 | 0.44 | 0.51 |
| Hex | 60 | B9 | 4A | 30 | 0 | 3C | 1B | 6C | 2C | 33 |
| Octal | 140 | 271 | 112 | 60 | 0 | 74 | 33 | 154 | 54 | 63 |
| Binary | 1100000 | 10111001 | 1001010 | 110000 | 0 | 111100 | 11011 | 1101100 | 101100 | 110011 |
Color Harmonies of #60B94A
Complementary color
Monochromatic Colors of #60B94A
Black with #60B94A
Text Example
Text Example
White with #60B94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B94A; }
p { color: rgb(96,185,74); }
H1.HeaderClassName
{
color: #60B94A;
}
.AnyTagClassName
{
color: #60B94A;
}
</style>
background-color css
<style>
a { background-color: #60B94A; }
a { background-color: rgb(96,185,74); }
div.DivClassName
{
background-color: #60B94A;
}
.BgClassName
{
background-color: #60B94A;
}
</style>
border-color css
<style>
span { border-color: #60B94A; }
span { border-color: rgb(96,185,74); }
td.TdClassName
{
border-color: #60B94A;
}
.TagClassName
{
border-color: #60B94A;
}
</style>