Shades of Pastel Green #7FE85D
Tints of Pastel Green #7FE85D
RGB
CMYK
RGB Variations
Color information
#7FE85D (or 0x7FE85D) is known color: Pastel Green. HEX triplet: 7F, E8 and 5D. RGB value is (127,232,93). Sum of RGB (Red+Green+Blue) = 127+232+93=452 (59% of max value = 765). Red value is 127 (50% from 255 or 28.10% from 452); Green value is 232 (91.02% from 255 or 51.33% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 232 - color contains mainly: green. Hex color #7FE85D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FE85D is #8017A2. Grayscale: #B9B9B9. Windows color (decimal): -8394659 or 6154367. OLE color: 6154367.
HSL color Cylindrical-coordinate representation of color #7FE85D: hue angle of 105.32º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7FE85D is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 232 | 93 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.09 |
| HSL | 105.32º | 0.75% | 0.64% | - |
| HSV(B) | 105.32º | 0.6% | 0.91% | - |
| XYZ | 39.58 | 63.02 | 20.43 | - |
| YUV | 184.76 | 76.21 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 232 | 93 | 0.45 | 0 | 0.60 | 0.09 | 105.32 | 0.75 | 0.64 |
| Hex | 7F | E8 | 5D | 2D | 0 | 3C | 9 | 69 | 4B | 40 |
| Octal | 177 | 350 | 135 | 55 | 0 | 74 | 11 | 151 | 113 | 100 |
| Binary | 1111111 | 11101000 | 1011101 | 101101 | 0 | 111100 | 1001 | 1101001 | 1001011 | 1000000 |
Color Harmonies of #7FE85D
Complementary color
Monochromatic Colors of #7FE85D
Black with #7FE85D
Text Example
Text Example
White with #7FE85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE85D; }
p { color: rgb(127,232,93); }
H1.HeaderClassName
{
color: #7FE85D;
}
.AnyTagClassName
{
color: #7FE85D;
}
</style>
background-color css
<style>
a { background-color: #7FE85D; }
a { background-color: rgb(127,232,93); }
div.DivClassName
{
background-color: #7FE85D;
}
.BgClassName
{
background-color: #7FE85D;
}
</style>
border-color css
<style>
span { border-color: #7FE85D; }
span { border-color: rgb(127,232,93); }
td.TdClassName
{
border-color: #7FE85D;
}
.TagClassName
{
border-color: #7FE85D;
}
</style>