Shades of Apple #61C540
Tints of Apple #61C540
RGB
CMYK
RGB Variations
Color information
#61C540 (or 0x61C540) is known color: Apple. HEX triplet: 61, C5 and 40. RGB value is (97,197,64). Sum of RGB (Red+Green+Blue) = 97+197+64=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 197 (77.34% from 255 or 55.03% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 197 - color contains mainly: green. Hex color #61C540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C540 is #9E3ABF. Grayscale: #989898. Windows color (decimal): -10369728 or 4244833. OLE color: 4244833.
HSL color Cylindrical-coordinate representation of color #61C540: hue angle of 105.11º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61C540 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 197 | 64 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.23 |
| HSL | 105.11º | 0.53% | 0.51% | - |
| HSV(B) | 105.11º | 0.68% | 0.77% | - |
| XYZ | 25.82 | 42.84 | 11.76 | - |
| YUV | 151.94 | 78.37 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 197 | 64 | 0.51 | 0 | 0.68 | 0.23 | 105.11 | 0.53 | 0.51 |
| Hex | 61 | C5 | 40 | 33 | 0 | 44 | 17 | 69 | 35 | 33 |
| Octal | 141 | 305 | 100 | 63 | 0 | 104 | 27 | 151 | 65 | 63 |
| Binary | 1100001 | 11000101 | 1000000 | 110011 | 0 | 1000100 | 10111 | 1101001 | 110101 | 110011 |
Color Harmonies of #61C540
Complementary color
Monochromatic Colors of #61C540
Black with #61C540
Text Example
Text Example
White with #61C540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C540; }
p { color: rgb(97,197,64); }
H1.HeaderClassName
{
color: #61C540;
}
.AnyTagClassName
{
color: #61C540;
}
</style>
background-color css
<style>
a { background-color: #61C540; }
a { background-color: rgb(97,197,64); }
div.DivClassName
{
background-color: #61C540;
}
.BgClassName
{
background-color: #61C540;
}
</style>
border-color css
<style>
span { border-color: #61C540; }
span { border-color: rgb(97,197,64); }
td.TdClassName
{
border-color: #61C540;
}
.TagClassName
{
border-color: #61C540;
}
</style>