Shades of Pastel Green #7DD36D
Tints of Pastel Green #7DD36D
RGB
CMYK
RGB Variations
Color information
#7DD36D (or 0x7DD36D) is known color: Pastel Green. HEX triplet: 7D, D3 and 6D. RGB value is (125,211,109). Sum of RGB (Red+Green+Blue) = 125+211+109=445 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.09% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD36D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD36D is #822C92. Grayscale: #ADADAD. Windows color (decimal): -8531091 or 7197565. OLE color: 7197565.
HSL color Cylindrical-coordinate representation of color #7DD36D: hue angle of 110.59º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DD36D is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 211 | 109 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.17 |
| HSL | 110.59º | 0.54% | 0.63% | - |
| HSV(B) | 110.59º | 0.48% | 0.83% | - |
| XYZ | 34.51 | 52.05 | 22.7 | - |
| YUV | 173.66 | 91.51 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 211 | 109 | 0.41 | 0 | 0.48 | 0.17 | 110.59 | 0.54 | 0.63 |
| Hex | 7D | D3 | 6D | 29 | 0 | 30 | 11 | 6F | 36 | 3F |
| Octal | 175 | 323 | 155 | 51 | 0 | 60 | 21 | 157 | 66 | 77 |
| Binary | 1111101 | 11010011 | 1101101 | 101001 | 0 | 110000 | 10001 | 1101111 | 110110 | 111111 |
Color Harmonies of #7DD36D
Complementary color
Monochromatic Colors of #7DD36D
Black with #7DD36D
Text Example
Text Example
White with #7DD36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD36D; }
p { color: rgb(125,211,109); }
H1.HeaderClassName
{
color: #7DD36D;
}
.AnyTagClassName
{
color: #7DD36D;
}
</style>
background-color css
<style>
a { background-color: #7DD36D; }
a { background-color: rgb(125,211,109); }
div.DivClassName
{
background-color: #7DD36D;
}
.BgClassName
{
background-color: #7DD36D;
}
</style>
border-color css
<style>
span { border-color: #7DD36D; }
span { border-color: rgb(125,211,109); }
td.TdClassName
{
border-color: #7DD36D;
}
.TagClassName
{
border-color: #7DD36D;
}
</style>