Shades of Pastel Green #7EE064
Tints of Pastel Green #7EE064
RGB
CMYK
RGB Variations
Color information
#7EE064 (or 0x7EE064) is known color: Pastel Green. HEX triplet: 7E, E0 and 64. RGB value is (126,224,100). Sum of RGB (Red+Green+Blue) = 126+224+100=450 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EE064 is #811F9B. Grayscale: #B4B4B4. Windows color (decimal): -8462236 or 6611070. OLE color: 6611070.
HSL color Cylindrical-coordinate representation of color #7EE064: hue angle of 107.42º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7EE064 is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 224 | 100 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.12 |
| HSL | 107.42º | 0.67% | 0.64% | - |
| HSV(B) | 107.42º | 0.55% | 0.88% | - |
| XYZ | 37.56 | 58.67 | 21.4 | - |
| YUV | 180.56 | 82.53 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 224 | 100 | 0.44 | 0 | 0.55 | 0.12 | 107.42 | 0.67 | 0.64 |
| Hex | 7E | E0 | 64 | 2C | 0 | 37 | C | 6B | 43 | 40 |
| Octal | 176 | 340 | 144 | 54 | 0 | 67 | 14 | 153 | 103 | 100 |
| Binary | 1111110 | 11100000 | 1100100 | 101100 | 0 | 110111 | 1100 | 1101011 | 1000011 | 1000000 |
Color Harmonies of #7EE064
Complementary color
Monochromatic Colors of #7EE064
Black with #7EE064
Text Example
Text Example
White with #7EE064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE064; }
p { color: rgb(126,224,100); }
H1.HeaderClassName
{
color: #7EE064;
}
.AnyTagClassName
{
color: #7EE064;
}
</style>
background-color css
<style>
a { background-color: #7EE064; }
a { background-color: rgb(126,224,100); }
div.DivClassName
{
background-color: #7EE064;
}
.BgClassName
{
background-color: #7EE064;
}
</style>
border-color css
<style>
span { border-color: #7EE064; }
span { border-color: rgb(126,224,100); }
td.TdClassName
{
border-color: #7EE064;
}
.TagClassName
{
border-color: #7EE064;
}
</style>