Shades of Pastel Green #7DF173
Tints of Pastel Green #7DF173
RGB
CMYK
RGB Variations
Color information
#7DF173 (or 0x7DF173) is known color: Pastel Green. HEX triplet: 7D, F1 and 73. RGB value is (125,241,115). Sum of RGB (Red+Green+Blue) = 125+241+115=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF173 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF173 is #820E8C. Grayscale: #C0C0C0. Windows color (decimal): -8523405 or 7598461. OLE color: 7598461.
HSL color Cylindrical-coordinate representation of color #7DF173: hue angle of 115.24º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DF173 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 241 | 115 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.05 |
| HSL | 115.24º | 0.82% | 0.7% | - |
| HSV(B) | 115.24º | 0.52% | 0.95% | - |
| XYZ | 43.01 | 68.51 | 27.18 | - |
| YUV | 191.95 | 84.57 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 241 | 115 | 0.48 | 0 | 0.52 | 0.05 | 115.24 | 0.82 | 0.7 |
| Hex | 7D | F1 | 73 | 30 | 0 | 34 | 5 | 73 | 52 | 46 |
| Octal | 175 | 361 | 163 | 60 | 0 | 64 | 5 | 163 | 122 | 106 |
| Binary | 1111101 | 11110001 | 1110011 | 110000 | 0 | 110100 | 101 | 1110011 | 1010010 | 1000110 |
Color Harmonies of #7DF173
Complementary color
Monochromatic Colors of #7DF173
Black with #7DF173
Text Example
Text Example
White with #7DF173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF173; }
p { color: rgb(125,241,115); }
H1.HeaderClassName
{
color: #7DF173;
}
.AnyTagClassName
{
color: #7DF173;
}
</style>
background-color css
<style>
a { background-color: #7DF173; }
a { background-color: rgb(125,241,115); }
div.DivClassName
{
background-color: #7DF173;
}
.BgClassName
{
background-color: #7DF173;
}
</style>
border-color css
<style>
span { border-color: #7DF173; }
span { border-color: rgb(125,241,115); }
td.TdClassName
{
border-color: #7DF173;
}
.TagClassName
{
border-color: #7DF173;
}
</style>