Shades of Pastel Green #7FE672
Tints of Pastel Green #7FE672
RGB
CMYK
RGB Variations
Color information
#7FE672 (or 0x7FE672) is known color: Pastel Green. HEX triplet: 7F, E6 and 72. RGB value is (127,230,114). Sum of RGB (Red+Green+Blue) = 127+230+114=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 230 (90.23% from 255 or 48.83% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 230 - color contains mainly: green. Hex color #7FE672 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FE672 is #80198D. Grayscale: #BABABA. Windows color (decimal): -8395150 or 7530111. OLE color: 7530111.
HSL color Cylindrical-coordinate representation of color #7FE672: hue angle of 113.28º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FE672 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 230 | 114 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.10 |
| HSL | 113.28º | 0.7% | 0.67% | - |
| HSV(B) | 113.28º | 0.5% | 0.9% | - |
| XYZ | 40.09 | 62.32 | 25.84 | - |
| YUV | 185.98 | 87.38 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 230 | 114 | 0.45 | 0 | 0.50 | 0.10 | 113.28 | 0.7 | 0.67 |
| Hex | 7F | E6 | 72 | 2D | 0 | 32 | A | 71 | 46 | 43 |
| Octal | 177 | 346 | 162 | 55 | 0 | 62 | 12 | 161 | 106 | 103 |
| Binary | 1111111 | 11100110 | 1110010 | 101101 | 0 | 110010 | 1010 | 1110001 | 1000110 | 1000011 |
Color Harmonies of #7FE672
Complementary color
Monochromatic Colors of #7FE672
Black with #7FE672
Text Example
Text Example
White with #7FE672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE672; }
p { color: rgb(127,230,114); }
H1.HeaderClassName
{
color: #7FE672;
}
.AnyTagClassName
{
color: #7FE672;
}
</style>
background-color css
<style>
a { background-color: #7FE672; }
a { background-color: rgb(127,230,114); }
div.DivClassName
{
background-color: #7FE672;
}
.BgClassName
{
background-color: #7FE672;
}
</style>
border-color css
<style>
span { border-color: #7FE672; }
span { border-color: rgb(127,230,114); }
td.TdClassName
{
border-color: #7FE672;
}
.TagClassName
{
border-color: #7FE672;
}
</style>