Shades of Apple #61D141
Tints of Apple #61D141
RGB
CMYK
RGB Variations
Color information
#61D141 (or 0x61D141) is known color: Apple. HEX triplet: 61, D1 and 41. RGB value is (97,209,65). Sum of RGB (Red+Green+Blue) = 97+209+65=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 209 (82.03% from 255 or 56.33% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 209 - color contains mainly: green. Hex color #61D141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D141 is #9E2EBE. Grayscale: #9F9F9F. Windows color (decimal): -10366655 or 4313441. OLE color: 4313441.
HSL color Cylindrical-coordinate representation of color #61D141: hue angle of 106.67º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61D141 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 209 | 65 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.18 |
| HSL | 106.67º | 0.61% | 0.54% | - |
| HSV(B) | 106.67º | 0.69% | 0.82% | - |
| XYZ | 28.68 | 48.52 | 12.86 | - |
| YUV | 159.1 | 74.89 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 209 | 65 | 0.54 | 0 | 0.69 | 0.18 | 106.67 | 0.61 | 0.54 |
| Hex | 61 | D1 | 41 | 36 | 0 | 45 | 12 | 6B | 3D | 36 |
| Octal | 141 | 321 | 101 | 66 | 0 | 105 | 22 | 153 | 75 | 66 |
| Binary | 1100001 | 11010001 | 1000001 | 110110 | 0 | 1000101 | 10010 | 1101011 | 111101 | 110110 |
Color Harmonies of #61D141
Complementary color
Monochromatic Colors of #61D141
Black with #61D141
Text Example
Text Example
White with #61D141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D141; }
p { color: rgb(97,209,65); }
H1.HeaderClassName
{
color: #61D141;
}
.AnyTagClassName
{
color: #61D141;
}
</style>
background-color css
<style>
a { background-color: #61D141; }
a { background-color: rgb(97,209,65); }
div.DivClassName
{
background-color: #61D141;
}
.BgClassName
{
background-color: #61D141;
}
</style>
border-color css
<style>
span { border-color: #61D141; }
span { border-color: rgb(97,209,65); }
td.TdClassName
{
border-color: #61D141;
}
.TagClassName
{
border-color: #61D141;
}
</style>