Shades of Apple #61C249
Tints of Apple #61C249
RGB
CMYK
RGB Variations
Color information
#61C249 (or 0x61C249) is known color: Apple. HEX triplet: 61, C2 and 49. RGB value is (97,194,73). Sum of RGB (Red+Green+Blue) = 97+194+73=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 194 (76.17% from 255 or 53.30% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 194 - color contains mainly: green. Hex color #61C249 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C249 is #9E3DB6. Grayscale: #979797. Windows color (decimal): -10370487 or 4833889. OLE color: 4833889.
HSL color Cylindrical-coordinate representation of color #61C249: hue angle of 108.1º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61C249 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 194 | 73 | - |
| CMYK | 0.50 | 0 | 0.62 | 0.24 |
| HSL | 108.1º | 0.5% | 0.52% | - |
| HSV(B) | 108.1º | 0.62% | 0.76% | - |
| XYZ | 25.42 | 41.61 | 12.99 | - |
| YUV | 151.2 | 83.86 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 194 | 73 | 0.50 | 0 | 0.62 | 0.24 | 108.1 | 0.5 | 0.52 |
| Hex | 61 | C2 | 49 | 32 | 0 | 3E | 18 | 6C | 32 | 34 |
| Octal | 141 | 302 | 111 | 62 | 0 | 76 | 30 | 154 | 62 | 64 |
| Binary | 1100001 | 11000010 | 1001001 | 110010 | 0 | 111110 | 11000 | 1101100 | 110010 | 110100 |
Color Harmonies of #61C249
Complementary color
Monochromatic Colors of #61C249
Black with #61C249
Text Example
Text Example
White with #61C249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C249; }
p { color: rgb(97,194,73); }
H1.HeaderClassName
{
color: #61C249;
}
.AnyTagClassName
{
color: #61C249;
}
</style>
background-color css
<style>
a { background-color: #61C249; }
a { background-color: rgb(97,194,73); }
div.DivClassName
{
background-color: #61C249;
}
.BgClassName
{
background-color: #61C249;
}
</style>
border-color css
<style>
span { border-color: #61C249; }
span { border-color: rgb(97,194,73); }
td.TdClassName
{
border-color: #61C249;
}
.TagClassName
{
border-color: #61C249;
}
</style>