Shades of Pastel Green #7FD275
Tints of Pastel Green #7FD275
RGB
CMYK
RGB Variations
Color information
#7FD275 (or 0x7FD275) is known color: Pastel Green. HEX triplet: 7F, D2 and 75. RGB value is (127,210,117). Sum of RGB (Red+Green+Blue) = 127+210+117=454 (60% of max value = 765). Red value is 127 (50% from 255 or 27.97% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 210 - color contains mainly: green. Hex color #7FD275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD275 is #802D8A. Grayscale: #AEAEAE. Windows color (decimal): -8400267 or 7721599. OLE color: 7721599.
HSL color Cylindrical-coordinate representation of color #7FD275: hue angle of 113.55º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FD275 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 210 | 117 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.18 |
| HSL | 113.55º | 0.51% | 0.64% | - |
| HSV(B) | 113.55º | 0.44% | 0.82% | - |
| XYZ | 35.01 | 51.89 | 25 | - |
| YUV | 174.58 | 95.5 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 210 | 117 | 0.40 | 0 | 0.44 | 0.18 | 113.55 | 0.51 | 0.64 |
| Hex | 7F | D2 | 75 | 28 | 0 | 2C | 12 | 72 | 33 | 40 |
| Octal | 177 | 322 | 165 | 50 | 0 | 54 | 22 | 162 | 63 | 100 |
| Binary | 1111111 | 11010010 | 1110101 | 101000 | 0 | 101100 | 10010 | 1110010 | 110011 | 1000000 |
Color Harmonies of #7FD275
Complementary color
Monochromatic Colors of #7FD275
Black with #7FD275
Text Example
Text Example
White with #7FD275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD275; }
p { color: rgb(127,210,117); }
H1.HeaderClassName
{
color: #7FD275;
}
.AnyTagClassName
{
color: #7FD275;
}
</style>
background-color css
<style>
a { background-color: #7FD275; }
a { background-color: rgb(127,210,117); }
div.DivClassName
{
background-color: #7FD275;
}
.BgClassName
{
background-color: #7FD275;
}
</style>
border-color css
<style>
span { border-color: #7FD275; }
span { border-color: rgb(127,210,117); }
td.TdClassName
{
border-color: #7FD275;
}
.TagClassName
{
border-color: #7FD275;
}
</style>