Shades of Apple #61BE57
Tints of Apple #61BE57
RGB
CMYK
RGB Variations
Color information
#61BE57 (or 0x61BE57) is known color: Apple. HEX triplet: 61, BE and 57. RGB value is (97,190,87). Sum of RGB (Red+Green+Blue) = 97+190+87=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 190 (74.61% from 255 or 50.80% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 190 - color contains mainly: green. Hex color #61BE57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BE57 is #9E41A8. Grayscale: #969696. Windows color (decimal): -10371497 or 5750369. OLE color: 5750369.
HSL color Cylindrical-coordinate representation of color #61BE57: hue angle of 114.17º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61BE57 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 190 | 87 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.25 |
| HSL | 114.17º | 0.44% | 0.54% | - |
| HSV(B) | 114.17º | 0.54% | 0.75% | - |
| XYZ | 25.06 | 40.06 | 15.43 | - |
| YUV | 150.45 | 92.19 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 190 | 87 | 0.49 | 0 | 0.54 | 0.25 | 114.17 | 0.44 | 0.54 |
| Hex | 61 | BE | 57 | 31 | 0 | 36 | 19 | 72 | 2C | 36 |
| Octal | 141 | 276 | 127 | 61 | 0 | 66 | 31 | 162 | 54 | 66 |
| Binary | 1100001 | 10111110 | 1010111 | 110001 | 0 | 110110 | 11001 | 1110010 | 101100 | 110110 |
Color Harmonies of #61BE57
Complementary color
Monochromatic Colors of #61BE57
Black with #61BE57
Text Example
Text Example
White with #61BE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BE57; }
p { color: rgb(97,190,87); }
H1.HeaderClassName
{
color: #61BE57;
}
.AnyTagClassName
{
color: #61BE57;
}
</style>
background-color css
<style>
a { background-color: #61BE57; }
a { background-color: rgb(97,190,87); }
div.DivClassName
{
background-color: #61BE57;
}
.BgClassName
{
background-color: #61BE57;
}
</style>
border-color css
<style>
span { border-color: #61BE57; }
span { border-color: rgb(97,190,87); }
td.TdClassName
{
border-color: #61BE57;
}
.TagClassName
{
border-color: #61BE57;
}
</style>