Shades of Pastel Green #7FE08A
Tints of Pastel Green #7FE08A
RGB
CMYK
RGB Variations
Color information
#7FE08A (or 0x7FE08A) is known color: Pastel Green. HEX triplet: 7F, E0 and 8A. RGB value is (127,224,138). Sum of RGB (Red+Green+Blue) = 127+224+138=489 (64% of max value = 765). Red value is 127 (50% from 255 or 25.97% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #7FE08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FE08A is #801F75. Grayscale: #B9B9B9. Windows color (decimal): -8396662 or 9101439. OLE color: 9101439.
HSL color Cylindrical-coordinate representation of color #7FE08A: hue angle of 126.8º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FE08A is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 224 | 138 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.12 |
| HSL | 126.8º | 0.61% | 0.69% | - |
| HSV(B) | 126.8º | 0.43% | 0.88% | - |
| XYZ | 40 | 59.66 | 33.45 | - |
| YUV | 185.19 | 101.36 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 224 | 138 | 0.43 | 0 | 0.38 | 0.12 | 126.8 | 0.61 | 0.69 |
| Hex | 7F | E0 | 8A | 2B | 0 | 26 | C | 7F | 3D | 45 |
| Octal | 177 | 340 | 212 | 53 | 0 | 46 | 14 | 177 | 75 | 105 |
| Binary | 1111111 | 11100000 | 10001010 | 101011 | 0 | 100110 | 1100 | 1111111 | 111101 | 1000101 |
Color Harmonies of #7FE08A
Complementary color
Monochromatic Colors of #7FE08A
Black with #7FE08A
Text Example
Text Example
White with #7FE08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE08A; }
p { color: rgb(127,224,138); }
H1.HeaderClassName
{
color: #7FE08A;
}
.AnyTagClassName
{
color: #7FE08A;
}
</style>
background-color css
<style>
a { background-color: #7FE08A; }
a { background-color: rgb(127,224,138); }
div.DivClassName
{
background-color: #7FE08A;
}
.BgClassName
{
background-color: #7FE08A;
}
</style>
border-color css
<style>
span { border-color: #7FE08A; }
span { border-color: rgb(127,224,138); }
td.TdClassName
{
border-color: #7FE08A;
}
.TagClassName
{
border-color: #7FE08A;
}
</style>