Shades of Pastel Green #76EA82
Tints of Pastel Green #76EA82
RGB
CMYK
RGB Variations
Color information
#76EA82 (or 0x76EA82) is known color: Pastel Green. HEX triplet: 76, EA and 82. RGB value is (118,234,130). Sum of RGB (Red+Green+Blue) = 118+234+130=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #76EA82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76EA82 is #89157D. Grayscale: #BBBBBB. Windows color (decimal): -8983934 or 8579702. OLE color: 8579702.
HSL color Cylindrical-coordinate representation of color #76EA82: hue angle of 126.21º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EA82 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 234 | 130 | - |
| CMYK | 0.50 | 0 | 0.44 | 0.08 |
| HSL | 126.21º | 0.73% | 0.69% | - |
| HSV(B) | 126.21º | 0.5% | 0.92% | - |
| XYZ | 40.92 | 64.31 | 31.38 | - |
| YUV | 187.46 | 95.57 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 234 | 130 | 0.50 | 0 | 0.44 | 0.08 | 126.21 | 0.73 | 0.69 |
| Hex | 76 | EA | 82 | 32 | 0 | 2C | 8 | 7E | 49 | 45 |
| Octal | 166 | 352 | 202 | 62 | 0 | 54 | 10 | 176 | 111 | 105 |
| Binary | 1110110 | 11101010 | 10000010 | 110010 | 0 | 101100 | 1000 | 1111110 | 1001001 | 1000101 |
Color Harmonies of #76EA82
Complementary color
Monochromatic Colors of #76EA82
Black with #76EA82
Text Example
Text Example
White with #76EA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EA82; }
p { color: rgb(118,234,130); }
H1.HeaderClassName
{
color: #76EA82;
}
.AnyTagClassName
{
color: #76EA82;
}
</style>
background-color css
<style>
a { background-color: #76EA82; }
a { background-color: rgb(118,234,130); }
div.DivClassName
{
background-color: #76EA82;
}
.BgClassName
{
background-color: #76EA82;
}
</style>
border-color css
<style>
span { border-color: #76EA82; }
span { border-color: rgb(118,234,130); }
td.TdClassName
{
border-color: #76EA82;
}
.TagClassName
{
border-color: #76EA82;
}
</style>