Shades of Apple #6EC948
Tints of Apple #6EC948
RGB
CMYK
RGB Variations
Color information
#6EC948 (or 0x6EC948) is known color: Apple. HEX triplet: 6E, C9 and 48. RGB value is (110,201,72). Sum of RGB (Red+Green+Blue) = 110+201+72=383 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.72% from 383); Green value is 201 (78.91% from 255 or 52.48% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 201 - color contains mainly: green. Hex color #6EC948 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC948 is #9136B7. Grayscale: #9F9F9F. Windows color (decimal): -9516728 or 4770158. OLE color: 4770158.
HSL color Cylindrical-coordinate representation of color #6EC948: hue angle of 102.33º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6EC948 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 201 | 72 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.21 |
| HSL | 102.33º | 0.54% | 0.54% | - |
| HSV(B) | 102.33º | 0.64% | 0.79% | - |
| XYZ | 28.49 | 45.56 | 13.42 | - |
| YUV | 159.09 | 78.85 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 201 | 72 | 0.45 | 0 | 0.64 | 0.21 | 102.33 | 0.54 | 0.54 |
| Hex | 6E | C9 | 48 | 2D | 0 | 40 | 15 | 66 | 36 | 36 |
| Octal | 156 | 311 | 110 | 55 | 0 | 100 | 25 | 146 | 66 | 66 |
| Binary | 1101110 | 11001001 | 1001000 | 101101 | 0 | 1000000 | 10101 | 1100110 | 110110 | 110110 |
Color Harmonies of #6EC948
Complementary color
Monochromatic Colors of #6EC948
Black with #6EC948
Text Example
Text Example
White with #6EC948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC948; }
p { color: rgb(110,201,72); }
H1.HeaderClassName
{
color: #6EC948;
}
.AnyTagClassName
{
color: #6EC948;
}
</style>
background-color css
<style>
a { background-color: #6EC948; }
a { background-color: rgb(110,201,72); }
div.DivClassName
{
background-color: #6EC948;
}
.BgClassName
{
background-color: #6EC948;
}
</style>
border-color css
<style>
span { border-color: #6EC948; }
span { border-color: rgb(110,201,72); }
td.TdClassName
{
border-color: #6EC948;
}
.TagClassName
{
border-color: #6EC948;
}
</style>