Shades of Pastel Green #76E088
Tints of Pastel Green #76E088
RGB
CMYK
RGB Variations
Color information
#76E088 (or 0x76E088) is known color: Pastel Green. HEX triplet: 76, E0 and 88. RGB value is (118,224,136). Sum of RGB (Red+Green+Blue) = 118+224+136=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #76E088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76E088 is #891F77. Grayscale: #B6B6B6. Windows color (decimal): -8986488 or 8970358. OLE color: 8970358.
HSL color Cylindrical-coordinate representation of color #76E088: hue angle of 130.19º 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 #76E088 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 224 | 136 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.12 |
| HSL | 130.19º | 0.63% | 0.67% | - |
| HSV(B) | 130.19º | 0.47% | 0.88% | - |
| XYZ | 38.57 | 58.94 | 32.64 | - |
| YUV | 182.27 | 101.88 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 224 | 136 | 0.47 | 0 | 0.39 | 0.12 | 130.19 | 0.63 | 0.67 |
| Hex | 76 | E0 | 88 | 2F | 0 | 27 | C | 82 | 3F | 43 |
| Octal | 166 | 340 | 210 | 57 | 0 | 47 | 14 | 202 | 77 | 103 |
| Binary | 1110110 | 11100000 | 10001000 | 101111 | 0 | 100111 | 1100 | 10000010 | 111111 | 1000011 |
Color Harmonies of #76E088
Complementary color
Monochromatic Colors of #76E088
Black with #76E088
Text Example
Text Example
White with #76E088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E088; }
p { color: rgb(118,224,136); }
H1.HeaderClassName
{
color: #76E088;
}
.AnyTagClassName
{
color: #76E088;
}
</style>
background-color css
<style>
a { background-color: #76E088; }
a { background-color: rgb(118,224,136); }
div.DivClassName
{
background-color: #76E088;
}
.BgClassName
{
background-color: #76E088;
}
</style>
border-color css
<style>
span { border-color: #76E088; }
span { border-color: rgb(118,224,136); }
td.TdClassName
{
border-color: #76E088;
}
.TagClassName
{
border-color: #76E088;
}
</style>