Shades of Apple #6DD82D
Tints of Apple #6DD82D
RGB
CMYK
RGB Variations
Color information
#6DD82D (or 0x6DD82D) is known color: Apple. HEX triplet: 6D, D8 and 2D. RGB value is (109,216,45). Sum of RGB (Red+Green+Blue) = 109+216+45=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 216 (84.77% from 255 or 58.38% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 216 - color contains mainly: green. Hex color #6DD82D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DD82D is #9227D2. Grayscale: #A5A5A5. Windows color (decimal): -9578451 or 3004525. OLE color: 3004525.
HSL color Cylindrical-coordinate representation of color #6DD82D: hue angle of 97.54º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6DD82D is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 216 | 45 | - |
| CMYK | 0.50 | 0 | 0.79 | 0.15 |
| HSL | 97.54º | 0.69% | 0.51% | - |
| HSV(B) | 97.54º | 0.79% | 0.85% | - |
| XYZ | 31.34 | 52.55 | 10.97 | - |
| YUV | 164.51 | 60.55 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 216 | 45 | 0.50 | 0 | 0.79 | 0.15 | 97.54 | 0.69 | 0.51 |
| Hex | 6D | D8 | 2D | 32 | 0 | 4F | F | 62 | 45 | 33 |
| Octal | 155 | 330 | 55 | 62 | 0 | 117 | 17 | 142 | 105 | 63 |
| Binary | 1101101 | 11011000 | 101101 | 110010 | 0 | 1001111 | 1111 | 1100010 | 1000101 | 110011 |
Color Harmonies of #6DD82D
Complementary color
Monochromatic Colors of #6DD82D
Black with #6DD82D
Text Example
Text Example
White with #6DD82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD82D; }
p { color: rgb(109,216,45); }
H1.HeaderClassName
{
color: #6DD82D;
}
.AnyTagClassName
{
color: #6DD82D;
}
</style>
background-color css
<style>
a { background-color: #6DD82D; }
a { background-color: rgb(109,216,45); }
div.DivClassName
{
background-color: #6DD82D;
}
.BgClassName
{
background-color: #6DD82D;
}
</style>
border-color css
<style>
span { border-color: #6DD82D; }
span { border-color: rgb(109,216,45); }
td.TdClassName
{
border-color: #6DD82D;
}
.TagClassName
{
border-color: #6DD82D;
}
</style>