Shades of Apple #6DDD31
Tints of Apple #6DDD31
RGB
CMYK
RGB Variations
Color information
#6DDD31 (or 0x6DDD31) is known color: Apple. HEX triplet: 6D, DD and 31. RGB value is (109,221,49). Sum of RGB (Red+Green+Blue) = 109+221+49=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 221 (86.72% from 255 or 58.31% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDD31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DDD31 is #9222CE. Grayscale: #A8A8A8. Windows color (decimal): -9577167 or 3267949. OLE color: 3267949.
HSL color Cylindrical-coordinate representation of color #6DDD31: hue angle of 99.07º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6DDD31 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 49 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.13 |
| HSL | 99.07º | 0.72% | 0.53% | - |
| HSV(B) | 99.07º | 0.78% | 0.87% | - |
| XYZ | 32.72 | 55.19 | 11.83 | - |
| YUV | 167.9 | 60.89 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 49 | 0.51 | 0 | 0.78 | 0.13 | 99.07 | 0.72 | 0.53 |
| Hex | 6D | DD | 31 | 33 | 0 | 4E | D | 63 | 48 | 35 |
| Octal | 155 | 335 | 61 | 63 | 0 | 116 | 15 | 143 | 110 | 65 |
| Binary | 1101101 | 11011101 | 110001 | 110011 | 0 | 1001110 | 1101 | 1100011 | 1001000 | 110101 |
Color Harmonies of #6DDD31
Complementary color
Monochromatic Colors of #6DDD31
Black with #6DDD31
Text Example
Text Example
White with #6DDD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDD31; }
p { color: rgb(109,221,49); }
H1.HeaderClassName
{
color: #6DDD31;
}
.AnyTagClassName
{
color: #6DDD31;
}
</style>
background-color css
<style>
a { background-color: #6DDD31; }
a { background-color: rgb(109,221,49); }
div.DivClassName
{
background-color: #6DDD31;
}
.BgClassName
{
background-color: #6DDD31;
}
</style>
border-color css
<style>
span { border-color: #6DDD31; }
span { border-color: rgb(109,221,49); }
td.TdClassName
{
border-color: #6DDD31;
}
.TagClassName
{
border-color: #6DDD31;
}
</style>