Shades of Apple #6EDF32
Tints of Apple #6EDF32
RGB
CMYK
RGB Variations
Color information
#6EDF32 (or 0x6EDF32) is known color: Apple. HEX triplet: 6E, DF and 32. RGB value is (110,223,50). Sum of RGB (Red+Green+Blue) = 110+223+50=383 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.72% from 383); Green value is 223 (87.5% from 255 or 58.22% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDF32 is #9120CD. Grayscale: #AAAAAA. Windows color (decimal): -9511118 or 3333998. OLE color: 3333998.
HSL color Cylindrical-coordinate representation of color #6EDF32: hue angle of 99.19º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6EDF32 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 223 | 50 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.13 |
| HSL | 99.19º | 0.73% | 0.54% | - |
| HSV(B) | 99.19º | 0.78% | 0.87% | - |
| XYZ | 33.39 | 56.32 | 12.13 | - |
| YUV | 169.49 | 60.56 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 223 | 50 | 0.51 | 0 | 0.78 | 0.13 | 99.19 | 0.73 | 0.54 |
| Hex | 6E | DF | 32 | 33 | 0 | 4E | D | 63 | 49 | 36 |
| Octal | 156 | 337 | 62 | 63 | 0 | 116 | 15 | 143 | 111 | 66 |
| Binary | 1101110 | 11011111 | 110010 | 110011 | 0 | 1001110 | 1101 | 1100011 | 1001001 | 110110 |
Color Harmonies of #6EDF32
Complementary color
Monochromatic Colors of #6EDF32
Black with #6EDF32
Text Example
Text Example
White with #6EDF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDF32; }
p { color: rgb(110,223,50); }
H1.HeaderClassName
{
color: #6EDF32;
}
.AnyTagClassName
{
color: #6EDF32;
}
</style>
background-color css
<style>
a { background-color: #6EDF32; }
a { background-color: rgb(110,223,50); }
div.DivClassName
{
background-color: #6EDF32;
}
.BgClassName
{
background-color: #6EDF32;
}
</style>
border-color css
<style>
span { border-color: #6EDF32; }
span { border-color: rgb(110,223,50); }
td.TdClassName
{
border-color: #6EDF32;
}
.TagClassName
{
border-color: #6EDF32;
}
</style>