Shades of Apple #61C053
Tints of Apple #61C053
RGB
CMYK
RGB Variations
Color information
#61C053 (or 0x61C053) is known color: Apple. HEX triplet: 61, C0 and 53. RGB value is (97,192,83). Sum of RGB (Red+Green+Blue) = 97+192+83=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #61C053 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C053 is #9E3FAC. Grayscale: #979797. Windows color (decimal): -10370989 or 5488737. OLE color: 5488737.
HSL color Cylindrical-coordinate representation of color #61C053: hue angle of 112.29º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61C053 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 192 | 83 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.25 |
| HSL | 112.29º | 0.46% | 0.54% | - |
| HSV(B) | 112.29º | 0.57% | 0.75% | - |
| XYZ | 25.34 | 40.87 | 14.74 | - |
| YUV | 151.17 | 89.53 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 192 | 83 | 0.49 | 0 | 0.57 | 0.25 | 112.29 | 0.46 | 0.54 |
| Hex | 61 | C0 | 53 | 31 | 0 | 39 | 19 | 70 | 2E | 36 |
| Octal | 141 | 300 | 123 | 61 | 0 | 71 | 31 | 160 | 56 | 66 |
| Binary | 1100001 | 11000000 | 1010011 | 110001 | 0 | 111001 | 11001 | 1110000 | 101110 | 110110 |
Color Harmonies of #61C053
Complementary color
Monochromatic Colors of #61C053
Black with #61C053
Text Example
Text Example
White with #61C053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C053; }
p { color: rgb(97,192,83); }
H1.HeaderClassName
{
color: #61C053;
}
.AnyTagClassName
{
color: #61C053;
}
</style>
background-color css
<style>
a { background-color: #61C053; }
a { background-color: rgb(97,192,83); }
div.DivClassName
{
background-color: #61C053;
}
.BgClassName
{
background-color: #61C053;
}
</style>
border-color css
<style>
span { border-color: #61C053; }
span { border-color: rgb(97,192,83); }
td.TdClassName
{
border-color: #61C053;
}
.TagClassName
{
border-color: #61C053;
}
</style>