Shades of Apple #61C051
Tints of Apple #61C051
RGB
CMYK
RGB Variations
Color information
#61C051 (or 0x61C051) is known color: Apple. HEX triplet: 61, C0 and 51. RGB value is (97,192,81). Sum of RGB (Red+Green+Blue) = 97+192+81=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #61C051 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C051 is #9E3FAE. Grayscale: #979797. Windows color (decimal): -10370991 or 5357665. OLE color: 5357665.
HSL color Cylindrical-coordinate representation of color #61C051: hue angle of 111.35º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61C051 is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 192 | 81 | - |
| CMYK | 0.49 | 0 | 0.58 | 0.25 |
| HSL | 111.35º | 0.47% | 0.54% | - |
| HSV(B) | 111.35º | 0.58% | 0.75% | - |
| XYZ | 25.26 | 40.83 | 14.33 | - |
| YUV | 150.94 | 88.53 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 192 | 81 | 0.49 | 0 | 0.58 | 0.25 | 111.35 | 0.47 | 0.54 |
| Hex | 61 | C0 | 51 | 31 | 0 | 3A | 19 | 6F | 2F | 36 |
| Octal | 141 | 300 | 121 | 61 | 0 | 72 | 31 | 157 | 57 | 66 |
| Binary | 1100001 | 11000000 | 1010001 | 110001 | 0 | 111010 | 11001 | 1101111 | 101111 | 110110 |
Color Harmonies of #61C051
Complementary color
Monochromatic Colors of #61C051
Black with #61C051
Text Example
Text Example
White with #61C051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C051; }
p { color: rgb(97,192,81); }
H1.HeaderClassName
{
color: #61C051;
}
.AnyTagClassName
{
color: #61C051;
}
</style>
background-color css
<style>
a { background-color: #61C051; }
a { background-color: rgb(97,192,81); }
div.DivClassName
{
background-color: #61C051;
}
.BgClassName
{
background-color: #61C051;
}
</style>
border-color css
<style>
span { border-color: #61C051; }
span { border-color: rgb(97,192,81); }
td.TdClassName
{
border-color: #61C051;
}
.TagClassName
{
border-color: #61C051;
}
</style>