Shades of Pastel Green #6DD281
Tints of Pastel Green #6DD281
RGB
CMYK
RGB Variations
Color information
#6DD281 (or 0x6DD281) is known color: Pastel Green. HEX triplet: 6D, D2 and 81. RGB value is (109,210,129). Sum of RGB (Red+Green+Blue) = 109+210+129=448 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.33% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #6DD281 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD281 is #922D7E. Grayscale: #AAAAAA. Windows color (decimal): -9579903 or 8508013. OLE color: 8508013.
HSL color Cylindrical-coordinate representation of color #6DD281: hue angle of 131.88º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD281 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 210 | 129 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.18 |
| HSL | 131.88º | 0.53% | 0.63% | - |
| HSV(B) | 131.88º | 0.48% | 0.82% | - |
| XYZ | 33.32 | 50.93 | 28.84 | - |
| YUV | 170.57 | 104.54 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 210 | 129 | 0.48 | 0 | 0.39 | 0.18 | 131.88 | 0.53 | 0.63 |
| Hex | 6D | D2 | 81 | 30 | 0 | 27 | 12 | 84 | 35 | 3F |
| Octal | 155 | 322 | 201 | 60 | 0 | 47 | 22 | 204 | 65 | 77 |
| Binary | 1101101 | 11010010 | 10000001 | 110000 | 0 | 100111 | 10010 | 10000100 | 110101 | 111111 |
Color Harmonies of #6DD281
Complementary color
Monochromatic Colors of #6DD281
Black with #6DD281
Text Example
Text Example
White with #6DD281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD281; }
p { color: rgb(109,210,129); }
H1.HeaderClassName
{
color: #6DD281;
}
.AnyTagClassName
{
color: #6DD281;
}
</style>
background-color css
<style>
a { background-color: #6DD281; }
a { background-color: rgb(109,210,129); }
div.DivClassName
{
background-color: #6DD281;
}
.BgClassName
{
background-color: #6DD281;
}
</style>
border-color css
<style>
span { border-color: #6DD281; }
span { border-color: rgb(109,210,129); }
td.TdClassName
{
border-color: #6DD281;
}
.TagClassName
{
border-color: #6DD281;
}
</style>