Shades of Apple #61B54D
Tints of Apple #61B54D
RGB
CMYK
RGB Variations
Color information
#61B54D (or 0x61B54D) is known color: Apple. HEX triplet: 61, B5 and 4D. RGB value is (97,181,77). Sum of RGB (Red+Green+Blue) = 97+181+77=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 181 (71.09% from 255 or 50.99% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 181 - color contains mainly: green. Hex color #61B54D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B54D is #9E4AB2. Grayscale: #909090. Windows color (decimal): -10373811 or 5092705. OLE color: 5092705.
HSL color Cylindrical-coordinate representation of color #61B54D: hue angle of 108.46º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61B54D is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 181 | 77 | - |
| CMYK | 0.46 | 0 | 0.57 | 0.29 |
| HSL | 108.46º | 0.41% | 0.51% | - |
| HSV(B) | 108.46º | 0.57% | 0.71% | - |
| XYZ | 22.79 | 36.12 | 12.79 | - |
| YUV | 144.03 | 90.17 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 181 | 77 | 0.46 | 0 | 0.57 | 0.29 | 108.46 | 0.41 | 0.51 |
| Hex | 61 | B5 | 4D | 2E | 0 | 39 | 1D | 6C | 29 | 33 |
| Octal | 141 | 265 | 115 | 56 | 0 | 71 | 35 | 154 | 51 | 63 |
| Binary | 1100001 | 10110101 | 1001101 | 101110 | 0 | 111001 | 11101 | 1101100 | 101001 | 110011 |
Color Harmonies of #61B54D
Complementary color
Monochromatic Colors of #61B54D
Black with #61B54D
Text Example
Text Example
White with #61B54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B54D; }
p { color: rgb(97,181,77); }
H1.HeaderClassName
{
color: #61B54D;
}
.AnyTagClassName
{
color: #61B54D;
}
</style>
background-color css
<style>
a { background-color: #61B54D; }
a { background-color: rgb(97,181,77); }
div.DivClassName
{
background-color: #61B54D;
}
.BgClassName
{
background-color: #61B54D;
}
</style>
border-color css
<style>
span { border-color: #61B54D; }
span { border-color: rgb(97,181,77); }
td.TdClassName
{
border-color: #61B54D;
}
.TagClassName
{
border-color: #61B54D;
}
</style>