Shades of Pastel Green #7FE28A
Tints of Pastel Green #7FE28A
RGB
CMYK
RGB Variations
Color information
#7FE28A (or 0x7FE28A) is known color: Pastel Green. HEX triplet: 7F, E2 and 8A. RGB value is (127,226,138). Sum of RGB (Red+Green+Blue) = 127+226+138=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 226 - color contains mainly: green. Hex color #7FE28A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FE28A is #801D75. Grayscale: #BABABA. Windows color (decimal): -8396150 or 9101951. OLE color: 9101951.
HSL color Cylindrical-coordinate representation of color #7FE28A: hue angle of 126.67º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FE28A is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 226 | 138 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.11 |
| HSL | 126.67º | 0.63% | 0.69% | - |
| HSV(B) | 126.67º | 0.44% | 0.89% | - |
| XYZ | 40.54 | 60.74 | 33.63 | - |
| YUV | 186.37 | 100.7 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 226 | 138 | 0.44 | 0 | 0.39 | 0.11 | 126.67 | 0.63 | 0.69 |
| Hex | 7F | E2 | 8A | 2C | 0 | 27 | B | 7F | 3F | 45 |
| Octal | 177 | 342 | 212 | 54 | 0 | 47 | 13 | 177 | 77 | 105 |
| Binary | 1111111 | 11100010 | 10001010 | 101100 | 0 | 100111 | 1011 | 1111111 | 111111 | 1000101 |
Color Harmonies of #7FE28A
Complementary color
Monochromatic Colors of #7FE28A
Black with #7FE28A
Text Example
Text Example
White with #7FE28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE28A; }
p { color: rgb(127,226,138); }
H1.HeaderClassName
{
color: #7FE28A;
}
.AnyTagClassName
{
color: #7FE28A;
}
</style>
background-color css
<style>
a { background-color: #7FE28A; }
a { background-color: rgb(127,226,138); }
div.DivClassName
{
background-color: #7FE28A;
}
.BgClassName
{
background-color: #7FE28A;
}
</style>
border-color css
<style>
span { border-color: #7FE28A; }
span { border-color: rgb(127,226,138); }
td.TdClassName
{
border-color: #7FE28A;
}
.TagClassName
{
border-color: #7FE28A;
}
</style>