Shades of Pastel Green #7EEF64
Tints of Pastel Green #7EEF64
RGB
CMYK
RGB Variations
Color information
#7EEF64 (or 0x7EEF64) is known color: Pastel Green. HEX triplet: 7E, EF and 64. RGB value is (126,239,100). Sum of RGB (Red+Green+Blue) = 126+239+100=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 239 (93.75% from 255 or 51.40% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 239 - color contains mainly: green. Hex color #7EEF64 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EEF64 is #81109B. Grayscale: #BDBDBD. Windows color (decimal): -8458396 or 6614910. OLE color: 6614910.
HSL color Cylindrical-coordinate representation of color #7EEF64: hue angle of 108.78º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7EEF64 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 239 | 100 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.06 |
| HSL | 108.78º | 0.81% | 0.66% | - |
| HSV(B) | 108.78º | 0.58% | 0.94% | - |
| XYZ | 41.77 | 67.09 | 22.8 | - |
| YUV | 189.37 | 77.56 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 239 | 100 | 0.47 | 0 | 0.58 | 0.06 | 108.78 | 0.81 | 0.66 |
| Hex | 7E | EF | 64 | 2F | 0 | 3A | 6 | 6D | 51 | 42 |
| Octal | 176 | 357 | 144 | 57 | 0 | 72 | 6 | 155 | 121 | 102 |
| Binary | 1111110 | 11101111 | 1100100 | 101111 | 0 | 111010 | 110 | 1101101 | 1010001 | 1000010 |
Color Harmonies of #7EEF64
Complementary color
Monochromatic Colors of #7EEF64
Black with #7EEF64
Text Example
Text Example
White with #7EEF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEF64; }
p { color: rgb(126,239,100); }
H1.HeaderClassName
{
color: #7EEF64;
}
.AnyTagClassName
{
color: #7EEF64;
}
</style>
background-color css
<style>
a { background-color: #7EEF64; }
a { background-color: rgb(126,239,100); }
div.DivClassName
{
background-color: #7EEF64;
}
.BgClassName
{
background-color: #7EEF64;
}
</style>
border-color css
<style>
span { border-color: #7EEF64; }
span { border-color: rgb(126,239,100); }
td.TdClassName
{
border-color: #7EEF64;
}
.TagClassName
{
border-color: #7EEF64;
}
</style>