Shades of Apple #6EBF4B
Tints of Apple #6EBF4B
RGB
CMYK
RGB Variations
Color information
#6EBF4B (or 0x6EBF4B) is known color: Apple. HEX triplet: 6E, BF and 4B. RGB value is (110,191,75). Sum of RGB (Red+Green+Blue) = 110+191+75=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #6EBF4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBF4B is #9140B4. Grayscale: #999999. Windows color (decimal): -9519285 or 4964206. OLE color: 4964206.
HSL color Cylindrical-coordinate representation of color #6EBF4B: hue angle of 101.9º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6EBF4B is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 191 | 75 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.25 |
| HSL | 101.9º | 0.48% | 0.52% | - |
| HSV(B) | 101.9º | 0.61% | 0.75% | - |
| XYZ | 26.33 | 41.08 | 13.2 | - |
| YUV | 153.56 | 83.66 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 191 | 75 | 0.42 | 0 | 0.61 | 0.25 | 101.9 | 0.48 | 0.52 |
| Hex | 6E | BF | 4B | 2A | 0 | 3D | 19 | 66 | 30 | 34 |
| Octal | 156 | 277 | 113 | 52 | 0 | 75 | 31 | 146 | 60 | 64 |
| Binary | 1101110 | 10111111 | 1001011 | 101010 | 0 | 111101 | 11001 | 1100110 | 110000 | 110100 |
Color Harmonies of #6EBF4B
Complementary color
Monochromatic Colors of #6EBF4B
Black with #6EBF4B
Text Example
Text Example
White with #6EBF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBF4B; }
p { color: rgb(110,191,75); }
H1.HeaderClassName
{
color: #6EBF4B;
}
.AnyTagClassName
{
color: #6EBF4B;
}
</style>
background-color css
<style>
a { background-color: #6EBF4B; }
a { background-color: rgb(110,191,75); }
div.DivClassName
{
background-color: #6EBF4B;
}
.BgClassName
{
background-color: #6EBF4B;
}
</style>
border-color css
<style>
span { border-color: #6EBF4B; }
span { border-color: rgb(110,191,75); }
td.TdClassName
{
border-color: #6EBF4B;
}
.TagClassName
{
border-color: #6EBF4B;
}
</style>