Shades of Apple #61AC32
Tints of Apple #61AC32
RGB
CMYK
RGB Variations
Color information
#61AC32 (or 0x61AC32) is known color: Apple. HEX triplet: 61, AC and 32. RGB value is (97,172,50). Sum of RGB (Red+Green+Blue) = 97+172+50=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 172 (67.58% from 255 or 53.92% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 172 - color contains mainly: green. Hex color #61AC32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AC32 is #9E53CD. Grayscale: #888888. Windows color (decimal): -10376142 or 3320929. OLE color: 3320929.
HSL color Cylindrical-coordinate representation of color #61AC32: hue angle of 96.89º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61AC32 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 172 | 50 | - |
| CMYK | 0.44 | 0 | 0.71 | 0.33 |
| HSL | 96.89º | 0.55% | 0.44% | - |
| HSV(B) | 96.89º | 0.71% | 0.67% | - |
| XYZ | 20.26 | 32.28 | 8.18 | - |
| YUV | 135.67 | 79.65 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 172 | 50 | 0.44 | 0 | 0.71 | 0.33 | 96.89 | 0.55 | 0.44 |
| Hex | 61 | AC | 32 | 2C | 0 | 47 | 21 | 61 | 37 | 2C |
| Octal | 141 | 254 | 62 | 54 | 0 | 107 | 41 | 141 | 67 | 54 |
| Binary | 1100001 | 10101100 | 110010 | 101100 | 0 | 1000111 | 100001 | 1100001 | 110111 | 101100 |
Color Harmonies of #61AC32
Complementary color
Monochromatic Colors of #61AC32
Black with #61AC32
Text Example
Text Example
White with #61AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AC32; }
p { color: rgb(97,172,50); }
H1.HeaderClassName
{
color: #61AC32;
}
.AnyTagClassName
{
color: #61AC32;
}
</style>
background-color css
<style>
a { background-color: #61AC32; }
a { background-color: rgb(97,172,50); }
div.DivClassName
{
background-color: #61AC32;
}
.BgClassName
{
background-color: #61AC32;
}
</style>
border-color css
<style>
span { border-color: #61AC32; }
span { border-color: rgb(97,172,50); }
td.TdClassName
{
border-color: #61AC32;
}
.TagClassName
{
border-color: #61AC32;
}
</style>