Shades of Apple #6DDD33
Tints of Apple #6DDD33
RGB
CMYK
RGB Variations
Color information
#6DDD33 (or 0x6DDD33) is known color: Apple. HEX triplet: 6D, DD and 33. RGB value is (109,221,51). Sum of RGB (Red+Green+Blue) = 109+221+51=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DDD33 is #9222CC. Grayscale: #A8A8A8. Windows color (decimal): -9577165 or 3399021. OLE color: 3399021.
HSL color Cylindrical-coordinate representation of color #6DDD33: hue angle of 99.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6DDD33 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 51 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.13 |
| HSL | 99.53º | 0.71% | 0.53% | - |
| HSV(B) | 99.53º | 0.77% | 0.87% | - |
| XYZ | 32.76 | 55.2 | 12.06 | - |
| YUV | 168.13 | 61.89 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 51 | 0.51 | 0 | 0.77 | 0.13 | 99.53 | 0.71 | 0.53 |
| Hex | 6D | DD | 33 | 33 | 0 | 4D | D | 64 | 47 | 35 |
| Octal | 155 | 335 | 63 | 63 | 0 | 115 | 15 | 144 | 107 | 65 |
| Binary | 1101101 | 11011101 | 110011 | 110011 | 0 | 1001101 | 1101 | 1100100 | 1000111 | 110101 |
Color Harmonies of #6DDD33
Complementary color
Monochromatic Colors of #6DDD33
Black with #6DDD33
Text Example
Text Example
White with #6DDD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDD33; }
p { color: rgb(109,221,51); }
H1.HeaderClassName
{
color: #6DDD33;
}
.AnyTagClassName
{
color: #6DDD33;
}
</style>
background-color css
<style>
a { background-color: #6DDD33; }
a { background-color: rgb(109,221,51); }
div.DivClassName
{
background-color: #6DDD33;
}
.BgClassName
{
background-color: #6DDD33;
}
</style>
border-color css
<style>
span { border-color: #6DDD33; }
span { border-color: rgb(109,221,51); }
td.TdClassName
{
border-color: #6DDD33;
}
.TagClassName
{
border-color: #6DDD33;
}
</style>