Shades of Pastel Green #7FE973
Tints of Pastel Green #7FE973
RGB
CMYK
RGB Variations
Color information
#7FE973 (or 0x7FE973) is known color: Pastel Green. HEX triplet: 7F, E9 and 73. RGB value is (127,233,115). Sum of RGB (Red+Green+Blue) = 127+233+115=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 233 (91.41% from 255 or 49.05% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 233 - color contains mainly: green. Hex color #7FE973 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FE973 is #80168C. Grayscale: #BCBCBC. Windows color (decimal): -8394381 or 7596415. OLE color: 7596415.
HSL color Cylindrical-coordinate representation of color #7FE973: hue angle of 113.9º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7FE973 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 233 | 115 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.09 |
| HSL | 113.9º | 0.73% | 0.68% | - |
| HSV(B) | 113.9º | 0.51% | 0.91% | - |
| XYZ | 40.99 | 64.03 | 26.42 | - |
| YUV | 187.85 | 86.88 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 233 | 115 | 0.45 | 0 | 0.51 | 0.09 | 113.9 | 0.73 | 0.68 |
| Hex | 7F | E9 | 73 | 2D | 0 | 33 | 9 | 72 | 49 | 44 |
| Octal | 177 | 351 | 163 | 55 | 0 | 63 | 11 | 162 | 111 | 104 |
| Binary | 1111111 | 11101001 | 1110011 | 101101 | 0 | 110011 | 1001 | 1110010 | 1001001 | 1000100 |
Color Harmonies of #7FE973
Complementary color
Monochromatic Colors of #7FE973
Black with #7FE973
Text Example
Text Example
White with #7FE973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE973; }
p { color: rgb(127,233,115); }
H1.HeaderClassName
{
color: #7FE973;
}
.AnyTagClassName
{
color: #7FE973;
}
</style>
background-color css
<style>
a { background-color: #7FE973; }
a { background-color: rgb(127,233,115); }
div.DivClassName
{
background-color: #7FE973;
}
.BgClassName
{
background-color: #7FE973;
}
</style>
border-color css
<style>
span { border-color: #7FE973; }
span { border-color: rgb(127,233,115); }
td.TdClassName
{
border-color: #7FE973;
}
.TagClassName
{
border-color: #7FE973;
}
</style>