Shades of Pastel Green #6DD27D
Tints of Pastel Green #6DD27D
RGB
CMYK
RGB Variations
Color information
#6DD27D (or 0x6DD27D) is known color: Pastel Green. HEX triplet: 6D, D2 and 7D. RGB value is (109,210,125). Sum of RGB (Red+Green+Blue) = 109+210+125=444 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.55% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 210 - color contains mainly: green. Hex color #6DD27D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD27D is #922D82. Grayscale: #AAAAAA. Windows color (decimal): -9579907 or 8245869. OLE color: 8245869.
HSL color Cylindrical-coordinate representation of color #6DD27D: hue angle of 129.5º 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 #6DD27D is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 210 | 125 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.18 |
| HSL | 129.5º | 0.53% | 0.63% | - |
| HSV(B) | 129.5º | 0.48% | 0.82% | - |
| XYZ | 33.05 | 50.83 | 27.47 | - |
| YUV | 170.11 | 102.54 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 210 | 125 | 0.48 | 0 | 0.40 | 0.18 | 129.5 | 0.53 | 0.63 |
| Hex | 6D | D2 | 7D | 30 | 0 | 28 | 12 | 82 | 35 | 3F |
| Octal | 155 | 322 | 175 | 60 | 0 | 50 | 22 | 202 | 65 | 77 |
| Binary | 1101101 | 11010010 | 1111101 | 110000 | 0 | 101000 | 10010 | 10000010 | 110101 | 111111 |
Color Harmonies of #6DD27D
Complementary color
Monochromatic Colors of #6DD27D
Black with #6DD27D
Text Example
Text Example
White with #6DD27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD27D; }
p { color: rgb(109,210,125); }
H1.HeaderClassName
{
color: #6DD27D;
}
.AnyTagClassName
{
color: #6DD27D;
}
</style>
background-color css
<style>
a { background-color: #6DD27D; }
a { background-color: rgb(109,210,125); }
div.DivClassName
{
background-color: #6DD27D;
}
.BgClassName
{
background-color: #6DD27D;
}
</style>
border-color css
<style>
span { border-color: #6DD27D; }
span { border-color: rgb(109,210,125); }
td.TdClassName
{
border-color: #6DD27D;
}
.TagClassName
{
border-color: #6DD27D;
}
</style>