Shades of Apple #61C246
Tints of Apple #61C246
RGB
CMYK
RGB Variations
Color information
#61C246 (or 0x61C246) is known color: Apple. HEX triplet: 61, C2 and 46. RGB value is (97,194,70). Sum of RGB (Red+Green+Blue) = 97+194+70=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #61C246 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C246 is #9E3DB9. Grayscale: #979797. Windows color (decimal): -10370490 or 4637281. OLE color: 4637281.
HSL color Cylindrical-coordinate representation of color #61C246: hue angle of 106.94º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61C246 is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 194 | 70 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.24 |
| HSL | 106.94º | 0.5% | 0.52% | - |
| HSV(B) | 106.94º | 0.64% | 0.76% | - |
| XYZ | 25.33 | 41.57 | 12.48 | - |
| YUV | 150.86 | 82.36 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 194 | 70 | 0.50 | 0 | 0.64 | 0.24 | 106.94 | 0.5 | 0.52 |
| Hex | 61 | C2 | 46 | 32 | 0 | 40 | 18 | 6B | 32 | 34 |
| Octal | 141 | 302 | 106 | 62 | 0 | 100 | 30 | 153 | 62 | 64 |
| Binary | 1100001 | 11000010 | 1000110 | 110010 | 0 | 1000000 | 11000 | 1101011 | 110010 | 110100 |
Color Harmonies of #61C246
Complementary color
Monochromatic Colors of #61C246
Black with #61C246
Text Example
Text Example
White with #61C246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C246; }
p { color: rgb(97,194,70); }
H1.HeaderClassName
{
color: #61C246;
}
.AnyTagClassName
{
color: #61C246;
}
</style>
background-color css
<style>
a { background-color: #61C246; }
a { background-color: rgb(97,194,70); }
div.DivClassName
{
background-color: #61C246;
}
.BgClassName
{
background-color: #61C246;
}
</style>
border-color css
<style>
span { border-color: #61C246; }
span { border-color: rgb(97,194,70); }
td.TdClassName
{
border-color: #61C246;
}
.TagClassName
{
border-color: #61C246;
}
</style>