Shades of Apple #6DDA2C
Tints of Apple #6DDA2C
RGB
CMYK
RGB Variations
Color information
#6DDA2C (or 0x6DDA2C) is known color: Apple. HEX triplet: 6D, DA and 2C. RGB value is (109,218,44). Sum of RGB (Red+Green+Blue) = 109+218+44=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 218 (85.55% from 255 or 58.76% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDA2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DDA2C is #9225D3. Grayscale: #A6A6A6. Windows color (decimal): -9577940 or 2939501. OLE color: 2939501.
HSL color Cylindrical-coordinate representation of color #6DDA2C: hue angle of 97.59º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6DDA2C is Cyan = 0.5, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 218 | 44 | - |
| CMYK | 0.5 | 0 | 0.80 | 0.15 |
| HSL | 97.59º | 0.7% | 0.51% | - |
| HSV(B) | 97.59º | 0.8% | 0.85% | - |
| XYZ | 31.83 | 53.58 | 11.05 | - |
| YUV | 165.57 | 59.39 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 44 | 0.5 | 0 | 0.80 | 0.15 | 97.59 | 0.7 | 0.51 |
| Hex | 6D | DA | 2C | 32 | 0 | 50 | F | 62 | 46 | 33 |
| Octal | 155 | 332 | 54 | 62 | 0 | 120 | 17 | 142 | 106 | 63 |
| Binary | 1101101 | 11011010 | 101100 | 110010 | 0 | 1010000 | 1111 | 1100010 | 1000110 | 110011 |
Color Harmonies of #6DDA2C
Complementary color
Monochromatic Colors of #6DDA2C
Black with #6DDA2C
Text Example
Text Example
White with #6DDA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDA2C; }
p { color: rgb(109,218,44); }
H1.HeaderClassName
{
color: #6DDA2C;
}
.AnyTagClassName
{
color: #6DDA2C;
}
</style>
background-color css
<style>
a { background-color: #6DDA2C; }
a { background-color: rgb(109,218,44); }
div.DivClassName
{
background-color: #6DDA2C;
}
.BgClassName
{
background-color: #6DDA2C;
}
</style>
border-color css
<style>
span { border-color: #6DDA2C; }
span { border-color: rgb(109,218,44); }
td.TdClassName
{
border-color: #6DDA2C;
}
.TagClassName
{
border-color: #6DDA2C;
}
</style>