Shades of Apple #61C151
Tints of Apple #61C151
RGB
CMYK
RGB Variations
Color information
#61C151 (or 0x61C151) is known color: Apple. HEX triplet: 61, C1 and 51. RGB value is (97,193,81). Sum of RGB (Red+Green+Blue) = 97+193+81=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #61C151 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C151 is #9E3EAE. Grayscale: #979797. Windows color (decimal): -10370735 or 5357921. OLE color: 5357921.
HSL color Cylindrical-coordinate representation of color #61C151: hue angle of 111.43º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61C151 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 193 | 81 | - |
| CMYK | 0.50 | 0 | 0.58 | 0.24 |
| HSL | 111.43º | 0.47% | 0.54% | - |
| HSV(B) | 111.43º | 0.58% | 0.76% | - |
| XYZ | 25.48 | 41.28 | 14.41 | - |
| YUV | 151.53 | 88.2 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 81 | 0.50 | 0 | 0.58 | 0.24 | 111.43 | 0.47 | 0.54 |
| Hex | 61 | C1 | 51 | 32 | 0 | 3A | 18 | 6F | 2F | 36 |
| Octal | 141 | 301 | 121 | 62 | 0 | 72 | 30 | 157 | 57 | 66 |
| Binary | 1100001 | 11000001 | 1010001 | 110010 | 0 | 111010 | 11000 | 1101111 | 101111 | 110110 |
Color Harmonies of #61C151
Complementary color
Monochromatic Colors of #61C151
Black with #61C151
Text Example
Text Example
White with #61C151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C151; }
p { color: rgb(97,193,81); }
H1.HeaderClassName
{
color: #61C151;
}
.AnyTagClassName
{
color: #61C151;
}
</style>
background-color css
<style>
a { background-color: #61C151; }
a { background-color: rgb(97,193,81); }
div.DivClassName
{
background-color: #61C151;
}
.BgClassName
{
background-color: #61C151;
}
</style>
border-color css
<style>
span { border-color: #61C151; }
span { border-color: rgb(97,193,81); }
td.TdClassName
{
border-color: #61C151;
}
.TagClassName
{
border-color: #61C151;
}
</style>