Shades of Pastel Green #7FE685
Tints of Pastel Green #7FE685
RGB
CMYK
RGB Variations
Color information
#7FE685 (or 0x7FE685) is known color: Pastel Green. HEX triplet: 7F, E6 and 85. RGB value is (127,230,133). Sum of RGB (Red+Green+Blue) = 127+230+133=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 230 - color contains mainly: green. Hex color #7FE685 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FE685 is #80197A. Grayscale: #BCBCBC. Windows color (decimal): -8395131 or 8775295. OLE color: 8775295.
HSL color Cylindrical-coordinate representation of color #7FE685: hue angle of 123.5º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE685 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 230 | 133 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.10 |
| HSL | 123.5º | 0.67% | 0.7% | - |
| HSV(B) | 123.5º | 0.45% | 0.9% | - |
| XYZ | 41.28 | 62.8 | 32.14 | - |
| YUV | 188.15 | 96.88 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 230 | 133 | 0.45 | 0 | 0.42 | 0.10 | 123.5 | 0.67 | 0.7 |
| Hex | 7F | E6 | 85 | 2D | 0 | 2A | A | 7B | 43 | 46 |
| Octal | 177 | 346 | 205 | 55 | 0 | 52 | 12 | 173 | 103 | 106 |
| Binary | 1111111 | 11100110 | 10000101 | 101101 | 0 | 101010 | 1010 | 1111011 | 1000011 | 1000110 |
Color Harmonies of #7FE685
Complementary color
Monochromatic Colors of #7FE685
Black with #7FE685
Text Example
Text Example
White with #7FE685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE685; }
p { color: rgb(127,230,133); }
H1.HeaderClassName
{
color: #7FE685;
}
.AnyTagClassName
{
color: #7FE685;
}
</style>
background-color css
<style>
a { background-color: #7FE685; }
a { background-color: rgb(127,230,133); }
div.DivClassName
{
background-color: #7FE685;
}
.BgClassName
{
background-color: #7FE685;
}
</style>
border-color css
<style>
span { border-color: #7FE685; }
span { border-color: rgb(127,230,133); }
td.TdClassName
{
border-color: #7FE685;
}
.TagClassName
{
border-color: #7FE685;
}
</style>