Shades of Pastel Green #7FED72
Tints of Pastel Green #7FED72
RGB
CMYK
RGB Variations
Color information
#7FED72 (or 0x7FED72) is known color: Pastel Green. HEX triplet: 7F, ED and 72. RGB value is (127,237,114). Sum of RGB (Red+Green+Blue) = 127+237+114=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #7FED72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FED72 is #80128D. Grayscale: #BEBEBE. Windows color (decimal): -8393358 or 7531903. OLE color: 7531903.
HSL color Cylindrical-coordinate representation of color #7FED72: hue angle of 113.66º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7FED72 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 237 | 114 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.07 |
| HSL | 113.66º | 0.77% | 0.69% | - |
| HSV(B) | 113.66º | 0.52% | 0.93% | - |
| XYZ | 42.07 | 66.3 | 26.5 | - |
| YUV | 190.09 | 85.06 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 237 | 114 | 0.46 | 0 | 0.52 | 0.07 | 113.66 | 0.77 | 0.69 |
| Hex | 7F | ED | 72 | 2E | 0 | 34 | 7 | 72 | 4D | 45 |
| Octal | 177 | 355 | 162 | 56 | 0 | 64 | 7 | 162 | 115 | 105 |
| Binary | 1111111 | 11101101 | 1110010 | 101110 | 0 | 110100 | 111 | 1110010 | 1001101 | 1000101 |
Color Harmonies of #7FED72
Complementary color
Monochromatic Colors of #7FED72
Black with #7FED72
Text Example
Text Example
White with #7FED72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FED72; }
p { color: rgb(127,237,114); }
H1.HeaderClassName
{
color: #7FED72;
}
.AnyTagClassName
{
color: #7FED72;
}
</style>
background-color css
<style>
a { background-color: #7FED72; }
a { background-color: rgb(127,237,114); }
div.DivClassName
{
background-color: #7FED72;
}
.BgClassName
{
background-color: #7FED72;
}
</style>
border-color css
<style>
span { border-color: #7FED72; }
span { border-color: rgb(127,237,114); }
td.TdClassName
{
border-color: #7FED72;
}
.TagClassName
{
border-color: #7FED72;
}
</style>