Shades of Apple #6DDA3D
Tints of Apple #6DDA3D
RGB
CMYK
RGB Variations
Color information
#6DDA3D (or 0x6DDA3D) is known color: Apple. HEX triplet: 6D, DA and 3D. RGB value is (109,218,61). Sum of RGB (Red+Green+Blue) = 109+218+61=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 218 (85.55% from 255 or 56.19% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DDA3D is #9225C2. Grayscale: #A8A8A8. Windows color (decimal): -9577923 or 4053613. OLE color: 4053613.
HSL color Cylindrical-coordinate representation of color #6DDA3D: hue angle of 101.66º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6DDA3D is Cyan = 0.5, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 218 | 61 | - |
| CMYK | 0.5 | 0 | 0.72 | 0.15 |
| HSL | 101.66º | 0.68% | 0.55% | - |
| HSV(B) | 101.66º | 0.72% | 0.85% | - |
| XYZ | 32.22 | 53.73 | 13.09 | - |
| YUV | 167.51 | 67.89 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 61 | 0.5 | 0 | 0.72 | 0.15 | 101.66 | 0.68 | 0.55 |
| Hex | 6D | DA | 3D | 32 | 0 | 48 | F | 66 | 44 | 37 |
| Octal | 155 | 332 | 75 | 62 | 0 | 110 | 17 | 146 | 104 | 67 |
| Binary | 1101101 | 11011010 | 111101 | 110010 | 0 | 1001000 | 1111 | 1100110 | 1000100 | 110111 |
Color Harmonies of #6DDA3D
Complementary color
Monochromatic Colors of #6DDA3D
Black with #6DDA3D
Text Example
Text Example
White with #6DDA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDA3D; }
p { color: rgb(109,218,61); }
H1.HeaderClassName
{
color: #6DDA3D;
}
.AnyTagClassName
{
color: #6DDA3D;
}
</style>
background-color css
<style>
a { background-color: #6DDA3D; }
a { background-color: rgb(109,218,61); }
div.DivClassName
{
background-color: #6DDA3D;
}
.BgClassName
{
background-color: #6DDA3D;
}
</style>
border-color css
<style>
span { border-color: #6DDA3D; }
span { border-color: rgb(109,218,61); }
td.TdClassName
{
border-color: #6DDA3D;
}
.TagClassName
{
border-color: #6DDA3D;
}
</style>