Shades of Apple #61CC49
Tints of Apple #61CC49
RGB
CMYK
RGB Variations
Color information
#61CC49 (or 0x61CC49) is known color: Apple. HEX triplet: 61, CC and 49. RGB value is (97,204,73). Sum of RGB (Red+Green+Blue) = 97+204+73=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 204 (80.08% from 255 or 54.55% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 204 - color contains mainly: green. Hex color #61CC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CC49 is #9E33B6. Grayscale: #9D9D9D. Windows color (decimal): -10367927 or 4836449. OLE color: 4836449.
HSL color Cylindrical-coordinate representation of color #61CC49: hue angle of 109.01º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61CC49 is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 204 | 73 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.2 |
| HSL | 109.01º | 0.56% | 0.54% | - |
| HSV(B) | 109.01º | 0.64% | 0.8% | - |
| XYZ | 27.73 | 46.21 | 13.76 | - |
| YUV | 157.07 | 80.55 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 204 | 73 | 0.52 | 0 | 0.64 | 0.2 | 109.01 | 0.56 | 0.54 |
| Hex | 61 | CC | 49 | 34 | 0 | 40 | 14 | 6D | 38 | 36 |
| Octal | 141 | 314 | 111 | 64 | 0 | 100 | 24 | 155 | 70 | 66 |
| Binary | 1100001 | 11001100 | 1001001 | 110100 | 0 | 1000000 | 10100 | 1101101 | 111000 | 110110 |
Color Harmonies of #61CC49
Complementary color
Monochromatic Colors of #61CC49
Black with #61CC49
Text Example
Text Example
White with #61CC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CC49; }
p { color: rgb(97,204,73); }
H1.HeaderClassName
{
color: #61CC49;
}
.AnyTagClassName
{
color: #61CC49;
}
</style>
background-color css
<style>
a { background-color: #61CC49; }
a { background-color: rgb(97,204,73); }
div.DivClassName
{
background-color: #61CC49;
}
.BgClassName
{
background-color: #61CC49;
}
</style>
border-color css
<style>
span { border-color: #61CC49; }
span { border-color: rgb(97,204,73); }
td.TdClassName
{
border-color: #61CC49;
}
.TagClassName
{
border-color: #61CC49;
}
</style>