Shades of Pastel Green #7FDF80
Tints of Pastel Green #7FDF80
RGB
CMYK
RGB Variations
Color information
#7FDF80 (or 0x7FDF80) is known color: Pastel Green. HEX triplet: 7F, DF and 80. RGB value is (127,223,128). Sum of RGB (Red+Green+Blue) = 127+223+128=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDF80 is #80207F. Grayscale: #B7B7B7. Windows color (decimal): -8396928 or 8445823. OLE color: 8445823.
HSL color Cylindrical-coordinate representation of color #7FDF80: hue angle of 120.63º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDF80 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 128 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.13 |
| HSL | 120.63º | 0.6% | 0.69% | - |
| HSV(B) | 120.63º | 0.43% | 0.87% | - |
| XYZ | 39.04 | 58.85 | 29.72 | - |
| YUV | 183.47 | 96.7 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 128 | 0.43 | 0 | 0.43 | 0.13 | 120.63 | 0.6 | 0.69 |
| Hex | 7F | DF | 80 | 2B | 0 | 2B | D | 79 | 3C | 45 |
| Octal | 177 | 337 | 200 | 53 | 0 | 53 | 15 | 171 | 74 | 105 |
| Binary | 1111111 | 11011111 | 10000000 | 101011 | 0 | 101011 | 1101 | 1111001 | 111100 | 1000101 |
Color Harmonies of #7FDF80
Complementary color
Monochromatic Colors of #7FDF80
Black with #7FDF80
Text Example
Text Example
White with #7FDF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDF80; }
p { color: rgb(127,223,128); }
H1.HeaderClassName
{
color: #7FDF80;
}
.AnyTagClassName
{
color: #7FDF80;
}
</style>
background-color css
<style>
a { background-color: #7FDF80; }
a { background-color: rgb(127,223,128); }
div.DivClassName
{
background-color: #7FDF80;
}
.BgClassName
{
background-color: #7FDF80;
}
</style>
border-color css
<style>
span { border-color: #7FDF80; }
span { border-color: rgb(127,223,128); }
td.TdClassName
{
border-color: #7FDF80;
}
.TagClassName
{
border-color: #7FDF80;
}
</style>