Shades of Pastel Green #7DDF7D
Tints of Pastel Green #7DDF7D
RGB
CMYK
RGB Variations
Color information
#7DDF7D (or 0x7DDF7D) is known color: Pastel Green. HEX triplet: 7D, DF and 7D. RGB value is (125,223,125). Sum of RGB (Red+Green+Blue) = 125+223+125=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDF7D is #822082. Grayscale: #B6B6B6. Windows color (decimal): -8528003 or 8249213. OLE color: 8249213.
HSL color Cylindrical-coordinate representation of color #7DDF7D: hue angle of 120º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDF7D is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 125 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.13 |
| HSL | 120º | 0.6% | 0.68% | - |
| HSV(B) | 120º | 0.44% | 0.87% | - |
| XYZ | 38.55 | 58.62 | 28.68 | - |
| YUV | 182.53 | 95.53 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 125 | 0.44 | 0 | 0.44 | 0.13 | 120 | 0.6 | 0.68 |
| Hex | 7D | DF | 7D | 2C | 0 | 2C | D | 78 | 3C | 44 |
| Octal | 175 | 337 | 175 | 54 | 0 | 54 | 15 | 170 | 74 | 104 |
| Binary | 1111101 | 11011111 | 1111101 | 101100 | 0 | 101100 | 1101 | 1111000 | 111100 | 1000100 |
Color Harmonies of #7DDF7D
Complementary color
Monochromatic Colors of #7DDF7D
Black with #7DDF7D
Text Example
Text Example
White with #7DDF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDF7D; }
p { color: rgb(125,223,125); }
H1.HeaderClassName
{
color: #7DDF7D;
}
.AnyTagClassName
{
color: #7DDF7D;
}
</style>
background-color css
<style>
a { background-color: #7DDF7D; }
a { background-color: rgb(125,223,125); }
div.DivClassName
{
background-color: #7DDF7D;
}
.BgClassName
{
background-color: #7DDF7D;
}
</style>
border-color css
<style>
span { border-color: #7DDF7D; }
span { border-color: rgb(125,223,125); }
td.TdClassName
{
border-color: #7DDF7D;
}
.TagClassName
{
border-color: #7DDF7D;
}
</style>