Shades of Pastel Green #7FE960
Tints of Pastel Green #7FE960
RGB
CMYK
RGB Variations
Color information
#7FE960 (or 0x7FE960) is known color: Pastel Green. HEX triplet: 7F, E9 and 60. RGB value is (127,233,96). Sum of RGB (Red+Green+Blue) = 127+233+96=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 233 (91.41% from 255 or 51.10% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 233 - color contains mainly: green. Hex color #7FE960 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FE960 is #80169F. Grayscale: #BABABA. Windows color (decimal): -8394400 or 6351231. OLE color: 6351231.
HSL color Cylindrical-coordinate representation of color #7FE960: hue angle of 106.42º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7FE960 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 233 | 96 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.09 |
| HSL | 106.42º | 0.76% | 0.65% | - |
| HSV(B) | 106.42º | 0.59% | 0.91% | - |
| XYZ | 40 | 63.63 | 21.24 | - |
| YUV | 185.69 | 77.38 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 233 | 96 | 0.45 | 0 | 0.59 | 0.09 | 106.42 | 0.76 | 0.65 |
| Hex | 7F | E9 | 60 | 2D | 0 | 3B | 9 | 6A | 4C | 41 |
| Octal | 177 | 351 | 140 | 55 | 0 | 73 | 11 | 152 | 114 | 101 |
| Binary | 1111111 | 11101001 | 1100000 | 101101 | 0 | 111011 | 1001 | 1101010 | 1001100 | 1000001 |
Color Harmonies of #7FE960
Complementary color
Monochromatic Colors of #7FE960
Black with #7FE960
Text Example
Text Example
White with #7FE960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE960; }
p { color: rgb(127,233,96); }
H1.HeaderClassName
{
color: #7FE960;
}
.AnyTagClassName
{
color: #7FE960;
}
</style>
background-color css
<style>
a { background-color: #7FE960; }
a { background-color: rgb(127,233,96); }
div.DivClassName
{
background-color: #7FE960;
}
.BgClassName
{
background-color: #7FE960;
}
</style>
border-color css
<style>
span { border-color: #7FE960; }
span { border-color: rgb(127,233,96); }
td.TdClassName
{
border-color: #7FE960;
}
.TagClassName
{
border-color: #7FE960;
}
</style>