Shades of Pastel Green #76E091
Tints of Pastel Green #76E091
RGB
CMYK
RGB Variations
Color information
#76E091 (or 0x76E091) is known color: Pastel Green. HEX triplet: 76, E0 and 91. RGB value is (118,224,145). Sum of RGB (Red+Green+Blue) = 118+224+145=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #76E091 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76E091 is #891F6E. Grayscale: #B7B7B7. Windows color (decimal): -8986479 or 9560182. OLE color: 9560182.
HSL color Cylindrical-coordinate representation of color #76E091: hue angle of 135.28º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76E091 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 224 | 145 | - |
| CMYK | 0.47 | 0 | 0.35 | 0.12 |
| HSL | 135.28º | 0.63% | 0.67% | - |
| HSV(B) | 135.28º | 0.47% | 0.88% | - |
| XYZ | 39.24 | 59.21 | 36.15 | - |
| YUV | 183.3 | 106.38 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 224 | 145 | 0.47 | 0 | 0.35 | 0.12 | 135.28 | 0.63 | 0.67 |
| Hex | 76 | E0 | 91 | 2F | 0 | 23 | C | 87 | 3F | 43 |
| Octal | 166 | 340 | 221 | 57 | 0 | 43 | 14 | 207 | 77 | 103 |
| Binary | 1110110 | 11100000 | 10010001 | 101111 | 0 | 100011 | 1100 | 10000111 | 111111 | 1000011 |
Color Harmonies of #76E091
Complementary color
Monochromatic Colors of #76E091
Black with #76E091
Text Example
Text Example
White with #76E091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E091; }
p { color: rgb(118,224,145); }
H1.HeaderClassName
{
color: #76E091;
}
.AnyTagClassName
{
color: #76E091;
}
</style>
background-color css
<style>
a { background-color: #76E091; }
a { background-color: rgb(118,224,145); }
div.DivClassName
{
background-color: #76E091;
}
.BgClassName
{
background-color: #76E091;
}
</style>
border-color css
<style>
span { border-color: #76E091; }
span { border-color: rgb(118,224,145); }
td.TdClassName
{
border-color: #76E091;
}
.TagClassName
{
border-color: #76E091;
}
</style>