Shades of Apple #6EBF3A
Tints of Apple #6EBF3A
RGB
CMYK
RGB Variations
Color information
#6EBF3A (or 0x6EBF3A) is known color: Apple. HEX triplet: 6E, BF and 3A. RGB value is (110,191,58). Sum of RGB (Red+Green+Blue) = 110+191+58=359 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.64% from 359); Green value is 191 (75% from 255 or 53.20% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 191 - color contains mainly: green. Hex color #6EBF3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBF3A is #9140C5. Grayscale: #989898. Windows color (decimal): -9519302 or 3850094. OLE color: 3850094.
HSL color Cylindrical-coordinate representation of color #6EBF3A: hue angle of 96.54º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6EBF3A is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 191 | 58 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.25 |
| HSL | 96.54º | 0.53% | 0.49% | - |
| HSV(B) | 96.54º | 0.7% | 0.75% | - |
| XYZ | 25.82 | 40.88 | 10.53 | - |
| YUV | 151.62 | 75.16 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 191 | 58 | 0.42 | 0 | 0.70 | 0.25 | 96.54 | 0.53 | 0.49 |
| Hex | 6E | BF | 3A | 2A | 0 | 46 | 19 | 61 | 35 | 31 |
| Octal | 156 | 277 | 72 | 52 | 0 | 106 | 31 | 141 | 65 | 61 |
| Binary | 1101110 | 10111111 | 111010 | 101010 | 0 | 1000110 | 11001 | 1100001 | 110101 | 110001 |
Color Harmonies of #6EBF3A
Complementary color
Monochromatic Colors of #6EBF3A
Black with #6EBF3A
Text Example
Text Example
White with #6EBF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBF3A; }
p { color: rgb(110,191,58); }
H1.HeaderClassName
{
color: #6EBF3A;
}
.AnyTagClassName
{
color: #6EBF3A;
}
</style>
background-color css
<style>
a { background-color: #6EBF3A; }
a { background-color: rgb(110,191,58); }
div.DivClassName
{
background-color: #6EBF3A;
}
.BgClassName
{
background-color: #6EBF3A;
}
</style>
border-color css
<style>
span { border-color: #6EBF3A; }
span { border-color: rgb(110,191,58); }
td.TdClassName
{
border-color: #6EBF3A;
}
.TagClassName
{
border-color: #6EBF3A;
}
</style>