Shades of Apple #61C647
Tints of Apple #61C647
RGB
CMYK
RGB Variations
Color information
#61C647 (or 0x61C647) is known color: Apple. HEX triplet: 61, C6 and 47. RGB value is (97,198,71). Sum of RGB (Red+Green+Blue) = 97+198+71=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 198 (77.73% from 255 or 54.10% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 198 - color contains mainly: green. Hex color #61C647 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C647 is #9E39B8. Grayscale: #999999. Windows color (decimal): -10369465 or 4703841. OLE color: 4703841.
HSL color Cylindrical-coordinate representation of color #61C647: hue angle of 107.72º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61C647 is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 198 | 71 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.22 |
| HSL | 107.72º | 0.53% | 0.53% | - |
| HSV(B) | 107.72º | 0.64% | 0.78% | - |
| XYZ | 26.26 | 43.38 | 12.95 | - |
| YUV | 153.32 | 81.54 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 198 | 71 | 0.51 | 0 | 0.64 | 0.22 | 107.72 | 0.53 | 0.53 |
| Hex | 61 | C6 | 47 | 33 | 0 | 40 | 16 | 6C | 35 | 35 |
| Octal | 141 | 306 | 107 | 63 | 0 | 100 | 26 | 154 | 65 | 65 |
| Binary | 1100001 | 11000110 | 1000111 | 110011 | 0 | 1000000 | 10110 | 1101100 | 110101 | 110101 |
Color Harmonies of #61C647
Complementary color
Monochromatic Colors of #61C647
Black with #61C647
Text Example
Text Example
White with #61C647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C647; }
p { color: rgb(97,198,71); }
H1.HeaderClassName
{
color: #61C647;
}
.AnyTagClassName
{
color: #61C647;
}
</style>
background-color css
<style>
a { background-color: #61C647; }
a { background-color: rgb(97,198,71); }
div.DivClassName
{
background-color: #61C647;
}
.BgClassName
{
background-color: #61C647;
}
</style>
border-color css
<style>
span { border-color: #61C647; }
span { border-color: rgb(97,198,71); }
td.TdClassName
{
border-color: #61C647;
}
.TagClassName
{
border-color: #61C647;
}
</style>