Shades of Apple #6DD441
Tints of Apple #6DD441
RGB
CMYK
RGB Variations
Color information
#6DD441 (or 0x6DD441) is known color: Apple. HEX triplet: 6D, D4 and 41. RGB value is (109,212,65). Sum of RGB (Red+Green+Blue) = 109+212+65=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 212 (83.20% from 255 or 54.92% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 212 - color contains mainly: green. Hex color #6DD441 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DD441 is #922BBE. Grayscale: #A4A4A4. Windows color (decimal): -9579455 or 4314221. OLE color: 4314221.
HSL color Cylindrical-coordinate representation of color #6DD441: hue angle of 102.04º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6DD441 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 109 | 212 | 65 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.17 |
| HSL | 102.04º | 0.63% | 0.54% | - |
| HSV(B) | 102.04º | 0.69% | 0.83% | - |
| XYZ | 30.8 | 50.72 | 13.17 | - |
| YUV | 164.45 | 71.88 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 212 | 65 | 0.49 | 0 | 0.69 | 0.17 | 102.04 | 0.63 | 0.54 |
| Hex | 6D | D4 | 41 | 31 | 0 | 45 | 11 | 66 | 3F | 36 |
| Octal | 155 | 324 | 101 | 61 | 0 | 105 | 21 | 146 | 77 | 66 |
| Binary | 1101101 | 11010100 | 1000001 | 110001 | 0 | 1000101 | 10001 | 1100110 | 111111 | 110110 |
Color Harmonies of #6DD441
Complementary color
Monochromatic Colors of #6DD441
Black with #6DD441
Text Example
Text Example
White with #6DD441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD441; }
p { color: rgb(109,212,65); }
H1.HeaderClassName
{
color: #6DD441;
}
.AnyTagClassName
{
color: #6DD441;
}
</style>
background-color css
<style>
a { background-color: #6DD441; }
a { background-color: rgb(109,212,65); }
div.DivClassName
{
background-color: #6DD441;
}
.BgClassName
{
background-color: #6DD441;
}
</style>
border-color css
<style>
span { border-color: #6DD441; }
span { border-color: rgb(109,212,65); }
td.TdClassName
{
border-color: #6DD441;
}
.TagClassName
{
border-color: #6DD441;
}
</style>