Shades of Apple #6EDD30
Tints of Apple #6EDD30
RGB
CMYK
RGB Variations
Color information
#6EDD30 (or 0x6EDD30) is known color: Apple. HEX triplet: 6E, DD and 30. RGB value is (110,221,48). Sum of RGB (Red+Green+Blue) = 110+221+48=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 221 (86.72% from 255 or 58.31% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDD30 is #9122CF. Grayscale: #A8A8A8. Windows color (decimal): -9511632 or 3202414. OLE color: 3202414.
HSL color Cylindrical-coordinate representation of color #6EDD30: hue angle of 98.5º degrees, saturation: 0.72, 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 #6EDD30 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 221 | 48 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.13 |
| HSL | 98.5º | 0.72% | 0.53% | - |
| HSV(B) | 98.5º | 0.78% | 0.87% | - |
| XYZ | 32.82 | 55.24 | 11.73 | - |
| YUV | 168.09 | 60.23 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 221 | 48 | 0.50 | 0 | 0.78 | 0.13 | 98.5 | 0.72 | 0.53 |
| Hex | 6E | DD | 30 | 32 | 0 | 4E | D | 62 | 48 | 35 |
| Octal | 156 | 335 | 60 | 62 | 0 | 116 | 15 | 142 | 110 | 65 |
| Binary | 1101110 | 11011101 | 110000 | 110010 | 0 | 1001110 | 1101 | 1100010 | 1001000 | 110101 |
Color Harmonies of #6EDD30
Complementary color
Monochromatic Colors of #6EDD30
Black with #6EDD30
Text Example
Text Example
White with #6EDD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDD30; }
p { color: rgb(110,221,48); }
H1.HeaderClassName
{
color: #6EDD30;
}
.AnyTagClassName
{
color: #6EDD30;
}
</style>
background-color css
<style>
a { background-color: #6EDD30; }
a { background-color: rgb(110,221,48); }
div.DivClassName
{
background-color: #6EDD30;
}
.BgClassName
{
background-color: #6EDD30;
}
</style>
border-color css
<style>
span { border-color: #6EDD30; }
span { border-color: rgb(110,221,48); }
td.TdClassName
{
border-color: #6EDD30;
}
.TagClassName
{
border-color: #6EDD30;
}
</style>