Shades of Apple #6ED230
Tints of Apple #6ED230
RGB
CMYK
RGB Variations
Color information
#6ED230 (or 0x6ED230) is known color: Apple. HEX triplet: 6E, D2 and 30. RGB value is (110,210,48). Sum of RGB (Red+Green+Blue) = 110+210+48=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 210 (82.42% from 255 or 57.07% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED230 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED230 is #912DCF. Grayscale: #A2A2A2. Windows color (decimal): -9514448 or 3199598. OLE color: 3199598.
HSL color Cylindrical-coordinate representation of color #6ED230: hue angle of 97.04º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6ED230 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 210 | 48 | - |
| CMYK | 0.48 | 0 | 0.77 | 0.18 |
| HSL | 97.04º | 0.64% | 0.51% | - |
| HSV(B) | 97.04º | 0.77% | 0.82% | - |
| XYZ | 30.01 | 49.62 | 10.79 | - |
| YUV | 161.63 | 63.87 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 210 | 48 | 0.48 | 0 | 0.77 | 0.18 | 97.04 | 0.64 | 0.51 |
| Hex | 6E | D2 | 30 | 30 | 0 | 4D | 12 | 61 | 40 | 33 |
| Octal | 156 | 322 | 60 | 60 | 0 | 115 | 22 | 141 | 100 | 63 |
| Binary | 1101110 | 11010010 | 110000 | 110000 | 0 | 1001101 | 10010 | 1100001 | 1000000 | 110011 |
Color Harmonies of #6ED230
Complementary color
Monochromatic Colors of #6ED230
Black with #6ED230
Text Example
Text Example
White with #6ED230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED230; }
p { color: rgb(110,210,48); }
H1.HeaderClassName
{
color: #6ED230;
}
.AnyTagClassName
{
color: #6ED230;
}
</style>
background-color css
<style>
a { background-color: #6ED230; }
a { background-color: rgb(110,210,48); }
div.DivClassName
{
background-color: #6ED230;
}
.BgClassName
{
background-color: #6ED230;
}
</style>
border-color css
<style>
span { border-color: #6ED230; }
span { border-color: rgb(110,210,48); }
td.TdClassName
{
border-color: #6ED230;
}
.TagClassName
{
border-color: #6ED230;
}
</style>