Shades of Apple #6ABC51
Tints of Apple #6ABC51
RGB
CMYK
RGB Variations
Color information
#6ABC51 (or 0x6ABC51) is known color: Apple. HEX triplet: 6A, BC and 51. RGB value is (106,188,81). Sum of RGB (Red+Green+Blue) = 106+188+81=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABC51 is #9543AE. Grayscale: #979797. Windows color (decimal): -9782191 or 5356650. OLE color: 5356650.
HSL color Cylindrical-coordinate representation of color #6ABC51: hue angle of 105.98º degrees, saturation: 0.44, 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 #6ABC51 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 188 | 81 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.26 |
| HSL | 105.98º | 0.44% | 0.53% | - |
| HSV(B) | 105.98º | 0.57% | 0.74% | - |
| XYZ | 25.41 | 39.62 | 14.09 | - |
| YUV | 151.28 | 88.33 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 188 | 81 | 0.44 | 0 | 0.57 | 0.26 | 105.98 | 0.44 | 0.53 |
| Hex | 6A | BC | 51 | 2C | 0 | 39 | 1A | 6A | 2C | 35 |
| Octal | 152 | 274 | 121 | 54 | 0 | 71 | 32 | 152 | 54 | 65 |
| Binary | 1101010 | 10111100 | 1010001 | 101100 | 0 | 111001 | 11010 | 1101010 | 101100 | 110101 |
Color Harmonies of #6ABC51
Complementary color
Monochromatic Colors of #6ABC51
Black with #6ABC51
Text Example
Text Example
White with #6ABC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABC51; }
p { color: rgb(106,188,81); }
H1.HeaderClassName
{
color: #6ABC51;
}
.AnyTagClassName
{
color: #6ABC51;
}
</style>
background-color css
<style>
a { background-color: #6ABC51; }
a { background-color: rgb(106,188,81); }
div.DivClassName
{
background-color: #6ABC51;
}
.BgClassName
{
background-color: #6ABC51;
}
</style>
border-color css
<style>
span { border-color: #6ABC51; }
span { border-color: rgb(106,188,81); }
td.TdClassName
{
border-color: #6ABC51;
}
.TagClassName
{
border-color: #6ABC51;
}
</style>