Shades of Apple #6ABF4D
Tints of Apple #6ABF4D
RGB
CMYK
RGB Variations
Color information
#6ABF4D (or 0x6ABF4D) is known color: Apple. HEX triplet: 6A, BF and 4D. RGB value is (106,191,77). Sum of RGB (Red+Green+Blue) = 106+191+77=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABF4D is #9540B2. Grayscale: #989898. Windows color (decimal): -9781427 or 5095274. OLE color: 5095274.
HSL color Cylindrical-coordinate representation of color #6ABF4D: hue angle of 104.74º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6ABF4D is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 191 | 77 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.25 |
| HSL | 104.74º | 0.47% | 0.53% | - |
| HSV(B) | 104.74º | 0.6% | 0.75% | - |
| XYZ | 25.91 | 40.86 | 13.54 | - |
| YUV | 152.59 | 85.34 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 191 | 77 | 0.45 | 0 | 0.60 | 0.25 | 104.74 | 0.47 | 0.53 |
| Hex | 6A | BF | 4D | 2D | 0 | 3C | 19 | 69 | 2F | 35 |
| Octal | 152 | 277 | 115 | 55 | 0 | 74 | 31 | 151 | 57 | 65 |
| Binary | 1101010 | 10111111 | 1001101 | 101101 | 0 | 111100 | 11001 | 1101001 | 101111 | 110101 |
Color Harmonies of #6ABF4D
Complementary color
Monochromatic Colors of #6ABF4D
Black with #6ABF4D
Text Example
Text Example
White with #6ABF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABF4D; }
p { color: rgb(106,191,77); }
H1.HeaderClassName
{
color: #6ABF4D;
}
.AnyTagClassName
{
color: #6ABF4D;
}
</style>
background-color css
<style>
a { background-color: #6ABF4D; }
a { background-color: rgb(106,191,77); }
div.DivClassName
{
background-color: #6ABF4D;
}
.BgClassName
{
background-color: #6ABF4D;
}
</style>
border-color css
<style>
span { border-color: #6ABF4D; }
span { border-color: rgb(106,191,77); }
td.TdClassName
{
border-color: #6ABF4D;
}
.TagClassName
{
border-color: #6ABF4D;
}
</style>