Shades of Apple #6ED148
Tints of Apple #6ED148
RGB
CMYK
RGB Variations
Color information
#6ED148 (or 0x6ED148) is known color: Apple. HEX triplet: 6E, D1 and 48. RGB value is (110,209,72). Sum of RGB (Red+Green+Blue) = 110+209+72=391 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.13% from 391); Green value is 209 (82.03% from 255 or 53.45% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 209 - color contains mainly: green. Hex color #6ED148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED148 is #912EB7. Grayscale: #A4A4A4. Windows color (decimal): -9514680 or 4772206. OLE color: 4772206.
HSL color Cylindrical-coordinate representation of color #6ED148: hue angle of 103.36º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6ED148 is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 209 | 72 | - |
| CMYK | 0.47 | 0 | 0.66 | 0.18 |
| HSL | 103.36º | 0.6% | 0.55% | - |
| HSV(B) | 103.36º | 0.66% | 0.82% | - |
| XYZ | 30.4 | 49.38 | 14.06 | - |
| YUV | 163.78 | 76.2 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 209 | 72 | 0.47 | 0 | 0.66 | 0.18 | 103.36 | 0.6 | 0.55 |
| Hex | 6E | D1 | 48 | 2F | 0 | 42 | 12 | 67 | 3C | 37 |
| Octal | 156 | 321 | 110 | 57 | 0 | 102 | 22 | 147 | 74 | 67 |
| Binary | 1101110 | 11010001 | 1001000 | 101111 | 0 | 1000010 | 10010 | 1100111 | 111100 | 110111 |
Color Harmonies of #6ED148
Complementary color
Monochromatic Colors of #6ED148
Black with #6ED148
Text Example
Text Example
White with #6ED148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED148; }
p { color: rgb(110,209,72); }
H1.HeaderClassName
{
color: #6ED148;
}
.AnyTagClassName
{
color: #6ED148;
}
</style>
background-color css
<style>
a { background-color: #6ED148; }
a { background-color: rgb(110,209,72); }
div.DivClassName
{
background-color: #6ED148;
}
.BgClassName
{
background-color: #6ED148;
}
</style>
border-color css
<style>
span { border-color: #6ED148; }
span { border-color: rgb(110,209,72); }
td.TdClassName
{
border-color: #6ED148;
}
.TagClassName
{
border-color: #6ED148;
}
</style>