Shades of Apple #6EDF2D
Tints of Apple #6EDF2D
RGB
CMYK
RGB Variations
Color information
#6EDF2D (or 0x6EDF2D) is known color: Apple. HEX triplet: 6E, DF and 2D. RGB value is (110,223,45). Sum of RGB (Red+Green+Blue) = 110+223+45=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 223 (87.5% from 255 or 58.99% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDF2D is #9120D2. Grayscale: #A9A9A9. Windows color (decimal): -9511123 or 3006318. OLE color: 3006318.
HSL color Cylindrical-coordinate representation of color #6EDF2D: hue angle of 98.09º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6EDF2D is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 223 | 45 | - |
| CMYK | 0.51 | 0 | 0.80 | 0.13 |
| HSL | 98.09º | 0.74% | 0.53% | - |
| HSV(B) | 98.09º | 0.8% | 0.87% | - |
| XYZ | 33.29 | 56.28 | 11.59 | - |
| YUV | 168.92 | 58.06 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 223 | 45 | 0.51 | 0 | 0.80 | 0.13 | 98.09 | 0.74 | 0.53 |
| Hex | 6E | DF | 2D | 33 | 0 | 50 | D | 62 | 4A | 35 |
| Octal | 156 | 337 | 55 | 63 | 0 | 120 | 15 | 142 | 112 | 65 |
| Binary | 1101110 | 11011111 | 101101 | 110011 | 0 | 1010000 | 1101 | 1100010 | 1001010 | 110101 |
Color Harmonies of #6EDF2D
Complementary color
Monochromatic Colors of #6EDF2D
Black with #6EDF2D
Text Example
Text Example
White with #6EDF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDF2D; }
p { color: rgb(110,223,45); }
H1.HeaderClassName
{
color: #6EDF2D;
}
.AnyTagClassName
{
color: #6EDF2D;
}
</style>
background-color css
<style>
a { background-color: #6EDF2D; }
a { background-color: rgb(110,223,45); }
div.DivClassName
{
background-color: #6EDF2D;
}
.BgClassName
{
background-color: #6EDF2D;
}
</style>
border-color css
<style>
span { border-color: #6EDF2D; }
span { border-color: rgb(110,223,45); }
td.TdClassName
{
border-color: #6EDF2D;
}
.TagClassName
{
border-color: #6EDF2D;
}
</style>