Shades of Pastel Green #7DDF76
Tints of Pastel Green #7DDF76
RGB
CMYK
RGB Variations
Color information
#7DDF76 (or 0x7DDF76) is known color: Pastel Green. HEX triplet: 7D, DF and 76. RGB value is (125,223,118). Sum of RGB (Red+Green+Blue) = 125+223+118=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDF76 is #822089. Grayscale: #B6B6B6. Windows color (decimal): -8528010 or 7790461. OLE color: 7790461.
HSL color Cylindrical-coordinate representation of color #7DDF76: hue angle of 116º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DDF76 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 118 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.13 |
| HSL | 116º | 0.62% | 0.67% | - |
| HSV(B) | 116º | 0.47% | 0.87% | - |
| XYZ | 38.12 | 58.44 | 26.41 | - |
| YUV | 181.73 | 92.03 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 118 | 0.44 | 0 | 0.47 | 0.13 | 116 | 0.62 | 0.67 |
| Hex | 7D | DF | 76 | 2C | 0 | 2F | D | 74 | 3E | 43 |
| Octal | 175 | 337 | 166 | 54 | 0 | 57 | 15 | 164 | 76 | 103 |
| Binary | 1111101 | 11011111 | 1110110 | 101100 | 0 | 101111 | 1101 | 1110100 | 111110 | 1000011 |
Color Harmonies of #7DDF76
Complementary color
Monochromatic Colors of #7DDF76
Black with #7DDF76
Text Example
Text Example
White with #7DDF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDF76; }
p { color: rgb(125,223,118); }
H1.HeaderClassName
{
color: #7DDF76;
}
.AnyTagClassName
{
color: #7DDF76;
}
</style>
background-color css
<style>
a { background-color: #7DDF76; }
a { background-color: rgb(125,223,118); }
div.DivClassName
{
background-color: #7DDF76;
}
.BgClassName
{
background-color: #7DDF76;
}
</style>
border-color css
<style>
span { border-color: #7DDF76; }
span { border-color: rgb(125,223,118); }
td.TdClassName
{
border-color: #7DDF76;
}
.TagClassName
{
border-color: #7DDF76;
}
</style>