Shades of Pastel Green #76E25D
Tints of Pastel Green #76E25D
RGB
CMYK
RGB Variations
Color information
#76E25D (or 0x76E25D) is known color: Pastel Green. HEX triplet: 76, E2 and 5D. RGB value is (118,226,93). Sum of RGB (Red+Green+Blue) = 118+226+93=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 226 (88.67% from 255 or 51.72% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 226 - color contains mainly: green. Hex color #76E25D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76E25D is #891DA2. Grayscale: #B2B2B2. Windows color (decimal): -8986019 or 6152822. OLE color: 6152822.
HSL color Cylindrical-coordinate representation of color #76E25D: hue angle of 108.72º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76E25D is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 226 | 93 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.11 |
| HSL | 108.72º | 0.7% | 0.63% | - |
| HSV(B) | 108.72º | 0.59% | 0.89% | - |
| XYZ | 36.64 | 59.03 | 19.82 | - |
| YUV | 178.55 | 79.72 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 226 | 93 | 0.48 | 0 | 0.59 | 0.11 | 108.72 | 0.7 | 0.63 |
| Hex | 76 | E2 | 5D | 30 | 0 | 3B | B | 6D | 46 | 3F |
| Octal | 166 | 342 | 135 | 60 | 0 | 73 | 13 | 155 | 106 | 77 |
| Binary | 1110110 | 11100010 | 1011101 | 110000 | 0 | 111011 | 1011 | 1101101 | 1000110 | 111111 |
Color Harmonies of #76E25D
Complementary color
Monochromatic Colors of #76E25D
Black with #76E25D
Text Example
Text Example
White with #76E25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E25D; }
p { color: rgb(118,226,93); }
H1.HeaderClassName
{
color: #76E25D;
}
.AnyTagClassName
{
color: #76E25D;
}
</style>
background-color css
<style>
a { background-color: #76E25D; }
a { background-color: rgb(118,226,93); }
div.DivClassName
{
background-color: #76E25D;
}
.BgClassName
{
background-color: #76E25D;
}
</style>
border-color css
<style>
span { border-color: #76E25D; }
span { border-color: rgb(118,226,93); }
td.TdClassName
{
border-color: #76E25D;
}
.TagClassName
{
border-color: #76E25D;
}
</style>