Shades of Apple #61C548
Tints of Apple #61C548
RGB
CMYK
RGB Variations
Color information
#61C548 (or 0x61C548) is known color: Apple. HEX triplet: 61, C5 and 48. RGB value is (97,197,72). Sum of RGB (Red+Green+Blue) = 97+197+72=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 197 (77.34% from 255 or 53.83% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 197 - color contains mainly: green. Hex color #61C548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C548 is #9E3AB7. Grayscale: #999999. Windows color (decimal): -10369720 or 4769121. OLE color: 4769121.
HSL color Cylindrical-coordinate representation of color #61C548: hue angle of 108º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61C548 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 197 | 72 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.23 |
| HSL | 108º | 0.52% | 0.53% | - |
| HSV(B) | 108º | 0.63% | 0.77% | - |
| XYZ | 26.07 | 42.94 | 13.05 | - |
| YUV | 152.85 | 82.37 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 197 | 72 | 0.51 | 0 | 0.63 | 0.23 | 108 | 0.52 | 0.53 |
| Hex | 61 | C5 | 48 | 33 | 0 | 3F | 17 | 6C | 34 | 35 |
| Octal | 141 | 305 | 110 | 63 | 0 | 77 | 27 | 154 | 64 | 65 |
| Binary | 1100001 | 11000101 | 1001000 | 110011 | 0 | 111111 | 10111 | 1101100 | 110100 | 110101 |
Color Harmonies of #61C548
Complementary color
Monochromatic Colors of #61C548
Black with #61C548
Text Example
Text Example
White with #61C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C548; }
p { color: rgb(97,197,72); }
H1.HeaderClassName
{
color: #61C548;
}
.AnyTagClassName
{
color: #61C548;
}
</style>
background-color css
<style>
a { background-color: #61C548; }
a { background-color: rgb(97,197,72); }
div.DivClassName
{
background-color: #61C548;
}
.BgClassName
{
background-color: #61C548;
}
</style>
border-color css
<style>
span { border-color: #61C548; }
span { border-color: rgb(97,197,72); }
td.TdClassName
{
border-color: #61C548;
}
.TagClassName
{
border-color: #61C548;
}
</style>