Shades of Pastel Green #7FED6A
Tints of Pastel Green #7FED6A
RGB
CMYK
RGB Variations
Color information
#7FED6A (or 0x7FED6A) is known color: Pastel Green. HEX triplet: 7F, ED and 6A. RGB value is (127,237,106). Sum of RGB (Red+Green+Blue) = 127+237+106=470 (62% of max value = 765). Red value is 127 (50% from 255 or 27.02% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #7FED6A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FED6A is #801295. Grayscale: #BDBDBD. Windows color (decimal): -8393366 or 7007615. OLE color: 7007615.
HSL color Cylindrical-coordinate representation of color #7FED6A: hue angle of 110.38º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7FED6A is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 237 | 106 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.07 |
| HSL | 110.38º | 0.78% | 0.67% | - |
| HSV(B) | 110.38º | 0.55% | 0.93% | - |
| XYZ | 41.64 | 66.12 | 24.2 | - |
| YUV | 189.18 | 81.06 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 237 | 106 | 0.46 | 0 | 0.55 | 0.07 | 110.38 | 0.78 | 0.67 |
| Hex | 7F | ED | 6A | 2E | 0 | 37 | 7 | 6E | 4E | 43 |
| Octal | 177 | 355 | 152 | 56 | 0 | 67 | 7 | 156 | 116 | 103 |
| Binary | 1111111 | 11101101 | 1101010 | 101110 | 0 | 110111 | 111 | 1101110 | 1001110 | 1000011 |
Color Harmonies of #7FED6A
Complementary color
Monochromatic Colors of #7FED6A
Black with #7FED6A
Text Example
Text Example
White with #7FED6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FED6A; }
p { color: rgb(127,237,106); }
H1.HeaderClassName
{
color: #7FED6A;
}
.AnyTagClassName
{
color: #7FED6A;
}
</style>
background-color css
<style>
a { background-color: #7FED6A; }
a { background-color: rgb(127,237,106); }
div.DivClassName
{
background-color: #7FED6A;
}
.BgClassName
{
background-color: #7FED6A;
}
</style>
border-color css
<style>
span { border-color: #7FED6A; }
span { border-color: rgb(127,237,106); }
td.TdClassName
{
border-color: #7FED6A;
}
.TagClassName
{
border-color: #7FED6A;
}
</style>