Shades of Apple #6ABB50
Tints of Apple #6ABB50
RGB
CMYK
RGB Variations
Color information
#6ABB50 (or 0x6ABB50) is known color: Apple. HEX triplet: 6A, BB and 50. RGB value is (106,187,80). Sum of RGB (Red+Green+Blue) = 106+187+80=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABB50 is #9544AF. Grayscale: #969696. Windows color (decimal): -9782448 or 5290858. OLE color: 5290858.
HSL color Cylindrical-coordinate representation of color #6ABB50: hue angle of 105.42º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6ABB50 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 187 | 80 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.27 |
| HSL | 105.42º | 0.44% | 0.52% | - |
| HSV(B) | 105.42º | 0.57% | 0.73% | - |
| XYZ | 25.16 | 39.18 | 13.83 | - |
| YUV | 150.58 | 88.16 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 80 | 0.43 | 0 | 0.57 | 0.27 | 105.42 | 0.44 | 0.52 |
| Hex | 6A | BB | 50 | 2B | 0 | 39 | 1B | 69 | 2C | 34 |
| Octal | 152 | 273 | 120 | 53 | 0 | 71 | 33 | 151 | 54 | 64 |
| Binary | 1101010 | 10111011 | 1010000 | 101011 | 0 | 111001 | 11011 | 1101001 | 101100 | 110100 |
Color Harmonies of #6ABB50
Complementary color
Monochromatic Colors of #6ABB50
Black with #6ABB50
Text Example
Text Example
White with #6ABB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABB50; }
p { color: rgb(106,187,80); }
H1.HeaderClassName
{
color: #6ABB50;
}
.AnyTagClassName
{
color: #6ABB50;
}
</style>
background-color css
<style>
a { background-color: #6ABB50; }
a { background-color: rgb(106,187,80); }
div.DivClassName
{
background-color: #6ABB50;
}
.BgClassName
{
background-color: #6ABB50;
}
</style>
border-color css
<style>
span { border-color: #6ABB50; }
span { border-color: rgb(106,187,80); }
td.TdClassName
{
border-color: #6ABB50;
}
.TagClassName
{
border-color: #6ABB50;
}
</style>