Shades of Pastel Green #7FED7B
Tints of Pastel Green #7FED7B
RGB
CMYK
RGB Variations
Color information
#7FED7B (or 0x7FED7B) is known color: Pastel Green. HEX triplet: 7F, ED and 7B. RGB value is (127,237,123). Sum of RGB (Red+Green+Blue) = 127+237+123=487 (64% of max value = 765). Red value is 127 (50% from 255 or 26.08% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #7FED7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FED7B is #801284. Grayscale: #BFBFBF. Windows color (decimal): -8393349 or 8121727. OLE color: 8121727.
HSL color Cylindrical-coordinate representation of color #7FED7B: hue angle of 117.89º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FED7B is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 237 | 123 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.07 |
| HSL | 117.89º | 0.76% | 0.71% | - |
| HSV(B) | 117.89º | 0.48% | 0.93% | - |
| XYZ | 42.61 | 66.51 | 29.33 | - |
| YUV | 191.11 | 89.56 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 237 | 123 | 0.46 | 0 | 0.48 | 0.07 | 117.89 | 0.76 | 0.71 |
| Hex | 7F | ED | 7B | 2E | 0 | 30 | 7 | 76 | 4C | 47 |
| Octal | 177 | 355 | 173 | 56 | 0 | 60 | 7 | 166 | 114 | 107 |
| Binary | 1111111 | 11101101 | 1111011 | 101110 | 0 | 110000 | 111 | 1110110 | 1001100 | 1000111 |
Color Harmonies of #7FED7B
Complementary color
Monochromatic Colors of #7FED7B
Black with #7FED7B
Text Example
Text Example
White with #7FED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FED7B; }
p { color: rgb(127,237,123); }
H1.HeaderClassName
{
color: #7FED7B;
}
.AnyTagClassName
{
color: #7FED7B;
}
</style>
background-color css
<style>
a { background-color: #7FED7B; }
a { background-color: rgb(127,237,123); }
div.DivClassName
{
background-color: #7FED7B;
}
.BgClassName
{
background-color: #7FED7B;
}
</style>
border-color css
<style>
span { border-color: #7FED7B; }
span { border-color: rgb(127,237,123); }
td.TdClassName
{
border-color: #7FED7B;
}
.TagClassName
{
border-color: #7FED7B;
}
</style>