Shades of Pastel Green #7FDF7F
Tints of Pastel Green #7FDF7F
RGB
CMYK
RGB Variations
Color information
#7FDF7F (or 0x7FDF7F) is known color: Pastel Green. HEX triplet: 7F, DF and 7F. RGB value is (127,223,127). Sum of RGB (Red+Green+Blue) = 127+223+127=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDF7F is #802080. Grayscale: #B7B7B7. Windows color (decimal): -8396929 or 8380287. OLE color: 8380287.
HSL color Cylindrical-coordinate representation of color #7FDF7F: hue angle of 120º 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 #7FDF7F is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 127 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.13 |
| HSL | 120º | 0.6% | 0.69% | - |
| HSV(B) | 120º | 0.43% | 0.87% | - |
| XYZ | 38.97 | 58.82 | 29.38 | - |
| YUV | 183.35 | 96.2 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 127 | 0.43 | 0 | 0.43 | 0.13 | 120 | 0.6 | 0.69 |
| Hex | 7F | DF | 7F | 2B | 0 | 2B | D | 78 | 3C | 45 |
| Octal | 177 | 337 | 177 | 53 | 0 | 53 | 15 | 170 | 74 | 105 |
| Binary | 1111111 | 11011111 | 1111111 | 101011 | 0 | 101011 | 1101 | 1111000 | 111100 | 1000101 |
Color Harmonies of #7FDF7F
Complementary color
Monochromatic Colors of #7FDF7F
Black with #7FDF7F
Text Example
Text Example
White with #7FDF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDF7F; }
p { color: rgb(127,223,127); }
H1.HeaderClassName
{
color: #7FDF7F;
}
.AnyTagClassName
{
color: #7FDF7F;
}
</style>
background-color css
<style>
a { background-color: #7FDF7F; }
a { background-color: rgb(127,223,127); }
div.DivClassName
{
background-color: #7FDF7F;
}
.BgClassName
{
background-color: #7FDF7F;
}
</style>
border-color css
<style>
span { border-color: #7FDF7F; }
span { border-color: rgb(127,223,127); }
td.TdClassName
{
border-color: #7FDF7F;
}
.TagClassName
{
border-color: #7FDF7F;
}
</style>