Shades of Apple #6EDC30
Tints of Apple #6EDC30
RGB
CMYK
RGB Variations
Color information
#6EDC30 (or 0x6EDC30) is known color: Apple. HEX triplet: 6E, DC and 30. RGB value is (110,220,48). Sum of RGB (Red+Green+Blue) = 110+220+48=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 220 (86.33% from 255 or 58.20% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDC30 is #9123CF. Grayscale: #A8A8A8. Windows color (decimal): -9511888 or 3202158. OLE color: 3202158.
HSL color Cylindrical-coordinate representation of color #6EDC30: hue angle of 98.37º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6EDC30 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 220 | 48 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.14 |
| HSL | 98.37º | 0.71% | 0.53% | - |
| HSV(B) | 98.37º | 0.78% | 0.86% | - |
| XYZ | 32.56 | 54.71 | 11.64 | - |
| YUV | 167.5 | 60.56 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 220 | 48 | 0.50 | 0 | 0.78 | 0.14 | 98.37 | 0.71 | 0.53 |
| Hex | 6E | DC | 30 | 32 | 0 | 4E | E | 62 | 47 | 35 |
| Octal | 156 | 334 | 60 | 62 | 0 | 116 | 16 | 142 | 107 | 65 |
| Binary | 1101110 | 11011100 | 110000 | 110010 | 0 | 1001110 | 1110 | 1100010 | 1000111 | 110101 |
Color Harmonies of #6EDC30
Complementary color
Monochromatic Colors of #6EDC30
Black with #6EDC30
Text Example
Text Example
White with #6EDC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDC30; }
p { color: rgb(110,220,48); }
H1.HeaderClassName
{
color: #6EDC30;
}
.AnyTagClassName
{
color: #6EDC30;
}
</style>
background-color css
<style>
a { background-color: #6EDC30; }
a { background-color: rgb(110,220,48); }
div.DivClassName
{
background-color: #6EDC30;
}
.BgClassName
{
background-color: #6EDC30;
}
</style>
border-color css
<style>
span { border-color: #6EDC30; }
span { border-color: rgb(110,220,48); }
td.TdClassName
{
border-color: #6EDC30;
}
.TagClassName
{
border-color: #6EDC30;
}
</style>