Shades of Apple #61D044
Tints of Apple #61D044
RGB
CMYK
RGB Variations
Color information
#61D044 (or 0x61D044) is known color: Apple. HEX triplet: 61, D0 and 44. RGB value is (97,208,68). Sum of RGB (Red+Green+Blue) = 97+208+68=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 208 (81.64% from 255 or 55.76% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 208 - color contains mainly: green. Hex color #61D044 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D044 is #9E2FBB. Grayscale: #9F9F9F. Windows color (decimal): -10366908 or 4509793. OLE color: 4509793.
HSL color Cylindrical-coordinate representation of color #61D044: hue angle of 107.57º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61D044 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 208 | 68 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.18 |
| HSL | 107.57º | 0.6% | 0.54% | - |
| HSV(B) | 107.57º | 0.67% | 0.82% | - |
| XYZ | 28.53 | 48.07 | 13.24 | - |
| YUV | 158.85 | 76.73 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 208 | 68 | 0.53 | 0 | 0.67 | 0.18 | 107.57 | 0.6 | 0.54 |
| Hex | 61 | D0 | 44 | 35 | 0 | 43 | 12 | 6C | 3C | 36 |
| Octal | 141 | 320 | 104 | 65 | 0 | 103 | 22 | 154 | 74 | 66 |
| Binary | 1100001 | 11010000 | 1000100 | 110101 | 0 | 1000011 | 10010 | 1101100 | 111100 | 110110 |
Color Harmonies of #61D044
Complementary color
Monochromatic Colors of #61D044
Black with #61D044
Text Example
Text Example
White with #61D044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D044; }
p { color: rgb(97,208,68); }
H1.HeaderClassName
{
color: #61D044;
}
.AnyTagClassName
{
color: #61D044;
}
</style>
background-color css
<style>
a { background-color: #61D044; }
a { background-color: rgb(97,208,68); }
div.DivClassName
{
background-color: #61D044;
}
.BgClassName
{
background-color: #61D044;
}
</style>
border-color css
<style>
span { border-color: #61D044; }
span { border-color: rgb(97,208,68); }
td.TdClassName
{
border-color: #61D044;
}
.TagClassName
{
border-color: #61D044;
}
</style>