Shades of Apple #61BA52
Tints of Apple #61BA52
RGB
CMYK
RGB Variations
Color information
#61BA52 (or 0x61BA52) is known color: Apple. HEX triplet: 61, BA and 52. RGB value is (97,186,82). Sum of RGB (Red+Green+Blue) = 97+186+82=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BA52 is #9E45AD. Grayscale: #939393. Windows color (decimal): -10372526 or 5421665. OLE color: 5421665.
HSL color Cylindrical-coordinate representation of color #61BA52: hue angle of 111.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61BA52 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 186 | 82 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.27 |
| HSL | 111.35º | 0.43% | 0.53% | - |
| HSV(B) | 111.35º | 0.56% | 0.73% | - |
| XYZ | 24.01 | 38.27 | 14.1 | - |
| YUV | 147.53 | 91.01 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 186 | 82 | 0.48 | 0 | 0.56 | 0.27 | 111.35 | 0.43 | 0.53 |
| Hex | 61 | BA | 52 | 30 | 0 | 38 | 1B | 6F | 2B | 35 |
| Octal | 141 | 272 | 122 | 60 | 0 | 70 | 33 | 157 | 53 | 65 |
| Binary | 1100001 | 10111010 | 1010010 | 110000 | 0 | 111000 | 11011 | 1101111 | 101011 | 110101 |
Color Harmonies of #61BA52
Complementary color
Monochromatic Colors of #61BA52
Black with #61BA52
Text Example
Text Example
White with #61BA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BA52; }
p { color: rgb(97,186,82); }
H1.HeaderClassName
{
color: #61BA52;
}
.AnyTagClassName
{
color: #61BA52;
}
</style>
background-color css
<style>
a { background-color: #61BA52; }
a { background-color: rgb(97,186,82); }
div.DivClassName
{
background-color: #61BA52;
}
.BgClassName
{
background-color: #61BA52;
}
</style>
border-color css
<style>
span { border-color: #61BA52; }
span { border-color: rgb(97,186,82); }
td.TdClassName
{
border-color: #61BA52;
}
.TagClassName
{
border-color: #61BA52;
}
</style>