Shades of Pastel Green #7DF373
Tints of Pastel Green #7DF373
RGB
CMYK
RGB Variations
Color information
#7DF373 (or 0x7DF373) is known color: Pastel Green. HEX triplet: 7D, F3 and 73. RGB value is (125,243,115). Sum of RGB (Red+Green+Blue) = 125+243+115=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF373 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF373 is #820C8C. Grayscale: #C1C1C1. Windows color (decimal): -8522893 or 7598973. OLE color: 7598973.
HSL color Cylindrical-coordinate representation of color #7DF373: hue angle of 115.31º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7DF373 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 243 | 115 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.05 |
| HSL | 115.31º | 0.84% | 0.7% | - |
| HSV(B) | 115.31º | 0.53% | 0.95% | - |
| XYZ | 43.6 | 69.7 | 27.37 | - |
| YUV | 193.13 | 83.91 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 243 | 115 | 0.49 | 0 | 0.53 | 0.05 | 115.31 | 0.84 | 0.7 |
| Hex | 7D | F3 | 73 | 31 | 0 | 35 | 5 | 73 | 54 | 46 |
| Octal | 175 | 363 | 163 | 61 | 0 | 65 | 5 | 163 | 124 | 106 |
| Binary | 1111101 | 11110011 | 1110011 | 110001 | 0 | 110101 | 101 | 1110011 | 1010100 | 1000110 |
Color Harmonies of #7DF373
Complementary color
Monochromatic Colors of #7DF373
Black with #7DF373
Text Example
Text Example
White with #7DF373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF373; }
p { color: rgb(125,243,115); }
H1.HeaderClassName
{
color: #7DF373;
}
.AnyTagClassName
{
color: #7DF373;
}
</style>
background-color css
<style>
a { background-color: #7DF373; }
a { background-color: rgb(125,243,115); }
div.DivClassName
{
background-color: #7DF373;
}
.BgClassName
{
background-color: #7DF373;
}
</style>
border-color css
<style>
span { border-color: #7DF373; }
span { border-color: rgb(125,243,115); }
td.TdClassName
{
border-color: #7DF373;
}
.TagClassName
{
border-color: #7DF373;
}
</style>