Shades of Pastel Green #7FE985
Tints of Pastel Green #7FE985
RGB
CMYK
RGB Variations
Color information
#7FE985 (or 0x7FE985) is known color: Pastel Green. HEX triplet: 7F, E9 and 85. RGB value is (127,233,133). Sum of RGB (Red+Green+Blue) = 127+233+133=493 (65% of max value = 765). Red value is 127 (50% from 255 or 25.76% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #7FE985 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FE985 is #80167A. Grayscale: #BEBEBE. Windows color (decimal): -8394363 or 8776063. OLE color: 8776063.
HSL color Cylindrical-coordinate representation of color #7FE985: hue angle of 123.4º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE985 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 233 | 133 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.09 |
| HSL | 123.4º | 0.71% | 0.71% | - |
| HSV(B) | 123.4º | 0.45% | 0.91% | - |
| XYZ | 42.12 | 64.48 | 32.42 | - |
| YUV | 189.91 | 95.88 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 233 | 133 | 0.45 | 0 | 0.43 | 0.09 | 123.4 | 0.71 | 0.71 |
| Hex | 7F | E9 | 85 | 2D | 0 | 2B | 9 | 7B | 47 | 47 |
| Octal | 177 | 351 | 205 | 55 | 0 | 53 | 11 | 173 | 107 | 107 |
| Binary | 1111111 | 11101001 | 10000101 | 101101 | 0 | 101011 | 1001 | 1111011 | 1000111 | 1000111 |
Color Harmonies of #7FE985
Complementary color
Monochromatic Colors of #7FE985
Black with #7FE985
Text Example
Text Example
White with #7FE985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE985; }
p { color: rgb(127,233,133); }
H1.HeaderClassName
{
color: #7FE985;
}
.AnyTagClassName
{
color: #7FE985;
}
</style>
background-color css
<style>
a { background-color: #7FE985; }
a { background-color: rgb(127,233,133); }
div.DivClassName
{
background-color: #7FE985;
}
.BgClassName
{
background-color: #7FE985;
}
</style>
border-color css
<style>
span { border-color: #7FE985; }
span { border-color: rgb(127,233,133); }
td.TdClassName
{
border-color: #7FE985;
}
.TagClassName
{
border-color: #7FE985;
}
</style>