Shades of Pastel Green #7EF978
Tints of Pastel Green #7EF978
RGB
CMYK
RGB Variations
Color information
#7EF978 (or 0x7EF978) is known color: Pastel Green. HEX triplet: 7E, F9 and 78. RGB value is (126,249,120). Sum of RGB (Red+Green+Blue) = 126+249+120=495 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.45% from 495); Green value is 249 (97.66% from 255 or 50.30% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 249 - color contains mainly: green. Hex color #7EF978 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EF978 is #810687. Grayscale: #C5C5C5. Windows color (decimal): -8455816 or 7928190. OLE color: 7928190.
HSL color Cylindrical-coordinate representation of color #7EF978: hue angle of 117.21º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7EF978 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 249 | 120 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.02 |
| HSL | 117.21º | 0.91% | 0.72% | - |
| HSV(B) | 117.21º | 0.52% | 0.98% | - |
| XYZ | 45.87 | 73.54 | 29.55 | - |
| YUV | 197.52 | 84.25 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 249 | 120 | 0.49 | 0 | 0.52 | 0.02 | 117.21 | 0.91 | 0.72 |
| Hex | 7E | F9 | 78 | 31 | 0 | 34 | 2 | 75 | 5B | 48 |
| Octal | 176 | 371 | 170 | 61 | 0 | 64 | 2 | 165 | 133 | 110 |
| Binary | 1111110 | 11111001 | 1111000 | 110001 | 0 | 110100 | 10 | 1110101 | 1011011 | 1001000 |
Color Harmonies of #7EF978
Complementary color
Monochromatic Colors of #7EF978
Black with #7EF978
Text Example
Text Example
White with #7EF978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF978; }
p { color: rgb(126,249,120); }
H1.HeaderClassName
{
color: #7EF978;
}
.AnyTagClassName
{
color: #7EF978;
}
</style>
background-color css
<style>
a { background-color: #7EF978; }
a { background-color: rgb(126,249,120); }
div.DivClassName
{
background-color: #7EF978;
}
.BgClassName
{
background-color: #7EF978;
}
</style>
border-color css
<style>
span { border-color: #7EF978; }
span { border-color: rgb(126,249,120); }
td.TdClassName
{
border-color: #7EF978;
}
.TagClassName
{
border-color: #7EF978;
}
</style>