Shades of Apple #6ED930
Tints of Apple #6ED930
RGB
CMYK
RGB Variations
Color information
#6ED930 (or 0x6ED930) is known color: Apple. HEX triplet: 6E, D9 and 30. RGB value is (110,217,48). Sum of RGB (Red+Green+Blue) = 110+217+48=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 217 (85.16% from 255 or 57.87% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED930 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED930 is #9126CF. Grayscale: #A6A6A6. Windows color (decimal): -9512656 or 3201390. OLE color: 3201390.
HSL color Cylindrical-coordinate representation of color #6ED930: hue angle of 97.99º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6ED930 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 217 | 48 | - |
| CMYK | 0.49 | 0 | 0.78 | 0.15 |
| HSL | 97.99º | 0.69% | 0.52% | - |
| HSV(B) | 97.99º | 0.78% | 0.85% | - |
| XYZ | 31.78 | 53.15 | 11.38 | - |
| YUV | 165.74 | 61.55 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 217 | 48 | 0.49 | 0 | 0.78 | 0.15 | 97.99 | 0.69 | 0.52 |
| Hex | 6E | D9 | 30 | 31 | 0 | 4E | F | 62 | 45 | 34 |
| Octal | 156 | 331 | 60 | 61 | 0 | 116 | 17 | 142 | 105 | 64 |
| Binary | 1101110 | 11011001 | 110000 | 110001 | 0 | 1001110 | 1111 | 1100010 | 1000101 | 110100 |
Color Harmonies of #6ED930
Complementary color
Monochromatic Colors of #6ED930
Black with #6ED930
Text Example
Text Example
White with #6ED930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED930; }
p { color: rgb(110,217,48); }
H1.HeaderClassName
{
color: #6ED930;
}
.AnyTagClassName
{
color: #6ED930;
}
</style>
background-color css
<style>
a { background-color: #6ED930; }
a { background-color: rgb(110,217,48); }
div.DivClassName
{
background-color: #6ED930;
}
.BgClassName
{
background-color: #6ED930;
}
</style>
border-color css
<style>
span { border-color: #6ED930; }
span { border-color: rgb(110,217,48); }
td.TdClassName
{
border-color: #6ED930;
}
.TagClassName
{
border-color: #6ED930;
}
</style>