Shades of Apple #6DDD37
Tints of Apple #6DDD37
RGB
CMYK
RGB Variations
Color information
#6DDD37 (or 0x6DDD37) is known color: Apple. HEX triplet: 6D, DD and 37. RGB value is (109,221,55). Sum of RGB (Red+Green+Blue) = 109+221+55=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDD37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DDD37 is #9222C8. Grayscale: #A9A9A9. Windows color (decimal): -9577161 or 3661165. OLE color: 3661165.
HSL color Cylindrical-coordinate representation of color #6DDD37: hue angle of 100.48º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6DDD37 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 55 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.13 |
| HSL | 100.48º | 0.71% | 0.54% | - |
| HSV(B) | 100.48º | 0.75% | 0.87% | - |
| XYZ | 32.85 | 55.24 | 12.55 | - |
| YUV | 168.59 | 63.89 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 55 | 0.51 | 0 | 0.75 | 0.13 | 100.48 | 0.71 | 0.54 |
| Hex | 6D | DD | 37 | 33 | 0 | 4B | D | 64 | 47 | 36 |
| Octal | 155 | 335 | 67 | 63 | 0 | 113 | 15 | 144 | 107 | 66 |
| Binary | 1101101 | 11011101 | 110111 | 110011 | 0 | 1001011 | 1101 | 1100100 | 1000111 | 110110 |
Color Harmonies of #6DDD37
Complementary color
Monochromatic Colors of #6DDD37
Black with #6DDD37
Text Example
Text Example
White with #6DDD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDD37; }
p { color: rgb(109,221,55); }
H1.HeaderClassName
{
color: #6DDD37;
}
.AnyTagClassName
{
color: #6DDD37;
}
</style>
background-color css
<style>
a { background-color: #6DDD37; }
a { background-color: rgb(109,221,55); }
div.DivClassName
{
background-color: #6DDD37;
}
.BgClassName
{
background-color: #6DDD37;
}
</style>
border-color css
<style>
span { border-color: #6DDD37; }
span { border-color: rgb(109,221,55); }
td.TdClassName
{
border-color: #6DDD37;
}
.TagClassName
{
border-color: #6DDD37;
}
</style>