Shades of Pastel Green #7FDA7D
Tints of Pastel Green #7FDA7D
RGB
CMYK
RGB Variations
Color information
#7FDA7D (or 0x7FDA7D) is known color: Pastel Green. HEX triplet: 7F, DA and 7D. RGB value is (127,218,125). Sum of RGB (Red+Green+Blue) = 127+218+125=470 (62% of max value = 765). Red value is 127 (50% from 255 or 27.02% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDA7D is #802582. Grayscale: #B4B4B4. Windows color (decimal): -8398211 or 8247935. OLE color: 8247935.
HSL color Cylindrical-coordinate representation of color #7FDA7D: hue angle of 118.71º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDA7D is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 218 | 125 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.15 |
| HSL | 118.71º | 0.56% | 0.67% | - |
| HSV(B) | 118.71º | 0.43% | 0.85% | - |
| XYZ | 37.53 | 56.14 | 28.26 | - |
| YUV | 180.19 | 96.85 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 218 | 125 | 0.42 | 0 | 0.43 | 0.15 | 118.71 | 0.56 | 0.67 |
| Hex | 7F | DA | 7D | 2A | 0 | 2B | F | 77 | 38 | 43 |
| Octal | 177 | 332 | 175 | 52 | 0 | 53 | 17 | 167 | 70 | 103 |
| Binary | 1111111 | 11011010 | 1111101 | 101010 | 0 | 101011 | 1111 | 1110111 | 111000 | 1000011 |
Color Harmonies of #7FDA7D
Complementary color
Monochromatic Colors of #7FDA7D
Black with #7FDA7D
Text Example
Text Example
White with #7FDA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDA7D; }
p { color: rgb(127,218,125); }
H1.HeaderClassName
{
color: #7FDA7D;
}
.AnyTagClassName
{
color: #7FDA7D;
}
</style>
background-color css
<style>
a { background-color: #7FDA7D; }
a { background-color: rgb(127,218,125); }
div.DivClassName
{
background-color: #7FDA7D;
}
.BgClassName
{
background-color: #7FDA7D;
}
</style>
border-color css
<style>
span { border-color: #7FDA7D; }
span { border-color: rgb(127,218,125); }
td.TdClassName
{
border-color: #7FDA7D;
}
.TagClassName
{
border-color: #7FDA7D;
}
</style>