Shades of Apple #61E132
Tints of Apple #61E132
RGB
CMYK
RGB Variations
Color information
#61E132 (or 0x61E132) is known color: Apple. HEX triplet: 61, E1 and 32. RGB value is (97,225,50). Sum of RGB (Red+Green+Blue) = 97+225+50=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 225 (88.28% from 255 or 60.48% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 225 - color contains mainly: green. Hex color #61E132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61E132 is #9E1ECD. Grayscale: #A7A7A7. Windows color (decimal): -10362574 or 3334497. OLE color: 3334497.
HSL color Cylindrical-coordinate representation of color #61E132: hue angle of 103.89º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61E132 is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 225 | 50 | - |
| CMYK | 0.57 | 0 | 0.78 | 0.12 |
| HSL | 103.89º | 0.74% | 0.54% | - |
| HSV(B) | 103.89º | 0.78% | 0.88% | - |
| XYZ | 32.43 | 56.62 | 12.24 | - |
| YUV | 166.78 | 62.09 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 225 | 50 | 0.57 | 0 | 0.78 | 0.12 | 103.89 | 0.74 | 0.54 |
| Hex | 61 | E1 | 32 | 39 | 0 | 4E | C | 68 | 4A | 36 |
| Octal | 141 | 341 | 62 | 71 | 0 | 116 | 14 | 150 | 112 | 66 |
| Binary | 1100001 | 11100001 | 110010 | 111001 | 0 | 1001110 | 1100 | 1101000 | 1001010 | 110110 |
Color Harmonies of #61E132
Complementary color
Monochromatic Colors of #61E132
Black with #61E132
Text Example
Text Example
White with #61E132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E132; }
p { color: rgb(97,225,50); }
H1.HeaderClassName
{
color: #61E132;
}
.AnyTagClassName
{
color: #61E132;
}
</style>
background-color css
<style>
a { background-color: #61E132; }
a { background-color: rgb(97,225,50); }
div.DivClassName
{
background-color: #61E132;
}
.BgClassName
{
background-color: #61E132;
}
</style>
border-color css
<style>
span { border-color: #61E132; }
span { border-color: rgb(97,225,50); }
td.TdClassName
{
border-color: #61E132;
}
.TagClassName
{
border-color: #61E132;
}
</style>