Shades of Apple #61E040
Tints of Apple #61E040
RGB
CMYK
RGB Variations
Color information
#61E040 (or 0x61E040) is known color: Apple. HEX triplet: 61, E0 and 40. RGB value is (97,224,64). Sum of RGB (Red+Green+Blue) = 97+224+64=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 224 (87.89% from 255 or 58.18% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 224 - color contains mainly: green. Hex color #61E040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61E040 is #9E1FBF. Grayscale: #A8A8A8. Windows color (decimal): -10362816 or 4251745. OLE color: 4251745.
HSL color Cylindrical-coordinate representation of color #61E040: hue angle of 107.62º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61E040 is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 224 | 64 | - |
| CMYK | 0.57 | 0 | 0.71 | 0.12 |
| HSL | 107.63º | 0.72% | 0.56% | - |
| HSV(B) | 107.63º | 0.71% | 0.88% | - |
| XYZ | 32.51 | 56.22 | 13.99 | - |
| YUV | 167.79 | 69.42 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 224 | 64 | 0.57 | 0 | 0.71 | 0.12 | 107.63 | 0.72 | 0.56 |
| Hex | 61 | E0 | 40 | 39 | 0 | 47 | C | 6C | 48 | 38 |
| Octal | 141 | 340 | 100 | 71 | 0 | 107 | 14 | 154 | 110 | 70 |
| Binary | 1100001 | 11100000 | 1000000 | 111001 | 0 | 1000111 | 1100 | 1101100 | 1001000 | 111000 |
Color Harmonies of #61E040
Complementary color
Monochromatic Colors of #61E040
Black with #61E040
Text Example
Text Example
White with #61E040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E040; }
p { color: rgb(97,224,64); }
H1.HeaderClassName
{
color: #61E040;
}
.AnyTagClassName
{
color: #61E040;
}
</style>
background-color css
<style>
a { background-color: #61E040; }
a { background-color: rgb(97,224,64); }
div.DivClassName
{
background-color: #61E040;
}
.BgClassName
{
background-color: #61E040;
}
</style>
border-color css
<style>
span { border-color: #61E040; }
span { border-color: rgb(97,224,64); }
td.TdClassName
{
border-color: #61E040;
}
.TagClassName
{
border-color: #61E040;
}
</style>