Shades of Apple #61D848
Tints of Apple #61D848
RGB
CMYK
RGB Variations
Color information
#61D848 (or 0x61D848) is known color: Apple. HEX triplet: 61, D8 and 48. RGB value is (97,216,72). Sum of RGB (Red+Green+Blue) = 97+216+72=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 216 (84.77% from 255 or 56.10% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 216 - color contains mainly: green. Hex color #61D848 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D848 is #9E27B7. Grayscale: #A4A4A4. Windows color (decimal): -10364856 or 4773985. OLE color: 4773985.
HSL color Cylindrical-coordinate representation of color #61D848: hue angle of 109.58º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61D848 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 216 | 72 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.15 |
| HSL | 109.58º | 0.65% | 0.56% | - |
| HSV(B) | 109.58º | 0.67% | 0.85% | - |
| XYZ | 30.66 | 52.12 | 14.58 | - |
| YUV | 164 | 76.08 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 216 | 72 | 0.55 | 0 | 0.67 | 0.15 | 109.58 | 0.65 | 0.56 |
| Hex | 61 | D8 | 48 | 37 | 0 | 43 | F | 6E | 41 | 38 |
| Octal | 141 | 330 | 110 | 67 | 0 | 103 | 17 | 156 | 101 | 70 |
| Binary | 1100001 | 11011000 | 1001000 | 110111 | 0 | 1000011 | 1111 | 1101110 | 1000001 | 111000 |
Color Harmonies of #61D848
Complementary color
Monochromatic Colors of #61D848
Black with #61D848
Text Example
Text Example
White with #61D848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D848; }
p { color: rgb(97,216,72); }
H1.HeaderClassName
{
color: #61D848;
}
.AnyTagClassName
{
color: #61D848;
}
</style>
background-color css
<style>
a { background-color: #61D848; }
a { background-color: rgb(97,216,72); }
div.DivClassName
{
background-color: #61D848;
}
.BgClassName
{
background-color: #61D848;
}
</style>
border-color css
<style>
span { border-color: #61D848; }
span { border-color: rgb(97,216,72); }
td.TdClassName
{
border-color: #61D848;
}
.TagClassName
{
border-color: #61D848;
}
</style>