Shades of Apple #61D94F
Tints of Apple #61D94F
RGB
CMYK
RGB Variations
Color information
#61D94F (or 0x61D94F) is known color: Apple. HEX triplet: 61, D9 and 4F. RGB value is (97,217,79). Sum of RGB (Red+Green+Blue) = 97+217+79=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 217 (85.16% from 255 or 55.22% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 217 - color contains mainly: green. Hex color #61D94F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D94F is #9E26B0. Grayscale: #A5A5A5. Windows color (decimal): -10364593 or 5232993. OLE color: 5232993.
HSL color Cylindrical-coordinate representation of color #61D94F: hue angle of 112.17º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61D94F is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 217 | 79 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.15 |
| HSL | 112.17º | 0.64% | 0.58% | - |
| HSV(B) | 112.17º | 0.64% | 0.85% | - |
| XYZ | 31.15 | 52.73 | 15.93 | - |
| YUV | 165.39 | 79.24 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 217 | 79 | 0.55 | 0 | 0.64 | 0.15 | 112.17 | 0.64 | 0.58 |
| Hex | 61 | D9 | 4F | 37 | 0 | 40 | F | 70 | 40 | 3A |
| Octal | 141 | 331 | 117 | 67 | 0 | 100 | 17 | 160 | 100 | 72 |
| Binary | 1100001 | 11011001 | 1001111 | 110111 | 0 | 1000000 | 1111 | 1110000 | 1000000 | 111010 |
Color Harmonies of #61D94F
Complementary color
Monochromatic Colors of #61D94F
Black with #61D94F
Text Example
Text Example
White with #61D94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D94F; }
p { color: rgb(97,217,79); }
H1.HeaderClassName
{
color: #61D94F;
}
.AnyTagClassName
{
color: #61D94F;
}
</style>
background-color css
<style>
a { background-color: #61D94F; }
a { background-color: rgb(97,217,79); }
div.DivClassName
{
background-color: #61D94F;
}
.BgClassName
{
background-color: #61D94F;
}
</style>
border-color css
<style>
span { border-color: #61D94F; }
span { border-color: rgb(97,217,79); }
td.TdClassName
{
border-color: #61D94F;
}
.TagClassName
{
border-color: #61D94F;
}
</style>