Shades of Apple #61BD2F
Tints of Apple #61BD2F
RGB
CMYK
RGB Variations
Color information
#61BD2F (or 0x61BD2F) is known color: Apple. HEX triplet: 61, BD and 2F. RGB value is (97,189,47). Sum of RGB (Red+Green+Blue) = 97+189+47=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 189 (74.22% from 255 or 56.76% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 189 - color contains mainly: green. Hex color #61BD2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BD2F is #9E42D0. Grayscale: #919191. Windows color (decimal): -10371793 or 3128673. OLE color: 3128673.
HSL color Cylindrical-coordinate representation of color #61BD2F: hue angle of 98.87º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61BD2F is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 189 | 47 | - |
| CMYK | 0.49 | 0 | 0.75 | 0.26 |
| HSL | 98.87º | 0.6% | 0.46% | - |
| HSV(B) | 98.87º | 0.75% | 0.74% | - |
| XYZ | 23.64 | 39.14 | 9 | - |
| YUV | 145.3 | 72.52 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 189 | 47 | 0.49 | 0 | 0.75 | 0.26 | 98.87 | 0.6 | 0.46 |
| Hex | 61 | BD | 2F | 31 | 0 | 4B | 1A | 63 | 3C | 2E |
| Octal | 141 | 275 | 57 | 61 | 0 | 113 | 32 | 143 | 74 | 56 |
| Binary | 1100001 | 10111101 | 101111 | 110001 | 0 | 1001011 | 11010 | 1100011 | 111100 | 101110 |
Color Harmonies of #61BD2F
Complementary color
Monochromatic Colors of #61BD2F
Black with #61BD2F
Text Example
Text Example
White with #61BD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BD2F; }
p { color: rgb(97,189,47); }
H1.HeaderClassName
{
color: #61BD2F;
}
.AnyTagClassName
{
color: #61BD2F;
}
</style>
background-color css
<style>
a { background-color: #61BD2F; }
a { background-color: rgb(97,189,47); }
div.DivClassName
{
background-color: #61BD2F;
}
.BgClassName
{
background-color: #61BD2F;
}
</style>
border-color css
<style>
span { border-color: #61BD2F; }
span { border-color: rgb(97,189,47); }
td.TdClassName
{
border-color: #61BD2F;
}
.TagClassName
{
border-color: #61BD2F;
}
</style>