Shades of Apple #61D539
Tints of Apple #61D539
RGB
CMYK
RGB Variations
Color information
#61D539 (or 0x61D539) is known color: Apple. HEX triplet: 61, D5 and 39. RGB value is (97,213,57). Sum of RGB (Red+Green+Blue) = 97+213+57=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 213 (83.59% from 255 or 58.04% from 367); Blue value is 57 (22.66% from 255 or 15.53% from 367); Max value from RGB is 213 - color contains mainly: green. Hex color #61D539 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D539 is #9E2AC6. Grayscale: #A1A1A1. Windows color (decimal): -10365639 or 3790177. OLE color: 3790177.
HSL color Cylindrical-coordinate representation of color #61D539: hue angle of 104.62º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61D539 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 213 | 57 | - |
| CMYK | 0.54 | 0 | 0.73 | 0.16 |
| HSL | 104.62º | 0.65% | 0.53% | - |
| HSV(B) | 104.62º | 0.73% | 0.84% | - |
| XYZ | 29.46 | 50.43 | 12.05 | - |
| YUV | 160.53 | 69.57 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 213 | 57 | 0.54 | 0 | 0.73 | 0.16 | 104.62 | 0.65 | 0.53 |
| Hex | 61 | D5 | 39 | 36 | 0 | 49 | 10 | 69 | 41 | 35 |
| Octal | 141 | 325 | 71 | 66 | 0 | 111 | 20 | 151 | 101 | 65 |
| Binary | 1100001 | 11010101 | 111001 | 110110 | 0 | 1001001 | 10000 | 1101001 | 1000001 | 110101 |
Color Harmonies of #61D539
Complementary color
Monochromatic Colors of #61D539
Black with #61D539
Text Example
Text Example
White with #61D539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D539; }
p { color: rgb(97,213,57); }
H1.HeaderClassName
{
color: #61D539;
}
.AnyTagClassName
{
color: #61D539;
}
</style>
background-color css
<style>
a { background-color: #61D539; }
a { background-color: rgb(97,213,57); }
div.DivClassName
{
background-color: #61D539;
}
.BgClassName
{
background-color: #61D539;
}
</style>
border-color css
<style>
span { border-color: #61D539; }
span { border-color: rgb(97,213,57); }
td.TdClassName
{
border-color: #61D539;
}
.TagClassName
{
border-color: #61D539;
}
</style>