Shades of Pastel Green #7FEA7B
Tints of Pastel Green #7FEA7B
RGB
CMYK
RGB Variations
Color information
#7FEA7B (or 0x7FEA7B) is known color: Pastel Green. HEX triplet: 7F, EA and 7B. RGB value is (127,234,123). Sum of RGB (Red+Green+Blue) = 127+234+123=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #7FEA7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FEA7B is #801584. Grayscale: #BDBDBD. Windows color (decimal): -8394117 or 8120959. OLE color: 8120959.
HSL color Cylindrical-coordinate representation of color #7FEA7B: hue angle of 117.84º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FEA7B is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 234 | 123 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.08 |
| HSL | 117.84º | 0.73% | 0.7% | - |
| HSV(B) | 117.84º | 0.47% | 0.92% | - |
| XYZ | 41.75 | 64.79 | 29.04 | - |
| YUV | 189.35 | 90.55 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 234 | 123 | 0.46 | 0 | 0.47 | 0.08 | 117.84 | 0.73 | 0.7 |
| Hex | 7F | EA | 7B | 2E | 0 | 2F | 8 | 76 | 49 | 46 |
| Octal | 177 | 352 | 173 | 56 | 0 | 57 | 10 | 166 | 111 | 106 |
| Binary | 1111111 | 11101010 | 1111011 | 101110 | 0 | 101111 | 1000 | 1110110 | 1001001 | 1000110 |
Color Harmonies of #7FEA7B
Complementary color
Monochromatic Colors of #7FEA7B
Black with #7FEA7B
Text Example
Text Example
White with #7FEA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEA7B; }
p { color: rgb(127,234,123); }
H1.HeaderClassName
{
color: #7FEA7B;
}
.AnyTagClassName
{
color: #7FEA7B;
}
</style>
background-color css
<style>
a { background-color: #7FEA7B; }
a { background-color: rgb(127,234,123); }
div.DivClassName
{
background-color: #7FEA7B;
}
.BgClassName
{
background-color: #7FEA7B;
}
</style>
border-color css
<style>
span { border-color: #7FEA7B; }
span { border-color: rgb(127,234,123); }
td.TdClassName
{
border-color: #7FEA7B;
}
.TagClassName
{
border-color: #7FEA7B;
}
</style>