Shades of Pastel Green #7FE185
Tints of Pastel Green #7FE185
RGB
CMYK
RGB Variations
Color information
#7FE185 (or 0x7FE185) is known color: Pastel Green. HEX triplet: 7F, E1 and 85. RGB value is (127,225,133). Sum of RGB (Red+Green+Blue) = 127+225+133=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE185 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FE185 is #801E7A. Grayscale: #B9B9B9. Windows color (decimal): -8396411 or 8774015. OLE color: 8774015.
HSL color Cylindrical-coordinate representation of color #7FE185: hue angle of 123.67º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FE185 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 225 | 133 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.12 |
| HSL | 123.67º | 0.62% | 0.69% | - |
| HSV(B) | 123.67º | 0.44% | 0.88% | - |
| XYZ | 39.91 | 60.06 | 31.68 | - |
| YUV | 185.21 | 98.53 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 225 | 133 | 0.44 | 0 | 0.41 | 0.12 | 123.67 | 0.62 | 0.69 |
| Hex | 7F | E1 | 85 | 2C | 0 | 29 | C | 7C | 3E | 45 |
| Octal | 177 | 341 | 205 | 54 | 0 | 51 | 14 | 174 | 76 | 105 |
| Binary | 1111111 | 11100001 | 10000101 | 101100 | 0 | 101001 | 1100 | 1111100 | 111110 | 1000101 |
Color Harmonies of #7FE185
Complementary color
Monochromatic Colors of #7FE185
Black with #7FE185
Text Example
Text Example
White with #7FE185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE185; }
p { color: rgb(127,225,133); }
H1.HeaderClassName
{
color: #7FE185;
}
.AnyTagClassName
{
color: #7FE185;
}
</style>
background-color css
<style>
a { background-color: #7FE185; }
a { background-color: rgb(127,225,133); }
div.DivClassName
{
background-color: #7FE185;
}
.BgClassName
{
background-color: #7FE185;
}
</style>
border-color css
<style>
span { border-color: #7FE185; }
span { border-color: rgb(127,225,133); }
td.TdClassName
{
border-color: #7FE185;
}
.TagClassName
{
border-color: #7FE185;
}
</style>