Shades of Pastel Green #7EF169
Tints of Pastel Green #7EF169
RGB
CMYK
RGB Variations
Color information
#7EF169 (or 0x7EF169) is known color: Pastel Green. HEX triplet: 7E, F1 and 69. RGB value is (126,241,105). Sum of RGB (Red+Green+Blue) = 126+241+105=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #7EF169 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EF169 is #810E96. Grayscale: #BFBFBF. Windows color (decimal): -8457879 or 6943102. OLE color: 6943102.
HSL color Cylindrical-coordinate representation of color #7EF169: hue angle of 110.74º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7EF169 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 241 | 105 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.05 |
| HSL | 110.74º | 0.83% | 0.68% | - |
| HSV(B) | 110.74º | 0.56% | 0.95% | - |
| XYZ | 42.61 | 68.37 | 24.31 | - |
| YUV | 191.11 | 79.4 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 241 | 105 | 0.48 | 0 | 0.56 | 0.05 | 110.74 | 0.83 | 0.68 |
| Hex | 7E | F1 | 69 | 30 | 0 | 38 | 5 | 6F | 53 | 44 |
| Octal | 176 | 361 | 151 | 60 | 0 | 70 | 5 | 157 | 123 | 104 |
| Binary | 1111110 | 11110001 | 1101001 | 110000 | 0 | 111000 | 101 | 1101111 | 1010011 | 1000100 |
Color Harmonies of #7EF169
Complementary color
Monochromatic Colors of #7EF169
Black with #7EF169
Text Example
Text Example
White with #7EF169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF169; }
p { color: rgb(126,241,105); }
H1.HeaderClassName
{
color: #7EF169;
}
.AnyTagClassName
{
color: #7EF169;
}
</style>
background-color css
<style>
a { background-color: #7EF169; }
a { background-color: rgb(126,241,105); }
div.DivClassName
{
background-color: #7EF169;
}
.BgClassName
{
background-color: #7EF169;
}
</style>
border-color css
<style>
span { border-color: #7EF169; }
span { border-color: rgb(126,241,105); }
td.TdClassName
{
border-color: #7EF169;
}
.TagClassName
{
border-color: #7EF169;
}
</style>