Shades of Apple #6ABF55
Tints of Apple #6ABF55
RGB
CMYK
RGB Variations
Color information
#6ABF55 (or 0x6ABF55) is known color: Apple. HEX triplet: 6A, BF and 55. RGB value is (106,191,85). Sum of RGB (Red+Green+Blue) = 106+191+85=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABF55 is #9540AA. Grayscale: #999999. Windows color (decimal): -9781419 or 5619562. OLE color: 5619562.
HSL color Cylindrical-coordinate representation of color #6ABF55: hue angle of 108.11º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ABF55 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 191 | 85 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.25 |
| HSL | 108.11º | 0.45% | 0.54% | - |
| HSV(B) | 108.11º | 0.55% | 0.75% | - |
| XYZ | 26.21 | 40.98 | 15.12 | - |
| YUV | 153.5 | 89.34 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 191 | 85 | 0.45 | 0 | 0.55 | 0.25 | 108.11 | 0.45 | 0.54 |
| Hex | 6A | BF | 55 | 2D | 0 | 37 | 19 | 6C | 2D | 36 |
| Octal | 152 | 277 | 125 | 55 | 0 | 67 | 31 | 154 | 55 | 66 |
| Binary | 1101010 | 10111111 | 1010101 | 101101 | 0 | 110111 | 11001 | 1101100 | 101101 | 110110 |
Color Harmonies of #6ABF55
Complementary color
Monochromatic Colors of #6ABF55
Black with #6ABF55
Text Example
Text Example
White with #6ABF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABF55; }
p { color: rgb(106,191,85); }
H1.HeaderClassName
{
color: #6ABF55;
}
.AnyTagClassName
{
color: #6ABF55;
}
</style>
background-color css
<style>
a { background-color: #6ABF55; }
a { background-color: rgb(106,191,85); }
div.DivClassName
{
background-color: #6ABF55;
}
.BgClassName
{
background-color: #6ABF55;
}
</style>
border-color css
<style>
span { border-color: #6ABF55; }
span { border-color: rgb(106,191,85); }
td.TdClassName
{
border-color: #6ABF55;
}
.TagClassName
{
border-color: #6ABF55;
}
</style>