Shades of Apple #61B24D
Tints of Apple #61B24D
RGB
CMYK
RGB Variations
Color information
#61B24D (or 0x61B24D) is known color: Apple. HEX triplet: 61, B2 and 4D. RGB value is (97,178,77). Sum of RGB (Red+Green+Blue) = 97+178+77=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #61B24D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B24D is #9E4DB2. Grayscale: #8E8E8E. Windows color (decimal): -10374579 or 5091937. OLE color: 5091937.
HSL color Cylindrical-coordinate representation of color #61B24D: hue angle of 108.12º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61B24D is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 178 | 77 | - |
| CMYK | 0.46 | 0 | 0.57 | 0.30 |
| HSL | 108.12º | 0.4% | 0.5% | - |
| HSV(B) | 108.12º | 0.57% | 0.7% | - |
| XYZ | 22.19 | 34.92 | 12.59 | - |
| YUV | 142.27 | 91.16 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 178 | 77 | 0.46 | 0 | 0.57 | 0.30 | 108.12 | 0.4 | 0.5 |
| Hex | 61 | B2 | 4D | 2E | 0 | 39 | 1E | 6C | 28 | 32 |
| Octal | 141 | 262 | 115 | 56 | 0 | 71 | 36 | 154 | 50 | 62 |
| Binary | 1100001 | 10110010 | 1001101 | 101110 | 0 | 111001 | 11110 | 1101100 | 101000 | 110010 |
Color Harmonies of #61B24D
Complementary color
Monochromatic Colors of #61B24D
Black with #61B24D
Text Example
Text Example
White with #61B24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B24D; }
p { color: rgb(97,178,77); }
H1.HeaderClassName
{
color: #61B24D;
}
.AnyTagClassName
{
color: #61B24D;
}
</style>
background-color css
<style>
a { background-color: #61B24D; }
a { background-color: rgb(97,178,77); }
div.DivClassName
{
background-color: #61B24D;
}
.BgClassName
{
background-color: #61B24D;
}
</style>
border-color css
<style>
span { border-color: #61B24D; }
span { border-color: rgb(97,178,77); }
td.TdClassName
{
border-color: #61B24D;
}
.TagClassName
{
border-color: #61B24D;
}
</style>