Shades of Pastel Green #7DDB78
Tints of Pastel Green #7DDB78
RGB
CMYK
RGB Variations
Color information
#7DDB78 (or 0x7DDB78) is known color: Pastel Green. HEX triplet: 7D, DB and 78. RGB value is (125,219,120). Sum of RGB (Red+Green+Blue) = 125+219+120=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDB78 is #822487. Grayscale: #B3B3B3. Windows color (decimal): -8529032 or 7920509. OLE color: 7920509.
HSL color Cylindrical-coordinate representation of color #7DDB78: hue angle of 116.97º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DDB78 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 219 | 120 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.14 |
| HSL | 116.97º | 0.58% | 0.66% | - |
| HSV(B) | 116.97º | 0.45% | 0.86% | - |
| XYZ | 37.18 | 56.38 | 26.69 | - |
| YUV | 179.61 | 94.36 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 219 | 120 | 0.43 | 0 | 0.45 | 0.14 | 116.97 | 0.58 | 0.66 |
| Hex | 7D | DB | 78 | 2B | 0 | 2D | E | 75 | 3A | 42 |
| Octal | 175 | 333 | 170 | 53 | 0 | 55 | 16 | 165 | 72 | 102 |
| Binary | 1111101 | 11011011 | 1111000 | 101011 | 0 | 101101 | 1110 | 1110101 | 111010 | 1000010 |
Color Harmonies of #7DDB78
Complementary color
Monochromatic Colors of #7DDB78
Black with #7DDB78
Text Example
Text Example
White with #7DDB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDB78; }
p { color: rgb(125,219,120); }
H1.HeaderClassName
{
color: #7DDB78;
}
.AnyTagClassName
{
color: #7DDB78;
}
</style>
background-color css
<style>
a { background-color: #7DDB78; }
a { background-color: rgb(125,219,120); }
div.DivClassName
{
background-color: #7DDB78;
}
.BgClassName
{
background-color: #7DDB78;
}
</style>
border-color css
<style>
span { border-color: #7DDB78; }
span { border-color: rgb(125,219,120); }
td.TdClassName
{
border-color: #7DDB78;
}
.TagClassName
{
border-color: #7DDB78;
}
</style>