Shades of Apple #6EBE32
Tints of Apple #6EBE32
RGB
CMYK
RGB Variations
Color information
#6EBE32 (or 0x6EBE32) is known color: Apple. HEX triplet: 6E, BE and 32. RGB value is (110,190,50). Sum of RGB (Red+Green+Blue) = 110+190+50=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #6EBE32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBE32 is #9141CD. Grayscale: #969696. Windows color (decimal): -9519566 or 3325550. OLE color: 3325550.
HSL color Cylindrical-coordinate representation of color #6EBE32: hue angle of 94.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6EBE32 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 190 | 50 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.25 |
| HSL | 94.29º | 0.58% | 0.47% | - |
| HSV(B) | 94.29º | 0.74% | 0.75% | - |
| XYZ | 25.42 | 40.37 | 9.47 | - |
| YUV | 150.12 | 71.5 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 190 | 50 | 0.42 | 0 | 0.74 | 0.25 | 94.29 | 0.58 | 0.47 |
| Hex | 6E | BE | 32 | 2A | 0 | 4A | 19 | 5E | 3A | 2F |
| Octal | 156 | 276 | 62 | 52 | 0 | 112 | 31 | 136 | 72 | 57 |
| Binary | 1101110 | 10111110 | 110010 | 101010 | 0 | 1001010 | 11001 | 1011110 | 111010 | 101111 |
Color Harmonies of #6EBE32
Complementary color
Monochromatic Colors of #6EBE32
Black with #6EBE32
Text Example
Text Example
White with #6EBE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBE32; }
p { color: rgb(110,190,50); }
H1.HeaderClassName
{
color: #6EBE32;
}
.AnyTagClassName
{
color: #6EBE32;
}
</style>
background-color css
<style>
a { background-color: #6EBE32; }
a { background-color: rgb(110,190,50); }
div.DivClassName
{
background-color: #6EBE32;
}
.BgClassName
{
background-color: #6EBE32;
}
</style>
border-color css
<style>
span { border-color: #6EBE32; }
span { border-color: rgb(110,190,50); }
td.TdClassName
{
border-color: #6EBE32;
}
.TagClassName
{
border-color: #6EBE32;
}
</style>