Shades of Pastel Green #7DF080
Tints of Pastel Green #7DF080
RGB
CMYK
RGB Variations
Color information
#7DF080 (or 0x7DF080) is known color: Pastel Green. HEX triplet: 7D, F0 and 80. RGB value is (125,240,128). Sum of RGB (Red+Green+Blue) = 125+240+128=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF080 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF080 is #820F7F. Grayscale: #C1C1C1. Windows color (decimal): -8523648 or 8450173. OLE color: 8450173.
HSL color Cylindrical-coordinate representation of color #7DF080: hue angle of 121.57º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF080 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 240 | 128 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.06 |
| HSL | 121.57º | 0.79% | 0.72% | - |
| HSV(B) | 121.57º | 0.48% | 0.94% | - |
| XYZ | 43.51 | 68.24 | 31.3 | - |
| YUV | 192.85 | 91.4 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 240 | 128 | 0.48 | 0 | 0.47 | 0.06 | 121.57 | 0.79 | 0.72 |
| Hex | 7D | F0 | 80 | 30 | 0 | 2F | 6 | 7A | 4F | 48 |
| Octal | 175 | 360 | 200 | 60 | 0 | 57 | 6 | 172 | 117 | 110 |
| Binary | 1111101 | 11110000 | 10000000 | 110000 | 0 | 101111 | 110 | 1111010 | 1001111 | 1001000 |
Color Harmonies of #7DF080
Complementary color
Monochromatic Colors of #7DF080
Black with #7DF080
Text Example
Text Example
White with #7DF080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF080; }
p { color: rgb(125,240,128); }
H1.HeaderClassName
{
color: #7DF080;
}
.AnyTagClassName
{
color: #7DF080;
}
</style>
background-color css
<style>
a { background-color: #7DF080; }
a { background-color: rgb(125,240,128); }
div.DivClassName
{
background-color: #7DF080;
}
.BgClassName
{
background-color: #7DF080;
}
</style>
border-color css
<style>
span { border-color: #7DF080; }
span { border-color: rgb(125,240,128); }
td.TdClassName
{
border-color: #7DF080;
}
.TagClassName
{
border-color: #7DF080;
}
</style>