Shades of Pastel Green #7FE485
Tints of Pastel Green #7FE485
RGB
CMYK
RGB Variations
Color information
#7FE485 (or 0x7FE485) is known color: Pastel Green. HEX triplet: 7F, E4 and 85. RGB value is (127,228,133). Sum of RGB (Red+Green+Blue) = 127+228+133=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #7FE485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FE485 is #801B7A. Grayscale: #BBBBBB. Windows color (decimal): -8395643 or 8774783. OLE color: 8774783.
HSL color Cylindrical-coordinate representation of color #7FE485: hue angle of 123.56º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FE485 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 228 | 133 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.11 |
| HSL | 123.56º | 0.65% | 0.7% | - |
| HSV(B) | 123.56º | 0.44% | 0.89% | - |
| XYZ | 40.73 | 61.69 | 31.95 | - |
| YUV | 186.97 | 97.54 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 228 | 133 | 0.44 | 0 | 0.42 | 0.11 | 123.56 | 0.65 | 0.7 |
| Hex | 7F | E4 | 85 | 2C | 0 | 2A | B | 7C | 41 | 46 |
| Octal | 177 | 344 | 205 | 54 | 0 | 52 | 13 | 174 | 101 | 106 |
| Binary | 1111111 | 11100100 | 10000101 | 101100 | 0 | 101010 | 1011 | 1111100 | 1000001 | 1000110 |
Color Harmonies of #7FE485
Complementary color
Monochromatic Colors of #7FE485
Black with #7FE485
Text Example
Text Example
White with #7FE485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE485; }
p { color: rgb(127,228,133); }
H1.HeaderClassName
{
color: #7FE485;
}
.AnyTagClassName
{
color: #7FE485;
}
</style>
background-color css
<style>
a { background-color: #7FE485; }
a { background-color: rgb(127,228,133); }
div.DivClassName
{
background-color: #7FE485;
}
.BgClassName
{
background-color: #7FE485;
}
</style>
border-color css
<style>
span { border-color: #7FE485; }
span { border-color: rgb(127,228,133); }
td.TdClassName
{
border-color: #7FE485;
}
.TagClassName
{
border-color: #7FE485;
}
</style>