Shades of Apple #6DD73F
Tints of Apple #6DD73F
RGB
CMYK
RGB Variations
Color information
#6DD73F (or 0x6DD73F) is known color: Apple. HEX triplet: 6D, D7 and 3F. RGB value is (109,215,63). Sum of RGB (Red+Green+Blue) = 109+215+63=387 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.17% from 387); Green value is 215 (84.38% from 255 or 55.56% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 215 - color contains mainly: green. Hex color #6DD73F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DD73F is #9228C0. Grayscale: #A6A6A6. Windows color (decimal): -9578689 or 4183917. OLE color: 4183917.
HSL color Cylindrical-coordinate representation of color #6DD73F: hue angle of 101.84º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6DD73F is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 215 | 63 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.16 |
| HSL | 101.84º | 0.66% | 0.55% | - |
| HSV(B) | 101.84º | 0.71% | 0.84% | - |
| XYZ | 31.5 | 52.21 | 13.12 | - |
| YUV | 165.98 | 69.88 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 215 | 63 | 0.49 | 0 | 0.71 | 0.16 | 101.84 | 0.66 | 0.55 |
| Hex | 6D | D7 | 3F | 31 | 0 | 47 | 10 | 66 | 42 | 37 |
| Octal | 155 | 327 | 77 | 61 | 0 | 107 | 20 | 146 | 102 | 67 |
| Binary | 1101101 | 11010111 | 111111 | 110001 | 0 | 1000111 | 10000 | 1100110 | 1000010 | 110111 |
Color Harmonies of #6DD73F
Complementary color
Monochromatic Colors of #6DD73F
Black with #6DD73F
Text Example
Text Example
White with #6DD73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD73F; }
p { color: rgb(109,215,63); }
H1.HeaderClassName
{
color: #6DD73F;
}
.AnyTagClassName
{
color: #6DD73F;
}
</style>
background-color css
<style>
a { background-color: #6DD73F; }
a { background-color: rgb(109,215,63); }
div.DivClassName
{
background-color: #6DD73F;
}
.BgClassName
{
background-color: #6DD73F;
}
</style>
border-color css
<style>
span { border-color: #6DD73F; }
span { border-color: rgb(109,215,63); }
td.TdClassName
{
border-color: #6DD73F;
}
.TagClassName
{
border-color: #6DD73F;
}
</style>