Shades of Apple #61B24A
Tints of Apple #61B24A
RGB
CMYK
RGB Variations
Color information
#61B24A (or 0x61B24A) is known color: Apple. HEX triplet: 61, B2 and 4A. RGB value is (97,178,74). Sum of RGB (Red+Green+Blue) = 97+178+74=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 178 (69.92% from 255 or 51.00% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 178 - color contains mainly: green. Hex color #61B24A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61B24A is #9E4DB5. Grayscale: #8E8E8E. Windows color (decimal): -10374582 or 4895329. OLE color: 4895329.
HSL color Cylindrical-coordinate representation of color #61B24A: hue angle of 106.73º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61B24A is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 178 | 74 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.30 |
| HSL | 106.73º | 0.41% | 0.49% | - |
| HSV(B) | 106.73º | 0.58% | 0.7% | - |
| XYZ | 22.09 | 34.88 | 12.05 | - |
| YUV | 141.93 | 89.66 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 178 | 74 | 0.46 | 0 | 0.58 | 0.30 | 106.73 | 0.41 | 0.49 |
| Hex | 61 | B2 | 4A | 2E | 0 | 3A | 1E | 6B | 29 | 31 |
| Octal | 141 | 262 | 112 | 56 | 0 | 72 | 36 | 153 | 51 | 61 |
| Binary | 1100001 | 10110010 | 1001010 | 101110 | 0 | 111010 | 11110 | 1101011 | 101001 | 110001 |
Color Harmonies of #61B24A
Complementary color
Monochromatic Colors of #61B24A
Black with #61B24A
Text Example
Text Example
White with #61B24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B24A; }
p { color: rgb(97,178,74); }
H1.HeaderClassName
{
color: #61B24A;
}
.AnyTagClassName
{
color: #61B24A;
}
</style>
background-color css
<style>
a { background-color: #61B24A; }
a { background-color: rgb(97,178,74); }
div.DivClassName
{
background-color: #61B24A;
}
.BgClassName
{
background-color: #61B24A;
}
</style>
border-color css
<style>
span { border-color: #61B24A; }
span { border-color: rgb(97,178,74); }
td.TdClassName
{
border-color: #61B24A;
}
.TagClassName
{
border-color: #61B24A;
}
</style>