Shades of Apple #61C557
Tints of Apple #61C557
RGB
CMYK
RGB Variations
Color information
#61C557 (or 0x61C557) is known color: Apple. HEX triplet: 61, C5 and 57. RGB value is (97,197,87). Sum of RGB (Red+Green+Blue) = 97+197+87=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #61C557 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C557 is #9E3AA8. Grayscale: #9A9A9A. Windows color (decimal): -10369705 or 5752161. OLE color: 5752161.
HSL color Cylindrical-coordinate representation of color #61C557: hue angle of 114.55º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61C557 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 197 | 87 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.23 |
| HSL | 114.55º | 0.49% | 0.56% | - |
| HSV(B) | 114.55º | 0.56% | 0.77% | - |
| XYZ | 26.62 | 43.16 | 15.95 | - |
| YUV | 154.56 | 89.87 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 197 | 87 | 0.51 | 0 | 0.56 | 0.23 | 114.55 | 0.49 | 0.56 |
| Hex | 61 | C5 | 57 | 33 | 0 | 38 | 17 | 73 | 31 | 38 |
| Octal | 141 | 305 | 127 | 63 | 0 | 70 | 27 | 163 | 61 | 70 |
| Binary | 1100001 | 11000101 | 1010111 | 110011 | 0 | 111000 | 10111 | 1110011 | 110001 | 111000 |
Color Harmonies of #61C557
Complementary color
Monochromatic Colors of #61C557
Black with #61C557
Text Example
Text Example
White with #61C557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C557; }
p { color: rgb(97,197,87); }
H1.HeaderClassName
{
color: #61C557;
}
.AnyTagClassName
{
color: #61C557;
}
</style>
background-color css
<style>
a { background-color: #61C557; }
a { background-color: rgb(97,197,87); }
div.DivClassName
{
background-color: #61C557;
}
.BgClassName
{
background-color: #61C557;
}
</style>
border-color css
<style>
span { border-color: #61C557; }
span { border-color: rgb(97,197,87); }
td.TdClassName
{
border-color: #61C557;
}
.TagClassName
{
border-color: #61C557;
}
</style>