Shades of Pastel Green #7DF672
Tints of Pastel Green #7DF672
RGB
CMYK
RGB Variations
Color information
#7DF672 (or 0x7DF672) is known color: Pastel Green. HEX triplet: 7D, F6 and 72. RGB value is (125,246,114). Sum of RGB (Red+Green+Blue) = 125+246+114=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #7DF672 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF672 is #82098D. Grayscale: #C3C3C3. Windows color (decimal): -8522126 or 7534205. OLE color: 7534205.
HSL color Cylindrical-coordinate representation of color #7DF672: hue angle of 115º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DF672 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 246 | 114 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.04 |
| HSL | 115º | 0.88% | 0.71% | - |
| HSV(B) | 115º | 0.54% | 0.96% | - |
| XYZ | 44.45 | 71.49 | 27.38 | - |
| YUV | 194.77 | 82.41 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 246 | 114 | 0.49 | 0 | 0.54 | 0.04 | 115 | 0.88 | 0.71 |
| Hex | 7D | F6 | 72 | 31 | 0 | 36 | 4 | 73 | 58 | 47 |
| Octal | 175 | 366 | 162 | 61 | 0 | 66 | 4 | 163 | 130 | 107 |
| Binary | 1111101 | 11110110 | 1110010 | 110001 | 0 | 110110 | 100 | 1110011 | 1011000 | 1000111 |
Color Harmonies of #7DF672
Complementary color
Monochromatic Colors of #7DF672
Black with #7DF672
Text Example
Text Example
White with #7DF672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF672; }
p { color: rgb(125,246,114); }
H1.HeaderClassName
{
color: #7DF672;
}
.AnyTagClassName
{
color: #7DF672;
}
</style>
background-color css
<style>
a { background-color: #7DF672; }
a { background-color: rgb(125,246,114); }
div.DivClassName
{
background-color: #7DF672;
}
.BgClassName
{
background-color: #7DF672;
}
</style>
border-color css
<style>
span { border-color: #7DF672; }
span { border-color: rgb(125,246,114); }
td.TdClassName
{
border-color: #7DF672;
}
.TagClassName
{
border-color: #7DF672;
}
</style>