Shades of Pastel Green #7EF06C
Tints of Pastel Green #7EF06C
RGB
CMYK
RGB Variations
Color information
#7EF06C (or 0x7EF06C) is known color: Pastel Green. HEX triplet: 7E, F0 and 6C. RGB value is (126,240,108). Sum of RGB (Red+Green+Blue) = 126+240+108=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #7EF06C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EF06C is #810F93. Grayscale: #BFBFBF. Windows color (decimal): -8458132 or 7139454. OLE color: 7139454.
HSL color Cylindrical-coordinate representation of color #7EF06C: hue angle of 111.82º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7EF06C is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 240 | 108 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.06 |
| HSL | 111.82º | 0.81% | 0.68% | - |
| HSV(B) | 111.82º | 0.55% | 0.94% | - |
| XYZ | 42.47 | 67.84 | 25.04 | - |
| YUV | 190.87 | 81.23 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 240 | 108 | 0.48 | 0 | 0.55 | 0.06 | 111.82 | 0.81 | 0.68 |
| Hex | 7E | F0 | 6C | 30 | 0 | 37 | 6 | 70 | 51 | 44 |
| Octal | 176 | 360 | 154 | 60 | 0 | 67 | 6 | 160 | 121 | 104 |
| Binary | 1111110 | 11110000 | 1101100 | 110000 | 0 | 110111 | 110 | 1110000 | 1010001 | 1000100 |
Color Harmonies of #7EF06C
Complementary color
Monochromatic Colors of #7EF06C
Black with #7EF06C
Text Example
Text Example
White with #7EF06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF06C; }
p { color: rgb(126,240,108); }
H1.HeaderClassName
{
color: #7EF06C;
}
.AnyTagClassName
{
color: #7EF06C;
}
</style>
background-color css
<style>
a { background-color: #7EF06C; }
a { background-color: rgb(126,240,108); }
div.DivClassName
{
background-color: #7EF06C;
}
.BgClassName
{
background-color: #7EF06C;
}
</style>
border-color css
<style>
span { border-color: #7EF06C; }
span { border-color: rgb(126,240,108); }
td.TdClassName
{
border-color: #7EF06C;
}
.TagClassName
{
border-color: #7EF06C;
}
</style>