Shades of Apple #6DD346
Tints of Apple #6DD346
RGB
CMYK
RGB Variations
Color information
#6DD346 (or 0x6DD346) is known color: Apple. HEX triplet: 6D, D3 and 46. RGB value is (109,211,70). Sum of RGB (Red+Green+Blue) = 109+211+70=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 211 (82.81% from 255 or 54.10% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 211 - color contains mainly: green. Hex color #6DD346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DD346 is #922CB9. Grayscale: #A4A4A4. Windows color (decimal): -9579706 or 4641645. OLE color: 4641645.
HSL color Cylindrical-coordinate representation of color #6DD346: hue angle of 103.4º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6DD346 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 109 | 211 | 70 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.17 |
| HSL | 103.4º | 0.62% | 0.55% | - |
| HSV(B) | 103.4º | 0.67% | 0.83% | - |
| XYZ | 30.71 | 50.28 | 13.88 | - |
| YUV | 164.43 | 74.71 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 211 | 70 | 0.48 | 0 | 0.67 | 0.17 | 103.4 | 0.62 | 0.55 |
| Hex | 6D | D3 | 46 | 30 | 0 | 43 | 11 | 67 | 3E | 37 |
| Octal | 155 | 323 | 106 | 60 | 0 | 103 | 21 | 147 | 76 | 67 |
| Binary | 1101101 | 11010011 | 1000110 | 110000 | 0 | 1000011 | 10001 | 1100111 | 111110 | 110111 |
Color Harmonies of #6DD346
Complementary color
Monochromatic Colors of #6DD346
Black with #6DD346
Text Example
Text Example
White with #6DD346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD346; }
p { color: rgb(109,211,70); }
H1.HeaderClassName
{
color: #6DD346;
}
.AnyTagClassName
{
color: #6DD346;
}
</style>
background-color css
<style>
a { background-color: #6DD346; }
a { background-color: rgb(109,211,70); }
div.DivClassName
{
background-color: #6DD346;
}
.BgClassName
{
background-color: #6DD346;
}
</style>
border-color css
<style>
span { border-color: #6DD346; }
span { border-color: rgb(109,211,70); }
td.TdClassName
{
border-color: #6DD346;
}
.TagClassName
{
border-color: #6DD346;
}
</style>