Shades of Apple #61C549
Tints of Apple #61C549
RGB
CMYK
RGB Variations
Color information
#61C549 (or 0x61C549) is known color: Apple. HEX triplet: 61, C5 and 49. RGB value is (97,197,73). Sum of RGB (Red+Green+Blue) = 97+197+73=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 197 (77.34% from 255 or 53.68% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 197 - color contains mainly: green. Hex color #61C549 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C549 is #9E3AB6. Grayscale: #999999. Windows color (decimal): -10369719 or 4834657. OLE color: 4834657.
HSL color Cylindrical-coordinate representation of color #61C549: hue angle of 108.39º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61C549 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 197 | 73 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.23 |
| HSL | 108.39º | 0.52% | 0.53% | - |
| HSV(B) | 108.39º | 0.63% | 0.77% | - |
| XYZ | 26.1 | 42.95 | 13.22 | - |
| YUV | 152.96 | 82.87 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 197 | 73 | 0.51 | 0 | 0.63 | 0.23 | 108.39 | 0.52 | 0.53 |
| Hex | 61 | C5 | 49 | 33 | 0 | 3F | 17 | 6C | 34 | 35 |
| Octal | 141 | 305 | 111 | 63 | 0 | 77 | 27 | 154 | 64 | 65 |
| Binary | 1100001 | 11000101 | 1001001 | 110011 | 0 | 111111 | 10111 | 1101100 | 110100 | 110101 |
Color Harmonies of #61C549
Complementary color
Monochromatic Colors of #61C549
Black with #61C549
Text Example
Text Example
White with #61C549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C549; }
p { color: rgb(97,197,73); }
H1.HeaderClassName
{
color: #61C549;
}
.AnyTagClassName
{
color: #61C549;
}
</style>
background-color css
<style>
a { background-color: #61C549; }
a { background-color: rgb(97,197,73); }
div.DivClassName
{
background-color: #61C549;
}
.BgClassName
{
background-color: #61C549;
}
</style>
border-color css
<style>
span { border-color: #61C549; }
span { border-color: rgb(97,197,73); }
td.TdClassName
{
border-color: #61C549;
}
.TagClassName
{
border-color: #61C549;
}
</style>