Shades of Apple #61C147
Tints of Apple #61C147
RGB
CMYK
RGB Variations
Color information
#61C147 (or 0x61C147) is known color: Apple. HEX triplet: 61, C1 and 47. RGB value is (97,193,71). Sum of RGB (Red+Green+Blue) = 97+193+71=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #61C147 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C147 is #9E3EB8. Grayscale: #969696. Windows color (decimal): -10370745 or 4702561. OLE color: 4702561.
HSL color Cylindrical-coordinate representation of color #61C147: hue angle of 107.21º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61C147 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 193 | 71 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.24 |
| HSL | 107.21º | 0.5% | 0.52% | - |
| HSV(B) | 107.21º | 0.63% | 0.76% | - |
| XYZ | 25.14 | 41.14 | 12.58 | - |
| YUV | 150.39 | 83.2 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 71 | 0.50 | 0 | 0.63 | 0.24 | 107.21 | 0.5 | 0.52 |
| Hex | 61 | C1 | 47 | 32 | 0 | 3F | 18 | 6B | 32 | 34 |
| Octal | 141 | 301 | 107 | 62 | 0 | 77 | 30 | 153 | 62 | 64 |
| Binary | 1100001 | 11000001 | 1000111 | 110010 | 0 | 111111 | 11000 | 1101011 | 110010 | 110100 |
Color Harmonies of #61C147
Complementary color
Monochromatic Colors of #61C147
Black with #61C147
Text Example
Text Example
White with #61C147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C147; }
p { color: rgb(97,193,71); }
H1.HeaderClassName
{
color: #61C147;
}
.AnyTagClassName
{
color: #61C147;
}
</style>
background-color css
<style>
a { background-color: #61C147; }
a { background-color: rgb(97,193,71); }
div.DivClassName
{
background-color: #61C147;
}
.BgClassName
{
background-color: #61C147;
}
</style>
border-color css
<style>
span { border-color: #61C147; }
span { border-color: rgb(97,193,71); }
td.TdClassName
{
border-color: #61C147;
}
.TagClassName
{
border-color: #61C147;
}
</style>