Shades of Apple #61BA38
Tints of Apple #61BA38
RGB
CMYK
RGB Variations
Color information
#61BA38 (or 0x61BA38) is known color: Apple. HEX triplet: 61, BA and 38. RGB value is (97,186,56). Sum of RGB (Red+Green+Blue) = 97+186+56=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BA38 is #9E45C7. Grayscale: #919191. Windows color (decimal): -10372552 or 3717729. OLE color: 3717729.
HSL color Cylindrical-coordinate representation of color #61BA38: hue angle of 101.08º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61BA38 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 186 | 56 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.27 |
| HSL | 101.08º | 0.54% | 0.47% | - |
| HSV(B) | 101.08º | 0.7% | 0.73% | - |
| XYZ | 23.2 | 37.94 | 9.84 | - |
| YUV | 144.57 | 78.01 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 186 | 56 | 0.48 | 0 | 0.70 | 0.27 | 101.08 | 0.54 | 0.47 |
| Hex | 61 | BA | 38 | 30 | 0 | 46 | 1B | 65 | 36 | 2F |
| Octal | 141 | 272 | 70 | 60 | 0 | 106 | 33 | 145 | 66 | 57 |
| Binary | 1100001 | 10111010 | 111000 | 110000 | 0 | 1000110 | 11011 | 1100101 | 110110 | 101111 |
Color Harmonies of #61BA38
Complementary color
Monochromatic Colors of #61BA38
Black with #61BA38
Text Example
Text Example
White with #61BA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BA38; }
p { color: rgb(97,186,56); }
H1.HeaderClassName
{
color: #61BA38;
}
.AnyTagClassName
{
color: #61BA38;
}
</style>
background-color css
<style>
a { background-color: #61BA38; }
a { background-color: rgb(97,186,56); }
div.DivClassName
{
background-color: #61BA38;
}
.BgClassName
{
background-color: #61BA38;
}
</style>
border-color css
<style>
span { border-color: #61BA38; }
span { border-color: rgb(97,186,56); }
td.TdClassName
{
border-color: #61BA38;
}
.TagClassName
{
border-color: #61BA38;
}
</style>