Shades of Pastel Green #7FE08B
Tints of Pastel Green #7FE08B
RGB
CMYK
RGB Variations
Color information
#7FE08B (or 0x7FE08B) is known color: Pastel Green. HEX triplet: 7F, E0 and 8B. RGB value is (127,224,139). Sum of RGB (Red+Green+Blue) = 127+224+139=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #7FE08B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FE08B is #801F74. Grayscale: #B9B9B9. Windows color (decimal): -8396661 or 9166975. OLE color: 9166975.
HSL color Cylindrical-coordinate representation of color #7FE08B: hue angle of 127.42º 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 #7FE08B is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 224 | 139 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.12 |
| HSL | 127.42º | 0.61% | 0.69% | - |
| HSV(B) | 127.42º | 0.43% | 0.88% | - |
| XYZ | 40.07 | 59.69 | 33.84 | - |
| YUV | 185.31 | 101.86 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 224 | 139 | 0.43 | 0 | 0.38 | 0.12 | 127.42 | 0.61 | 0.69 |
| Hex | 7F | E0 | 8B | 2B | 0 | 26 | C | 7F | 3D | 45 |
| Octal | 177 | 340 | 213 | 53 | 0 | 46 | 14 | 177 | 75 | 105 |
| Binary | 1111111 | 11100000 | 10001011 | 101011 | 0 | 100110 | 1100 | 1111111 | 111101 | 1000101 |
Color Harmonies of #7FE08B
Complementary color
Monochromatic Colors of #7FE08B
Black with #7FE08B
Text Example
Text Example
White with #7FE08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE08B; }
p { color: rgb(127,224,139); }
H1.HeaderClassName
{
color: #7FE08B;
}
.AnyTagClassName
{
color: #7FE08B;
}
</style>
background-color css
<style>
a { background-color: #7FE08B; }
a { background-color: rgb(127,224,139); }
div.DivClassName
{
background-color: #7FE08B;
}
.BgClassName
{
background-color: #7FE08B;
}
</style>
border-color css
<style>
span { border-color: #7FE08B; }
span { border-color: rgb(127,224,139); }
td.TdClassName
{
border-color: #7FE08B;
}
.TagClassName
{
border-color: #7FE08B;
}
</style>