Shades of Pastel Green #6DDD75
Tints of Pastel Green #6DDD75
RGB
CMYK
RGB Variations
Color information
#6DDD75 (or 0x6DDD75) is known color: Pastel Green. HEX triplet: 6D, DD and 75. RGB value is (109,221,117). Sum of RGB (Red+Green+Blue) = 109+221+117=447 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.38% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDD75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DDD75 is #92228A. Grayscale: #AFAFAF. Windows color (decimal): -9577099 or 7724397. OLE color: 7724397.
HSL color Cylindrical-coordinate representation of color #6DDD75: hue angle of 124.29º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDD75 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 117 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.13 |
| HSL | 124.29º | 0.62% | 0.65% | - |
| HSV(B) | 124.29º | 0.51% | 0.87% | - |
| XYZ | 35.37 | 56.25 | 25.82 | - |
| YUV | 175.66 | 94.89 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 117 | 0.51 | 0 | 0.47 | 0.13 | 124.29 | 0.62 | 0.65 |
| Hex | 6D | DD | 75 | 33 | 0 | 2F | D | 7C | 3E | 41 |
| Octal | 155 | 335 | 165 | 63 | 0 | 57 | 15 | 174 | 76 | 101 |
| Binary | 1101101 | 11011101 | 1110101 | 110011 | 0 | 101111 | 1101 | 1111100 | 111110 | 1000001 |
Color Harmonies of #6DDD75
Complementary color
Monochromatic Colors of #6DDD75
Black with #6DDD75
Text Example
Text Example
White with #6DDD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDD75; }
p { color: rgb(109,221,117); }
H1.HeaderClassName
{
color: #6DDD75;
}
.AnyTagClassName
{
color: #6DDD75;
}
</style>
background-color css
<style>
a { background-color: #6DDD75; }
a { background-color: rgb(109,221,117); }
div.DivClassName
{
background-color: #6DDD75;
}
.BgClassName
{
background-color: #6DDD75;
}
</style>
border-color css
<style>
span { border-color: #6DDD75; }
span { border-color: rgb(109,221,117); }
td.TdClassName
{
border-color: #6DDD75;
}
.TagClassName
{
border-color: #6DDD75;
}
</style>