Shades of Apple #6ABE5D
Tints of Apple #6ABE5D
RGB
CMYK
RGB Variations
Color information
#6ABE5D (or 0x6ABE5D) is known color: Apple. HEX triplet: 6A, BE and 5D. RGB value is (106,190,93). Sum of RGB (Red+Green+Blue) = 106+190+93=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABE5D is #9541A2. Grayscale: #9A9A9A. Windows color (decimal): -9781667 or 6143594. OLE color: 6143594.
HSL color Cylindrical-coordinate representation of color #6ABE5D: hue angle of 111.96º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ABE5D is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 190 | 93 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.25 |
| HSL | 111.96º | 0.43% | 0.55% | - |
| HSV(B) | 111.96º | 0.51% | 0.75% | - |
| XYZ | 26.33 | 40.68 | 16.82 | - |
| YUV | 153.83 | 93.67 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 190 | 93 | 0.44 | 0 | 0.51 | 0.25 | 111.96 | 0.43 | 0.55 |
| Hex | 6A | BE | 5D | 2C | 0 | 33 | 19 | 70 | 2B | 37 |
| Octal | 152 | 276 | 135 | 54 | 0 | 63 | 31 | 160 | 53 | 67 |
| Binary | 1101010 | 10111110 | 1011101 | 101100 | 0 | 110011 | 11001 | 1110000 | 101011 | 110111 |
Color Harmonies of #6ABE5D
Complementary color
Monochromatic Colors of #6ABE5D
Black with #6ABE5D
Text Example
Text Example
White with #6ABE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABE5D; }
p { color: rgb(106,190,93); }
H1.HeaderClassName
{
color: #6ABE5D;
}
.AnyTagClassName
{
color: #6ABE5D;
}
</style>
background-color css
<style>
a { background-color: #6ABE5D; }
a { background-color: rgb(106,190,93); }
div.DivClassName
{
background-color: #6ABE5D;
}
.BgClassName
{
background-color: #6ABE5D;
}
</style>
border-color css
<style>
span { border-color: #6ABE5D; }
span { border-color: rgb(106,190,93); }
td.TdClassName
{
border-color: #6ABE5D;
}
.TagClassName
{
border-color: #6ABE5D;
}
</style>