Shades of Apple #61BA56
Tints of Apple #61BA56
RGB
CMYK
RGB Variations
Color information
#61BA56 (or 0x61BA56) is known color: Apple. HEX triplet: 61, BA and 56. RGB value is (97,186,86). Sum of RGB (Red+Green+Blue) = 97+186+86=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BA56 is #9E45A9. Grayscale: #949494. Windows color (decimal): -10372522 or 5683809. OLE color: 5683809.
HSL color Cylindrical-coordinate representation of color #61BA56: hue angle of 113.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61BA56 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 186 | 86 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.27 |
| HSL | 113.4º | 0.42% | 0.53% | - |
| HSV(B) | 113.4º | 0.54% | 0.73% | - |
| XYZ | 24.17 | 38.33 | 14.93 | - |
| YUV | 147.99 | 93.01 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 186 | 86 | 0.48 | 0 | 0.54 | 0.27 | 113.4 | 0.42 | 0.53 |
| Hex | 61 | BA | 56 | 30 | 0 | 36 | 1B | 71 | 2A | 35 |
| Octal | 141 | 272 | 126 | 60 | 0 | 66 | 33 | 161 | 52 | 65 |
| Binary | 1100001 | 10111010 | 1010110 | 110000 | 0 | 110110 | 11011 | 1110001 | 101010 | 110101 |
Color Harmonies of #61BA56
Complementary color
Monochromatic Colors of #61BA56
Black with #61BA56
Text Example
Text Example
White with #61BA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BA56; }
p { color: rgb(97,186,86); }
H1.HeaderClassName
{
color: #61BA56;
}
.AnyTagClassName
{
color: #61BA56;
}
</style>
background-color css
<style>
a { background-color: #61BA56; }
a { background-color: rgb(97,186,86); }
div.DivClassName
{
background-color: #61BA56;
}
.BgClassName
{
background-color: #61BA56;
}
</style>
border-color css
<style>
span { border-color: #61BA56; }
span { border-color: rgb(97,186,86); }
td.TdClassName
{
border-color: #61BA56;
}
.TagClassName
{
border-color: #61BA56;
}
</style>