Shades of Apple #6DD73D
Tints of Apple #6DD73D
RGB
CMYK
RGB Variations
Color information
#6DD73D (or 0x6DD73D) is known color: Apple. HEX triplet: 6D, D7 and 3D. RGB value is (109,215,61). Sum of RGB (Red+Green+Blue) = 109+215+61=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #6DD73D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DD73D is #9228C2. Grayscale: #A6A6A6. Windows color (decimal): -9578691 or 4052845. OLE color: 4052845.
HSL color Cylindrical-coordinate representation of color #6DD73D: hue angle of 101.3º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6DD73D is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 215 | 61 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.16 |
| HSL | 101.3º | 0.66% | 0.54% | - |
| HSV(B) | 101.3º | 0.72% | 0.84% | - |
| XYZ | 31.45 | 52.19 | 12.83 | - |
| YUV | 165.75 | 68.88 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 215 | 61 | 0.49 | 0 | 0.72 | 0.16 | 101.3 | 0.66 | 0.54 |
| Hex | 6D | D7 | 3D | 31 | 0 | 48 | 10 | 65 | 42 | 36 |
| Octal | 155 | 327 | 75 | 61 | 0 | 110 | 20 | 145 | 102 | 66 |
| Binary | 1101101 | 11010111 | 111101 | 110001 | 0 | 1001000 | 10000 | 1100101 | 1000010 | 110110 |
Color Harmonies of #6DD73D
Complementary color
Monochromatic Colors of #6DD73D
Black with #6DD73D
Text Example
Text Example
White with #6DD73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD73D; }
p { color: rgb(109,215,61); }
H1.HeaderClassName
{
color: #6DD73D;
}
.AnyTagClassName
{
color: #6DD73D;
}
</style>
background-color css
<style>
a { background-color: #6DD73D; }
a { background-color: rgb(109,215,61); }
div.DivClassName
{
background-color: #6DD73D;
}
.BgClassName
{
background-color: #6DD73D;
}
</style>
border-color css
<style>
span { border-color: #6DD73D; }
span { border-color: rgb(109,215,61); }
td.TdClassName
{
border-color: #6DD73D;
}
.TagClassName
{
border-color: #6DD73D;
}
</style>