Shades of Apple #61AE32
Tints of Apple #61AE32
RGB
CMYK
RGB Variations
Color information
#61AE32 (or 0x61AE32) is known color: Apple. HEX triplet: 61, AE and 32. RGB value is (97,174,50). Sum of RGB (Red+Green+Blue) = 97+174+50=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 174 (68.36% from 255 or 54.21% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 174 - color contains mainly: green. Hex color #61AE32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AE32 is #9E51CD. Grayscale: #898989. Windows color (decimal): -10375630 or 3321441. OLE color: 3321441.
HSL color Cylindrical-coordinate representation of color #61AE32: hue angle of 97.26º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61AE32 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 174 | 50 | - |
| CMYK | 0.44 | 0 | 0.71 | 0.32 |
| HSL | 97.26º | 0.55% | 0.44% | - |
| HSV(B) | 97.26º | 0.71% | 0.68% | - |
| XYZ | 20.64 | 33.04 | 8.31 | - |
| YUV | 136.84 | 78.99 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 174 | 50 | 0.44 | 0 | 0.71 | 0.32 | 97.26 | 0.55 | 0.44 |
| Hex | 61 | AE | 32 | 2C | 0 | 47 | 20 | 61 | 37 | 2C |
| Octal | 141 | 256 | 62 | 54 | 0 | 107 | 40 | 141 | 67 | 54 |
| Binary | 1100001 | 10101110 | 110010 | 101100 | 0 | 1000111 | 100000 | 1100001 | 110111 | 101100 |
Color Harmonies of #61AE32
Complementary color
Monochromatic Colors of #61AE32
Black with #61AE32
Text Example
Text Example
White with #61AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AE32; }
p { color: rgb(97,174,50); }
H1.HeaderClassName
{
color: #61AE32;
}
.AnyTagClassName
{
color: #61AE32;
}
</style>
background-color css
<style>
a { background-color: #61AE32; }
a { background-color: rgb(97,174,50); }
div.DivClassName
{
background-color: #61AE32;
}
.BgClassName
{
background-color: #61AE32;
}
</style>
border-color css
<style>
span { border-color: #61AE32; }
span { border-color: rgb(97,174,50); }
td.TdClassName
{
border-color: #61AE32;
}
.TagClassName
{
border-color: #61AE32;
}
</style>