Shades of Pastel Green #7DD06C
Tints of Pastel Green #7DD06C
RGB
CMYK
RGB Variations
Color information
#7DD06C (or 0x7DD06C) is known color: Pastel Green. HEX triplet: 7D, D0 and 6C. RGB value is (125,208,108). Sum of RGB (Red+Green+Blue) = 125+208+108=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD06C is #822F93. Grayscale: #ACACAC. Windows color (decimal): -8531860 or 7131261. OLE color: 7131261.
HSL color Cylindrical-coordinate representation of color #7DD06C: hue angle of 109.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DD06C is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 208 | 108 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.18 |
| HSL | 109.8º | 0.52% | 0.62% | - |
| HSV(B) | 109.8º | 0.48% | 0.82% | - |
| XYZ | 33.72 | 50.55 | 22.17 | - |
| YUV | 171.78 | 92 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 208 | 108 | 0.40 | 0 | 0.48 | 0.18 | 109.8 | 0.52 | 0.62 |
| Hex | 7D | D0 | 6C | 28 | 0 | 30 | 12 | 6E | 34 | 3E |
| Octal | 175 | 320 | 154 | 50 | 0 | 60 | 22 | 156 | 64 | 76 |
| Binary | 1111101 | 11010000 | 1101100 | 101000 | 0 | 110000 | 10010 | 1101110 | 110100 | 111110 |
Color Harmonies of #7DD06C
Complementary color
Monochromatic Colors of #7DD06C
Black with #7DD06C
Text Example
Text Example
White with #7DD06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD06C; }
p { color: rgb(125,208,108); }
H1.HeaderClassName
{
color: #7DD06C;
}
.AnyTagClassName
{
color: #7DD06C;
}
</style>
background-color css
<style>
a { background-color: #7DD06C; }
a { background-color: rgb(125,208,108); }
div.DivClassName
{
background-color: #7DD06C;
}
.BgClassName
{
background-color: #7DD06C;
}
</style>
border-color css
<style>
span { border-color: #7DD06C; }
span { border-color: rgb(125,208,108); }
td.TdClassName
{
border-color: #7DD06C;
}
.TagClassName
{
border-color: #7DD06C;
}
</style>