Shades of Apple #61D932
Tints of Apple #61D932
RGB
CMYK
RGB Variations
Color information
#61D932 (or 0x61D932) is known color: Apple. HEX triplet: 61, D9 and 32. RGB value is (97,217,50). Sum of RGB (Red+Green+Blue) = 97+217+50=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 217 (85.16% from 255 or 59.62% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 217 - color contains mainly: green. Hex color #61D932 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D932 is #9E26CD. Grayscale: #A2A2A2. Windows color (decimal): -10364622 or 3332449. OLE color: 3332449.
HSL color Cylindrical-coordinate representation of color #61D932: hue angle of 103.11º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61D932 is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 217 | 50 | - |
| CMYK | 0.55 | 0 | 0.77 | 0.15 |
| HSL | 103.11º | 0.69% | 0.52% | - |
| HSV(B) | 103.11º | 0.77% | 0.85% | - |
| XYZ | 30.32 | 52.4 | 11.53 | - |
| YUV | 162.08 | 64.74 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 217 | 50 | 0.55 | 0 | 0.77 | 0.15 | 103.11 | 0.69 | 0.52 |
| Hex | 61 | D9 | 32 | 37 | 0 | 4D | F | 67 | 45 | 34 |
| Octal | 141 | 331 | 62 | 67 | 0 | 115 | 17 | 147 | 105 | 64 |
| Binary | 1100001 | 11011001 | 110010 | 110111 | 0 | 1001101 | 1111 | 1100111 | 1000101 | 110100 |
Color Harmonies of #61D932
Complementary color
Monochromatic Colors of #61D932
Black with #61D932
Text Example
Text Example
White with #61D932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D932; }
p { color: rgb(97,217,50); }
H1.HeaderClassName
{
color: #61D932;
}
.AnyTagClassName
{
color: #61D932;
}
</style>
background-color css
<style>
a { background-color: #61D932; }
a { background-color: rgb(97,217,50); }
div.DivClassName
{
background-color: #61D932;
}
.BgClassName
{
background-color: #61D932;
}
</style>
border-color css
<style>
span { border-color: #61D932; }
span { border-color: rgb(97,217,50); }
td.TdClassName
{
border-color: #61D932;
}
.TagClassName
{
border-color: #61D932;
}
</style>