Shades of Pastel Green #7FED65
Tints of Pastel Green #7FED65
RGB
CMYK
RGB Variations
Color information
#7FED65 (or 0x7FED65) is known color: Pastel Green. HEX triplet: 7F, ED and 65. RGB value is (127,237,101). Sum of RGB (Red+Green+Blue) = 127+237+101=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #7FED65 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FED65 is #80129A. Grayscale: #BDBDBD. Windows color (decimal): -8393371 or 6679935. OLE color: 6679935.
HSL color Cylindrical-coordinate representation of color #7FED65: hue angle of 108.53º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7FED65 is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 237 | 101 | - |
| CMYK | 0.46 | 0 | 0.57 | 0.07 |
| HSL | 108.53º | 0.79% | 0.66% | - |
| HSV(B) | 108.53º | 0.57% | 0.93% | - |
| XYZ | 41.39 | 66.02 | 22.87 | - |
| YUV | 188.61 | 78.56 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 237 | 101 | 0.46 | 0 | 0.57 | 0.07 | 108.53 | 0.79 | 0.66 |
| Hex | 7F | ED | 65 | 2E | 0 | 39 | 7 | 6D | 4F | 42 |
| Octal | 177 | 355 | 145 | 56 | 0 | 71 | 7 | 155 | 117 | 102 |
| Binary | 1111111 | 11101101 | 1100101 | 101110 | 0 | 111001 | 111 | 1101101 | 1001111 | 1000010 |
Color Harmonies of #7FED65
Complementary color
Monochromatic Colors of #7FED65
Black with #7FED65
Text Example
Text Example
White with #7FED65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FED65; }
p { color: rgb(127,237,101); }
H1.HeaderClassName
{
color: #7FED65;
}
.AnyTagClassName
{
color: #7FED65;
}
</style>
background-color css
<style>
a { background-color: #7FED65; }
a { background-color: rgb(127,237,101); }
div.DivClassName
{
background-color: #7FED65;
}
.BgClassName
{
background-color: #7FED65;
}
</style>
border-color css
<style>
span { border-color: #7FED65; }
span { border-color: rgb(127,237,101); }
td.TdClassName
{
border-color: #7FED65;
}
.TagClassName
{
border-color: #7FED65;
}
</style>