Shades of Apple #61D84D
Tints of Apple #61D84D
RGB
CMYK
RGB Variations
Color information
#61D84D (or 0x61D84D) is known color: Apple. HEX triplet: 61, D8 and 4D. RGB value is (97,216,77). Sum of RGB (Red+Green+Blue) = 97+216+77=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 216 (84.77% from 255 or 55.38% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 216 - color contains mainly: green. Hex color #61D84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D84D is #9E27B2. Grayscale: #A5A5A5. Windows color (decimal): -10364851 or 5101665. OLE color: 5101665.
HSL color Cylindrical-coordinate representation of color #61D84D: hue angle of 111.37º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61D84D is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 216 | 77 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.15 |
| HSL | 111.37º | 0.64% | 0.57% | - |
| HSV(B) | 111.37º | 0.64% | 0.85% | - |
| XYZ | 30.83 | 52.19 | 15.47 | - |
| YUV | 164.57 | 78.58 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 216 | 77 | 0.55 | 0 | 0.64 | 0.15 | 111.37 | 0.64 | 0.57 |
| Hex | 61 | D8 | 4D | 37 | 0 | 40 | F | 6F | 40 | 39 |
| Octal | 141 | 330 | 115 | 67 | 0 | 100 | 17 | 157 | 100 | 71 |
| Binary | 1100001 | 11011000 | 1001101 | 110111 | 0 | 1000000 | 1111 | 1101111 | 1000000 | 111001 |
Color Harmonies of #61D84D
Complementary color
Monochromatic Colors of #61D84D
Black with #61D84D
Text Example
Text Example
White with #61D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D84D; }
p { color: rgb(97,216,77); }
H1.HeaderClassName
{
color: #61D84D;
}
.AnyTagClassName
{
color: #61D84D;
}
</style>
background-color css
<style>
a { background-color: #61D84D; }
a { background-color: rgb(97,216,77); }
div.DivClassName
{
background-color: #61D84D;
}
.BgClassName
{
background-color: #61D84D;
}
</style>
border-color css
<style>
span { border-color: #61D84D; }
span { border-color: rgb(97,216,77); }
td.TdClassName
{
border-color: #61D84D;
}
.TagClassName
{
border-color: #61D84D;
}
</style>