Shades of Apple #61BA35
Tints of Apple #61BA35
RGB
CMYK
RGB Variations
Color information
#61BA35 (or 0x61BA35) is known color: Apple. HEX triplet: 61, BA and 35. RGB value is (97,186,53). Sum of RGB (Red+Green+Blue) = 97+186+53=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BA35 is #9E45CA. Grayscale: #909090. Windows color (decimal): -10372555 or 3521121. OLE color: 3521121.
HSL color Cylindrical-coordinate representation of color #61BA35: hue angle of 100.15º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61BA35 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 186 | 53 | - |
| CMYK | 0.48 | 0 | 0.72 | 0.27 |
| HSL | 100.15º | 0.56% | 0.47% | - |
| HSV(B) | 100.15º | 0.72% | 0.73% | - |
| XYZ | 23.13 | 37.92 | 9.47 | - |
| YUV | 144.23 | 76.51 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 186 | 53 | 0.48 | 0 | 0.72 | 0.27 | 100.15 | 0.56 | 0.47 |
| Hex | 61 | BA | 35 | 30 | 0 | 48 | 1B | 64 | 38 | 2F |
| Octal | 141 | 272 | 65 | 60 | 0 | 110 | 33 | 144 | 70 | 57 |
| Binary | 1100001 | 10111010 | 110101 | 110000 | 0 | 1001000 | 11011 | 1100100 | 111000 | 101111 |
Color Harmonies of #61BA35
Complementary color
Monochromatic Colors of #61BA35
Black with #61BA35
Text Example
Text Example
White with #61BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BA35; }
p { color: rgb(97,186,53); }
H1.HeaderClassName
{
color: #61BA35;
}
.AnyTagClassName
{
color: #61BA35;
}
</style>
background-color css
<style>
a { background-color: #61BA35; }
a { background-color: rgb(97,186,53); }
div.DivClassName
{
background-color: #61BA35;
}
.BgClassName
{
background-color: #61BA35;
}
</style>
border-color css
<style>
span { border-color: #61BA35; }
span { border-color: rgb(97,186,53); }
td.TdClassName
{
border-color: #61BA35;
}
.TagClassName
{
border-color: #61BA35;
}
</style>