Shades of Apple #6ABE4D
Tints of Apple #6ABE4D
RGB
CMYK
RGB Variations
Color information
#6ABE4D (or 0x6ABE4D) is known color: Apple. HEX triplet: 6A, BE and 4D. RGB value is (106,190,77). Sum of RGB (Red+Green+Blue) = 106+190+77=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABE4D is #9541B2. Grayscale: #989898. Windows color (decimal): -9781683 or 5095018. OLE color: 5095018.
HSL color Cylindrical-coordinate representation of color #6ABE4D: hue angle of 104.6º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6ABE4D is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 190 | 77 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.25 |
| HSL | 104.6º | 0.47% | 0.52% | - |
| HSV(B) | 104.6º | 0.59% | 0.75% | - |
| XYZ | 25.7 | 40.43 | 13.47 | - |
| YUV | 152 | 85.67 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 190 | 77 | 0.44 | 0 | 0.59 | 0.25 | 104.6 | 0.47 | 0.52 |
| Hex | 6A | BE | 4D | 2C | 0 | 3B | 19 | 69 | 2F | 34 |
| Octal | 152 | 276 | 115 | 54 | 0 | 73 | 31 | 151 | 57 | 64 |
| Binary | 1101010 | 10111110 | 1001101 | 101100 | 0 | 111011 | 11001 | 1101001 | 101111 | 110100 |
Color Harmonies of #6ABE4D
Complementary color
Monochromatic Colors of #6ABE4D
Black with #6ABE4D
Text Example
Text Example
White with #6ABE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABE4D; }
p { color: rgb(106,190,77); }
H1.HeaderClassName
{
color: #6ABE4D;
}
.AnyTagClassName
{
color: #6ABE4D;
}
</style>
background-color css
<style>
a { background-color: #6ABE4D; }
a { background-color: rgb(106,190,77); }
div.DivClassName
{
background-color: #6ABE4D;
}
.BgClassName
{
background-color: #6ABE4D;
}
</style>
border-color css
<style>
span { border-color: #6ABE4D; }
span { border-color: rgb(106,190,77); }
td.TdClassName
{
border-color: #6ABE4D;
}
.TagClassName
{
border-color: #6ABE4D;
}
</style>