Shades of Apple #6DDF32
Tints of Apple #6DDF32
RGB
CMYK
RGB Variations
Color information
#6DDF32 (or 0x6DDF32) is known color: Apple. HEX triplet: 6D, DF and 32. RGB value is (109,223,50). Sum of RGB (Red+Green+Blue) = 109+223+50=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 223 (87.5% from 255 or 58.38% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 223 - color contains mainly: green. Hex color #6DDF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DDF32 is #9220CD. Grayscale: #A9A9A9. Windows color (decimal): -9576654 or 3333997. OLE color: 3333997.
HSL color Cylindrical-coordinate representation of color #6DDF32: hue angle of 99.54º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6DDF32 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 223 | 50 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.13 |
| HSL | 99.54º | 0.73% | 0.54% | - |
| HSV(B) | 99.54º | 0.78% | 0.87% | - |
| XYZ | 33.27 | 56.26 | 12.12 | - |
| YUV | 169.19 | 60.73 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 223 | 50 | 0.51 | 0 | 0.78 | 0.13 | 99.54 | 0.73 | 0.54 |
| Hex | 6D | DF | 32 | 33 | 0 | 4E | D | 64 | 49 | 36 |
| Octal | 155 | 337 | 62 | 63 | 0 | 116 | 15 | 144 | 111 | 66 |
| Binary | 1101101 | 11011111 | 110010 | 110011 | 0 | 1001110 | 1101 | 1100100 | 1001001 | 110110 |
Color Harmonies of #6DDF32
Complementary color
Monochromatic Colors of #6DDF32
Black with #6DDF32
Text Example
Text Example
White with #6DDF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDF32; }
p { color: rgb(109,223,50); }
H1.HeaderClassName
{
color: #6DDF32;
}
.AnyTagClassName
{
color: #6DDF32;
}
</style>
background-color css
<style>
a { background-color: #6DDF32; }
a { background-color: rgb(109,223,50); }
div.DivClassName
{
background-color: #6DDF32;
}
.BgClassName
{
background-color: #6DDF32;
}
</style>
border-color css
<style>
span { border-color: #6DDF32; }
span { border-color: rgb(109,223,50); }
td.TdClassName
{
border-color: #6DDF32;
}
.TagClassName
{
border-color: #6DDF32;
}
</style>