Shades of Apple #6DD041
Tints of Apple #6DD041
RGB
CMYK
RGB Variations
Color information
#6DD041 (or 0x6DD041) is known color: Apple. HEX triplet: 6D, D0 and 41. RGB value is (109,208,65). Sum of RGB (Red+Green+Blue) = 109+208+65=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 208 (81.64% from 255 or 54.45% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 208 - color contains mainly: green. Hex color #6DD041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DD041 is #922FBE. Grayscale: #A2A2A2. Windows color (decimal): -9580479 or 4313197. OLE color: 4313197.
HSL color Cylindrical-coordinate representation of color #6DD041: hue angle of 101.54º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6DD041 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 208 | 65 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.18 |
| HSL | 101.54º | 0.6% | 0.54% | - |
| HSV(B) | 101.54º | 0.69% | 0.82% | - |
| XYZ | 29.82 | 48.74 | 12.84 | - |
| YUV | 162.1 | 73.2 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 208 | 65 | 0.48 | 0 | 0.69 | 0.18 | 101.54 | 0.6 | 0.54 |
| Hex | 6D | D0 | 41 | 30 | 0 | 45 | 12 | 66 | 3C | 36 |
| Octal | 155 | 320 | 101 | 60 | 0 | 105 | 22 | 146 | 74 | 66 |
| Binary | 1101101 | 11010000 | 1000001 | 110000 | 0 | 1000101 | 10010 | 1100110 | 111100 | 110110 |
Color Harmonies of #6DD041
Complementary color
Monochromatic Colors of #6DD041
Black with #6DD041
Text Example
Text Example
White with #6DD041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD041; }
p { color: rgb(109,208,65); }
H1.HeaderClassName
{
color: #6DD041;
}
.AnyTagClassName
{
color: #6DD041;
}
</style>
background-color css
<style>
a { background-color: #6DD041; }
a { background-color: rgb(109,208,65); }
div.DivClassName
{
background-color: #6DD041;
}
.BgClassName
{
background-color: #6DD041;
}
</style>
border-color css
<style>
span { border-color: #6DD041; }
span { border-color: rgb(109,208,65); }
td.TdClassName
{
border-color: #6DD041;
}
.TagClassName
{
border-color: #6DD041;
}
</style>