Shades of Pastel Green #7DF281
Tints of Pastel Green #7DF281
RGB
CMYK
RGB Variations
Color information
#7DF281 (or 0x7DF281) is known color: Pastel Green. HEX triplet: 7D, F2 and 81. RGB value is (125,242,129). Sum of RGB (Red+Green+Blue) = 125+242+129=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF281 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF281 is #820D7E. Grayscale: #C2C2C2. Windows color (decimal): -8523135 or 8516221. OLE color: 8516221.
HSL color Cylindrical-coordinate representation of color #7DF281: hue angle of 122.05º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF281 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 129 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.05 |
| HSL | 122.05º | 0.82% | 0.72% | - |
| HSV(B) | 122.05º | 0.48% | 0.95% | - |
| XYZ | 44.17 | 69.45 | 31.85 | - |
| YUV | 194.14 | 91.24 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 129 | 0.48 | 0 | 0.47 | 0.05 | 122.05 | 0.82 | 0.72 |
| Hex | 7D | F2 | 81 | 30 | 0 | 2F | 5 | 7A | 52 | 48 |
| Octal | 175 | 362 | 201 | 60 | 0 | 57 | 5 | 172 | 122 | 110 |
| Binary | 1111101 | 11110010 | 10000001 | 110000 | 0 | 101111 | 101 | 1111010 | 1010010 | 1001000 |
Color Harmonies of #7DF281
Complementary color
Monochromatic Colors of #7DF281
Black with #7DF281
Text Example
Text Example
White with #7DF281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF281; }
p { color: rgb(125,242,129); }
H1.HeaderClassName
{
color: #7DF281;
}
.AnyTagClassName
{
color: #7DF281;
}
</style>
background-color css
<style>
a { background-color: #7DF281; }
a { background-color: rgb(125,242,129); }
div.DivClassName
{
background-color: #7DF281;
}
.BgClassName
{
background-color: #7DF281;
}
</style>
border-color css
<style>
span { border-color: #7DF281; }
span { border-color: rgb(125,242,129); }
td.TdClassName
{
border-color: #7DF281;
}
.TagClassName
{
border-color: #7DF281;
}
</style>