Shades of Apple #6ABD51
Tints of Apple #6ABD51
RGB
CMYK
RGB Variations
Color information
#6ABD51 (or 0x6ABD51) is known color: Apple. HEX triplet: 6A, BD and 51. RGB value is (106,189,81). Sum of RGB (Red+Green+Blue) = 106+189+81=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #6ABD51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABD51 is #9542AE. Grayscale: #989898. Windows color (decimal): -9781935 or 5356906. OLE color: 5356906.
HSL color Cylindrical-coordinate representation of color #6ABD51: hue angle of 106.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6ABD51 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 189 | 81 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.26 |
| HSL | 106.11º | 0.45% | 0.53% | - |
| HSV(B) | 106.11º | 0.57% | 0.74% | - |
| XYZ | 25.63 | 40.05 | 14.17 | - |
| YUV | 151.87 | 88 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 189 | 81 | 0.44 | 0 | 0.57 | 0.26 | 106.11 | 0.45 | 0.53 |
| Hex | 6A | BD | 51 | 2C | 0 | 39 | 1A | 6A | 2D | 35 |
| Octal | 152 | 275 | 121 | 54 | 0 | 71 | 32 | 152 | 55 | 65 |
| Binary | 1101010 | 10111101 | 1010001 | 101100 | 0 | 111001 | 11010 | 1101010 | 101101 | 110101 |
Color Harmonies of #6ABD51
Complementary color
Monochromatic Colors of #6ABD51
Black with #6ABD51
Text Example
Text Example
White with #6ABD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABD51; }
p { color: rgb(106,189,81); }
H1.HeaderClassName
{
color: #6ABD51;
}
.AnyTagClassName
{
color: #6ABD51;
}
</style>
background-color css
<style>
a { background-color: #6ABD51; }
a { background-color: rgb(106,189,81); }
div.DivClassName
{
background-color: #6ABD51;
}
.BgClassName
{
background-color: #6ABD51;
}
</style>
border-color css
<style>
span { border-color: #6ABD51; }
span { border-color: rgb(106,189,81); }
td.TdClassName
{
border-color: #6ABD51;
}
.TagClassName
{
border-color: #6ABD51;
}
</style>