Shades of Apple #6EDF31
Tints of Apple #6EDF31
RGB
CMYK
RGB Variations
Color information
#6EDF31 (or 0x6EDF31) is known color: Apple. HEX triplet: 6E, DF and 31. RGB value is (110,223,49). Sum of RGB (Red+Green+Blue) = 110+223+49=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 223 (87.5% from 255 or 58.38% from 382); Blue value is 49 (19.53% from 255 or 12.83% from 382); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDF31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDF31 is #9120CE. Grayscale: #A9A9A9. Windows color (decimal): -9511119 or 3268462. OLE color: 3268462.
HSL color Cylindrical-coordinate representation of color #6EDF31: hue angle of 98.97º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6EDF31 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 223 | 49 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.13 |
| HSL | 98.97º | 0.73% | 0.53% | - |
| HSV(B) | 98.97º | 0.78% | 0.87% | - |
| XYZ | 33.37 | 56.31 | 12.02 | - |
| YUV | 169.38 | 60.06 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 223 | 49 | 0.51 | 0 | 0.78 | 0.13 | 98.97 | 0.73 | 0.53 |
| Hex | 6E | DF | 31 | 33 | 0 | 4E | D | 63 | 49 | 35 |
| Octal | 156 | 337 | 61 | 63 | 0 | 116 | 15 | 143 | 111 | 65 |
| Binary | 1101110 | 11011111 | 110001 | 110011 | 0 | 1001110 | 1101 | 1100011 | 1001001 | 110101 |
Color Harmonies of #6EDF31
Complementary color
Monochromatic Colors of #6EDF31
Black with #6EDF31
Text Example
Text Example
White with #6EDF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDF31; }
p { color: rgb(110,223,49); }
H1.HeaderClassName
{
color: #6EDF31;
}
.AnyTagClassName
{
color: #6EDF31;
}
</style>
background-color css
<style>
a { background-color: #6EDF31; }
a { background-color: rgb(110,223,49); }
div.DivClassName
{
background-color: #6EDF31;
}
.BgClassName
{
background-color: #6EDF31;
}
</style>
border-color css
<style>
span { border-color: #6EDF31; }
span { border-color: rgb(110,223,49); }
td.TdClassName
{
border-color: #6EDF31;
}
.TagClassName
{
border-color: #6EDF31;
}
</style>