Shades of Apple #61C256
Tints of Apple #61C256
RGB
CMYK
RGB Variations
Color information
#61C256 (or 0x61C256) is known color: Apple. HEX triplet: 61, C2 and 56. RGB value is (97,194,86). Sum of RGB (Red+Green+Blue) = 97+194+86=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 194 (76.17% from 255 or 51.46% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 194 - color contains mainly: green. Hex color #61C256 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C256 is #9E3DA9. Grayscale: #999999. Windows color (decimal): -10370474 or 5685857. OLE color: 5685857.
HSL color Cylindrical-coordinate representation of color #61C256: hue angle of 113.89º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61C256 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 194 | 86 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.24 |
| HSL | 113.89º | 0.47% | 0.55% | - |
| HSV(B) | 113.89º | 0.56% | 0.76% | - |
| XYZ | 25.9 | 41.8 | 15.51 | - |
| YUV | 152.69 | 90.36 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 194 | 86 | 0.50 | 0 | 0.56 | 0.24 | 113.89 | 0.47 | 0.55 |
| Hex | 61 | C2 | 56 | 32 | 0 | 38 | 18 | 72 | 2F | 37 |
| Octal | 141 | 302 | 126 | 62 | 0 | 70 | 30 | 162 | 57 | 67 |
| Binary | 1100001 | 11000010 | 1010110 | 110010 | 0 | 111000 | 11000 | 1110010 | 101111 | 110111 |
Color Harmonies of #61C256
Complementary color
Monochromatic Colors of #61C256
Black with #61C256
Text Example
Text Example
White with #61C256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C256; }
p { color: rgb(97,194,86); }
H1.HeaderClassName
{
color: #61C256;
}
.AnyTagClassName
{
color: #61C256;
}
</style>
background-color css
<style>
a { background-color: #61C256; }
a { background-color: rgb(97,194,86); }
div.DivClassName
{
background-color: #61C256;
}
.BgClassName
{
background-color: #61C256;
}
</style>
border-color css
<style>
span { border-color: #61C256; }
span { border-color: rgb(97,194,86); }
td.TdClassName
{
border-color: #61C256;
}
.TagClassName
{
border-color: #61C256;
}
</style>