Shades of Apple #61AD50
Tints of Apple #61AD50
RGB
CMYK
RGB Variations
Color information
#61AD50 (or 0x61AD50) is known color: Apple. HEX triplet: 61, AD and 50. RGB value is (97,173,80). Sum of RGB (Red+Green+Blue) = 97+173+80=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #61AD50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AD50 is #9E52AF. Grayscale: #8B8B8B. Windows color (decimal): -10375856 or 5287265. OLE color: 5287265.
HSL color Cylindrical-coordinate representation of color #61AD50: hue angle of 109.03º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61AD50 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 173 | 80 | - |
| CMYK | 0.44 | 0 | 0.54 | 0.32 |
| HSL | 109.03º | 0.37% | 0.5% | - |
| HSV(B) | 109.03º | 0.54% | 0.68% | - |
| XYZ | 21.32 | 33.01 | 12.84 | - |
| YUV | 139.67 | 94.32 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 80 | 0.44 | 0 | 0.54 | 0.32 | 109.03 | 0.37 | 0.5 |
| Hex | 61 | AD | 50 | 2C | 0 | 36 | 20 | 6D | 25 | 32 |
| Octal | 141 | 255 | 120 | 54 | 0 | 66 | 40 | 155 | 45 | 62 |
| Binary | 1100001 | 10101101 | 1010000 | 101100 | 0 | 110110 | 100000 | 1101101 | 100101 | 110010 |
Color Harmonies of #61AD50
Complementary color
Monochromatic Colors of #61AD50
Black with #61AD50
Text Example
Text Example
White with #61AD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AD50; }
p { color: rgb(97,173,80); }
H1.HeaderClassName
{
color: #61AD50;
}
.AnyTagClassName
{
color: #61AD50;
}
</style>
background-color css
<style>
a { background-color: #61AD50; }
a { background-color: rgb(97,173,80); }
div.DivClassName
{
background-color: #61AD50;
}
.BgClassName
{
background-color: #61AD50;
}
</style>
border-color css
<style>
span { border-color: #61AD50; }
span { border-color: rgb(97,173,80); }
td.TdClassName
{
border-color: #61AD50;
}
.TagClassName
{
border-color: #61AD50;
}
</style>