Shades of Pastel Green #7FDF7D
Tints of Pastel Green #7FDF7D
RGB
CMYK
RGB Variations
Color information
#7FDF7D (or 0x7FDF7D) is known color: Pastel Green. HEX triplet: 7F, DF and 7D. RGB value is (127,223,125). Sum of RGB (Red+Green+Blue) = 127+223+125=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDF7D is #802082. Grayscale: #B7B7B7. Windows color (decimal): -8396931 or 8249215. OLE color: 8249215.
HSL color Cylindrical-coordinate representation of color #7FDF7D: hue angle of 118.78º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FDF7D is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 125 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.13 |
| HSL | 118.78º | 0.6% | 0.68% | - |
| HSV(B) | 118.78º | 0.44% | 0.87% | - |
| XYZ | 38.84 | 58.77 | 28.7 | - |
| YUV | 183.12 | 95.2 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 125 | 0.43 | 0 | 0.44 | 0.13 | 118.78 | 0.6 | 0.68 |
| Hex | 7F | DF | 7D | 2B | 0 | 2C | D | 77 | 3C | 44 |
| Octal | 177 | 337 | 175 | 53 | 0 | 54 | 15 | 167 | 74 | 104 |
| Binary | 1111111 | 11011111 | 1111101 | 101011 | 0 | 101100 | 1101 | 1110111 | 111100 | 1000100 |
Color Harmonies of #7FDF7D
Complementary color
Monochromatic Colors of #7FDF7D
Black with #7FDF7D
Text Example
Text Example
White with #7FDF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDF7D; }
p { color: rgb(127,223,125); }
H1.HeaderClassName
{
color: #7FDF7D;
}
.AnyTagClassName
{
color: #7FDF7D;
}
</style>
background-color css
<style>
a { background-color: #7FDF7D; }
a { background-color: rgb(127,223,125); }
div.DivClassName
{
background-color: #7FDF7D;
}
.BgClassName
{
background-color: #7FDF7D;
}
</style>
border-color css
<style>
span { border-color: #7FDF7D; }
span { border-color: rgb(127,223,125); }
td.TdClassName
{
border-color: #7FDF7D;
}
.TagClassName
{
border-color: #7FDF7D;
}
</style>