Shades of Apple #61BE2F
Tints of Apple #61BE2F
RGB
CMYK
RGB Variations
Color information
#61BE2F (or 0x61BE2F) is known color: Apple. HEX triplet: 61, BE and 2F. RGB value is (97,190,47). Sum of RGB (Red+Green+Blue) = 97+190+47=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 190 (74.61% from 255 or 56.89% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 190 - color contains mainly: green. Hex color #61BE2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BE2F is #9E41D0. Grayscale: #929292. Windows color (decimal): -10371537 or 3128929. OLE color: 3128929.
HSL color Cylindrical-coordinate representation of color #61BE2F: hue angle of 99.02º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61BE2F is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 190 | 47 | - |
| CMYK | 0.49 | 0 | 0.75 | 0.25 |
| HSL | 99.02º | 0.6% | 0.46% | - |
| HSV(B) | 99.02º | 0.75% | 0.75% | - |
| XYZ | 23.86 | 39.57 | 9.07 | - |
| YUV | 145.89 | 72.19 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 190 | 47 | 0.49 | 0 | 0.75 | 0.25 | 99.02 | 0.6 | 0.46 |
| Hex | 61 | BE | 2F | 31 | 0 | 4B | 19 | 63 | 3C | 2E |
| Octal | 141 | 276 | 57 | 61 | 0 | 113 | 31 | 143 | 74 | 56 |
| Binary | 1100001 | 10111110 | 101111 | 110001 | 0 | 1001011 | 11001 | 1100011 | 111100 | 101110 |
Color Harmonies of #61BE2F
Complementary color
Monochromatic Colors of #61BE2F
Black with #61BE2F
Text Example
Text Example
White with #61BE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BE2F; }
p { color: rgb(97,190,47); }
H1.HeaderClassName
{
color: #61BE2F;
}
.AnyTagClassName
{
color: #61BE2F;
}
</style>
background-color css
<style>
a { background-color: #61BE2F; }
a { background-color: rgb(97,190,47); }
div.DivClassName
{
background-color: #61BE2F;
}
.BgClassName
{
background-color: #61BE2F;
}
</style>
border-color css
<style>
span { border-color: #61BE2F; }
span { border-color: rgb(97,190,47); }
td.TdClassName
{
border-color: #61BE2F;
}
.TagClassName
{
border-color: #61BE2F;
}
</style>