Shades of Pastel Green #6DD271
Tints of Pastel Green #6DD271
RGB
CMYK
RGB Variations
Color information
#6DD271 (or 0x6DD271) is known color: Pastel Green. HEX triplet: 6D, D2 and 71. RGB value is (109,210,113). Sum of RGB (Red+Green+Blue) = 109+210+113=432 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.23% from 432); Green value is 210 (82.42% from 255 or 48.61% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 210 - color contains mainly: green. Hex color #6DD271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD271 is #922D8E. Grayscale: #A9A9A9. Windows color (decimal): -9579919 or 7459437. OLE color: 7459437.
HSL color Cylindrical-coordinate representation of color #6DD271: hue angle of 122.38º 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 #6DD271 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 210 | 113 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.18 |
| HSL | 122.38º | 0.53% | 0.63% | - |
| HSV(B) | 122.38º | 0.48% | 0.82% | - |
| XYZ | 32.33 | 50.54 | 23.67 | - |
| YUV | 168.74 | 96.54 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 210 | 113 | 0.48 | 0 | 0.46 | 0.18 | 122.38 | 0.53 | 0.63 |
| Hex | 6D | D2 | 71 | 30 | 0 | 2E | 12 | 7A | 35 | 3F |
| Octal | 155 | 322 | 161 | 60 | 0 | 56 | 22 | 172 | 65 | 77 |
| Binary | 1101101 | 11010010 | 1110001 | 110000 | 0 | 101110 | 10010 | 1111010 | 110101 | 111111 |
Color Harmonies of #6DD271
Complementary color
Monochromatic Colors of #6DD271
Black with #6DD271
Text Example
Text Example
White with #6DD271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD271; }
p { color: rgb(109,210,113); }
H1.HeaderClassName
{
color: #6DD271;
}
.AnyTagClassName
{
color: #6DD271;
}
</style>
background-color css
<style>
a { background-color: #6DD271; }
a { background-color: rgb(109,210,113); }
div.DivClassName
{
background-color: #6DD271;
}
.BgClassName
{
background-color: #6DD271;
}
</style>
border-color css
<style>
span { border-color: #6DD271; }
span { border-color: rgb(109,210,113); }
td.TdClassName
{
border-color: #6DD271;
}
.TagClassName
{
border-color: #6DD271;
}
</style>