Shades of Pastel Green #7EF065
Tints of Pastel Green #7EF065
RGB
CMYK
RGB Variations
Color information
#7EF065 (or 0x7EF065) is known color: Pastel Green. HEX triplet: 7E, F0 and 65. RGB value is (126,240,101). Sum of RGB (Red+Green+Blue) = 126+240+101=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #7EF065 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EF065 is #810F9A. Grayscale: #BEBEBE. Windows color (decimal): -8458139 or 6680702. OLE color: 6680702.
HSL color Cylindrical-coordinate representation of color #7EF065: hue angle of 109.21º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7EF065 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 240 | 101 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.06 |
| HSL | 109.21º | 0.82% | 0.67% | - |
| HSV(B) | 109.21º | 0.58% | 0.94% | - |
| XYZ | 42.11 | 67.7 | 23.16 | - |
| YUV | 190.07 | 77.73 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 240 | 101 | 0.48 | 0 | 0.58 | 0.06 | 109.21 | 0.82 | 0.67 |
| Hex | 7E | F0 | 65 | 30 | 0 | 3A | 6 | 6D | 52 | 43 |
| Octal | 176 | 360 | 145 | 60 | 0 | 72 | 6 | 155 | 122 | 103 |
| Binary | 1111110 | 11110000 | 1100101 | 110000 | 0 | 111010 | 110 | 1101101 | 1010010 | 1000011 |
Color Harmonies of #7EF065
Complementary color
Monochromatic Colors of #7EF065
Black with #7EF065
Text Example
Text Example
White with #7EF065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF065; }
p { color: rgb(126,240,101); }
H1.HeaderClassName
{
color: #7EF065;
}
.AnyTagClassName
{
color: #7EF065;
}
</style>
background-color css
<style>
a { background-color: #7EF065; }
a { background-color: rgb(126,240,101); }
div.DivClassName
{
background-color: #7EF065;
}
.BgClassName
{
background-color: #7EF065;
}
</style>
border-color css
<style>
span { border-color: #7EF065; }
span { border-color: rgb(126,240,101); }
td.TdClassName
{
border-color: #7EF065;
}
.TagClassName
{
border-color: #7EF065;
}
</style>