Shades of Pastel Green #7FE270
Tints of Pastel Green #7FE270
RGB
CMYK
RGB Variations
Color information
#7FE270 (or 0x7FE270) is known color: Pastel Green. HEX triplet: 7F, E2 and 70. RGB value is (127,226,112). Sum of RGB (Red+Green+Blue) = 127+226+112=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #7FE270 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE270 is #801D8F. Grayscale: #B7B7B7. Windows color (decimal): -8396176 or 7398015. OLE color: 7398015.
HSL color Cylindrical-coordinate representation of color #7FE270: hue angle of 112.11º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FE270 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 226 | 112 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.11 |
| HSL | 112.11º | 0.66% | 0.66% | - |
| HSV(B) | 112.11º | 0.5% | 0.89% | - |
| XYZ | 38.87 | 60.07 | 24.88 | - |
| YUV | 183.4 | 87.7 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 226 | 112 | 0.44 | 0 | 0.50 | 0.11 | 112.11 | 0.66 | 0.66 |
| Hex | 7F | E2 | 70 | 2C | 0 | 32 | B | 70 | 42 | 42 |
| Octal | 177 | 342 | 160 | 54 | 0 | 62 | 13 | 160 | 102 | 102 |
| Binary | 1111111 | 11100010 | 1110000 | 101100 | 0 | 110010 | 1011 | 1110000 | 1000010 | 1000010 |
Color Harmonies of #7FE270
Complementary color
Monochromatic Colors of #7FE270
Black with #7FE270
Text Example
Text Example
White with #7FE270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE270; }
p { color: rgb(127,226,112); }
H1.HeaderClassName
{
color: #7FE270;
}
.AnyTagClassName
{
color: #7FE270;
}
</style>
background-color css
<style>
a { background-color: #7FE270; }
a { background-color: rgb(127,226,112); }
div.DivClassName
{
background-color: #7FE270;
}
.BgClassName
{
background-color: #7FE270;
}
</style>
border-color css
<style>
span { border-color: #7FE270; }
span { border-color: rgb(127,226,112); }
td.TdClassName
{
border-color: #7FE270;
}
.TagClassName
{
border-color: #7FE270;
}
</style>