Shades of Apple #61BA2F
Tints of Apple #61BA2F
RGB
CMYK
RGB Variations
Color information
#61BA2F (or 0x61BA2F) is known color: Apple. HEX triplet: 61, BA and 2F. RGB value is (97,186,47). Sum of RGB (Red+Green+Blue) = 97+186+47=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BA2F is #9E45D0. Grayscale: #909090. Windows color (decimal): -10372561 or 3127905. OLE color: 3127905.
HSL color Cylindrical-coordinate representation of color #61BA2F: hue angle of 98.42º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61BA2F is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 186 | 47 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.27 |
| HSL | 98.42º | 0.6% | 0.46% | - |
| HSV(B) | 98.42º | 0.75% | 0.73% | - |
| XYZ | 23 | 37.86 | 8.79 | - |
| YUV | 143.54 | 73.51 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 186 | 47 | 0.48 | 0 | 0.75 | 0.27 | 98.42 | 0.6 | 0.46 |
| Hex | 61 | BA | 2F | 30 | 0 | 4B | 1B | 62 | 3C | 2E |
| Octal | 141 | 272 | 57 | 60 | 0 | 113 | 33 | 142 | 74 | 56 |
| Binary | 1100001 | 10111010 | 101111 | 110000 | 0 | 1001011 | 11011 | 1100010 | 111100 | 101110 |
Color Harmonies of #61BA2F
Complementary color
Monochromatic Colors of #61BA2F
Black with #61BA2F
Text Example
Text Example
White with #61BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BA2F; }
p { color: rgb(97,186,47); }
H1.HeaderClassName
{
color: #61BA2F;
}
.AnyTagClassName
{
color: #61BA2F;
}
</style>
background-color css
<style>
a { background-color: #61BA2F; }
a { background-color: rgb(97,186,47); }
div.DivClassName
{
background-color: #61BA2F;
}
.BgClassName
{
background-color: #61BA2F;
}
</style>
border-color css
<style>
span { border-color: #61BA2F; }
span { border-color: rgb(97,186,47); }
td.TdClassName
{
border-color: #61BA2F;
}
.TagClassName
{
border-color: #61BA2F;
}
</style>