Shades of Apple #61BC47
Tints of Apple #61BC47
RGB
CMYK
RGB Variations
Color information
#61BC47 (or 0x61BC47) is known color: Apple. HEX triplet: 61, BC and 47. RGB value is (97,188,71). Sum of RGB (Red+Green+Blue) = 97+188+71=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #61BC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BC47 is #9E43B8. Grayscale: #939393. Windows color (decimal): -10372025 or 4701281. OLE color: 4701281.
HSL color Cylindrical-coordinate representation of color #61BC47: hue angle of 106.67º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61BC47 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 188 | 71 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.26 |
| HSL | 106.67º | 0.47% | 0.51% | - |
| HSV(B) | 106.67º | 0.62% | 0.74% | - |
| XYZ | 24.05 | 38.96 | 12.21 | - |
| YUV | 147.45 | 84.85 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 188 | 71 | 0.48 | 0 | 0.62 | 0.26 | 106.67 | 0.47 | 0.51 |
| Hex | 61 | BC | 47 | 30 | 0 | 3E | 1A | 6B | 2F | 33 |
| Octal | 141 | 274 | 107 | 60 | 0 | 76 | 32 | 153 | 57 | 63 |
| Binary | 1100001 | 10111100 | 1000111 | 110000 | 0 | 111110 | 11010 | 1101011 | 101111 | 110011 |
Color Harmonies of #61BC47
Complementary color
Monochromatic Colors of #61BC47
Black with #61BC47
Text Example
Text Example
White with #61BC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BC47; }
p { color: rgb(97,188,71); }
H1.HeaderClassName
{
color: #61BC47;
}
.AnyTagClassName
{
color: #61BC47;
}
</style>
background-color css
<style>
a { background-color: #61BC47; }
a { background-color: rgb(97,188,71); }
div.DivClassName
{
background-color: #61BC47;
}
.BgClassName
{
background-color: #61BC47;
}
</style>
border-color css
<style>
span { border-color: #61BC47; }
span { border-color: rgb(97,188,71); }
td.TdClassName
{
border-color: #61BC47;
}
.TagClassName
{
border-color: #61BC47;
}
</style>