Shades of Apple #61CE49
Tints of Apple #61CE49
RGB
CMYK
RGB Variations
Color information
#61CE49 (or 0x61CE49) is known color: Apple. HEX triplet: 61, CE and 49. RGB value is (97,206,73). Sum of RGB (Red+Green+Blue) = 97+206+73=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 206 (80.86% from 255 or 54.79% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 206 - color contains mainly: green. Hex color #61CE49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CE49 is #9E31B6. Grayscale: #9E9E9E. Windows color (decimal): -10367415 or 4836961. OLE color: 4836961.
HSL color Cylindrical-coordinate representation of color #61CE49: hue angle of 109.17º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #61CE49 is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 206 | 73 | - |
| CMYK | 0.53 | 0 | 0.65 | 0.19 |
| HSL | 109.17º | 0.58% | 0.55% | - |
| HSV(B) | 109.17º | 0.65% | 0.81% | - |
| XYZ | 28.2 | 47.17 | 13.92 | - |
| YUV | 158.25 | 79.89 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 206 | 73 | 0.53 | 0 | 0.65 | 0.19 | 109.17 | 0.58 | 0.55 |
| Hex | 61 | CE | 49 | 35 | 0 | 41 | 13 | 6D | 3A | 37 |
| Octal | 141 | 316 | 111 | 65 | 0 | 101 | 23 | 155 | 72 | 67 |
| Binary | 1100001 | 11001110 | 1001001 | 110101 | 0 | 1000001 | 10011 | 1101101 | 111010 | 110111 |
Color Harmonies of #61CE49
Complementary color
Monochromatic Colors of #61CE49
Black with #61CE49
Text Example
Text Example
White with #61CE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CE49; }
p { color: rgb(97,206,73); }
H1.HeaderClassName
{
color: #61CE49;
}
.AnyTagClassName
{
color: #61CE49;
}
</style>
background-color css
<style>
a { background-color: #61CE49; }
a { background-color: rgb(97,206,73); }
div.DivClassName
{
background-color: #61CE49;
}
.BgClassName
{
background-color: #61CE49;
}
</style>
border-color css
<style>
span { border-color: #61CE49; }
span { border-color: rgb(97,206,73); }
td.TdClassName
{
border-color: #61CE49;
}
.TagClassName
{
border-color: #61CE49;
}
</style>