Shades of Apple #61C455
Tints of Apple #61C455
RGB
CMYK
RGB Variations
Color information
#61C455 (or 0x61C455) is known color: Apple. HEX triplet: 61, C4 and 55. RGB value is (97,196,85). Sum of RGB (Red+Green+Blue) = 97+196+85=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 196 (76.95% from 255 or 51.85% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 196 - color contains mainly: green. Hex color #61C455 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C455 is #9E3BAA. Grayscale: #9A9A9A. Windows color (decimal): -10369963 or 5620833. OLE color: 5620833.
HSL color Cylindrical-coordinate representation of color #61C455: hue angle of 113.51º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61C455 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 196 | 85 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.23 |
| HSL | 113.51º | 0.48% | 0.55% | - |
| HSV(B) | 113.51º | 0.57% | 0.77% | - |
| XYZ | 26.31 | 42.68 | 15.45 | - |
| YUV | 153.75 | 89.2 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 196 | 85 | 0.51 | 0 | 0.57 | 0.23 | 113.51 | 0.48 | 0.55 |
| Hex | 61 | C4 | 55 | 33 | 0 | 39 | 17 | 72 | 30 | 37 |
| Octal | 141 | 304 | 125 | 63 | 0 | 71 | 27 | 162 | 60 | 67 |
| Binary | 1100001 | 11000100 | 1010101 | 110011 | 0 | 111001 | 10111 | 1110010 | 110000 | 110111 |
Color Harmonies of #61C455
Complementary color
Monochromatic Colors of #61C455
Black with #61C455
Text Example
Text Example
White with #61C455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C455; }
p { color: rgb(97,196,85); }
H1.HeaderClassName
{
color: #61C455;
}
.AnyTagClassName
{
color: #61C455;
}
</style>
background-color css
<style>
a { background-color: #61C455; }
a { background-color: rgb(97,196,85); }
div.DivClassName
{
background-color: #61C455;
}
.BgClassName
{
background-color: #61C455;
}
</style>
border-color css
<style>
span { border-color: #61C455; }
span { border-color: rgb(97,196,85); }
td.TdClassName
{
border-color: #61C455;
}
.TagClassName
{
border-color: #61C455;
}
</style>