Shades of Apple #61BA40
Tints of Apple #61BA40
RGB
CMYK
RGB Variations
Color information
#61BA40 (or 0x61BA40) is known color: Apple. HEX triplet: 61, BA and 40. RGB value is (97,186,64). Sum of RGB (Red+Green+Blue) = 97+186+64=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BA40 is #9E45BF. Grayscale: #919191. Windows color (decimal): -10372544 or 4242017. OLE color: 4242017.
HSL color Cylindrical-coordinate representation of color #61BA40: hue angle of 103.77º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61BA40 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 186 | 64 | - |
| CMYK | 0.48 | 0 | 0.66 | 0.27 |
| HSL | 103.77º | 0.49% | 0.49% | - |
| HSV(B) | 103.77º | 0.66% | 0.73% | - |
| XYZ | 23.41 | 38.03 | 10.96 | - |
| YUV | 145.48 | 82.01 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 186 | 64 | 0.48 | 0 | 0.66 | 0.27 | 103.77 | 0.49 | 0.49 |
| Hex | 61 | BA | 40 | 30 | 0 | 42 | 1B | 68 | 31 | 31 |
| Octal | 141 | 272 | 100 | 60 | 0 | 102 | 33 | 150 | 61 | 61 |
| Binary | 1100001 | 10111010 | 1000000 | 110000 | 0 | 1000010 | 11011 | 1101000 | 110001 | 110001 |
Color Harmonies of #61BA40
Complementary color
Monochromatic Colors of #61BA40
Black with #61BA40
Text Example
Text Example
White with #61BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BA40; }
p { color: rgb(97,186,64); }
H1.HeaderClassName
{
color: #61BA40;
}
.AnyTagClassName
{
color: #61BA40;
}
</style>
background-color css
<style>
a { background-color: #61BA40; }
a { background-color: rgb(97,186,64); }
div.DivClassName
{
background-color: #61BA40;
}
.BgClassName
{
background-color: #61BA40;
}
</style>
border-color css
<style>
span { border-color: #61BA40; }
span { border-color: rgb(97,186,64); }
td.TdClassName
{
border-color: #61BA40;
}
.TagClassName
{
border-color: #61BA40;
}
</style>