Shades of Pastel Green #76E364
Tints of Pastel Green #76E364
RGB
CMYK
RGB Variations
Color information
#76E364 (or 0x76E364) is known color: Pastel Green. HEX triplet: 76, E3 and 64. RGB value is (118,227,100). Sum of RGB (Red+Green+Blue) = 118+227+100=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 227 (89.06% from 255 or 51.01% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 227 - color contains mainly: green. Hex color #76E364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76E364 is #891C9B. Grayscale: #B4B4B4. Windows color (decimal): -8985756 or 6611830. OLE color: 6611830.
HSL color Cylindrical-coordinate representation of color #76E364: hue angle of 111.5º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76E364 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 227 | 100 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.11 |
| HSL | 111.5º | 0.69% | 0.64% | - |
| HSV(B) | 111.5º | 0.56% | 0.89% | - |
| XYZ | 37.24 | 59.71 | 21.62 | - |
| YUV | 179.93 | 82.89 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 227 | 100 | 0.48 | 0 | 0.56 | 0.11 | 111.5 | 0.69 | 0.64 |
| Hex | 76 | E3 | 64 | 30 | 0 | 38 | B | 6F | 45 | 40 |
| Octal | 166 | 343 | 144 | 60 | 0 | 70 | 13 | 157 | 105 | 100 |
| Binary | 1110110 | 11100011 | 1100100 | 110000 | 0 | 111000 | 1011 | 1101111 | 1000101 | 1000000 |
Color Harmonies of #76E364
Complementary color
Monochromatic Colors of #76E364
Black with #76E364
Text Example
Text Example
White with #76E364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E364; }
p { color: rgb(118,227,100); }
H1.HeaderClassName
{
color: #76E364;
}
.AnyTagClassName
{
color: #76E364;
}
</style>
background-color css
<style>
a { background-color: #76E364; }
a { background-color: rgb(118,227,100); }
div.DivClassName
{
background-color: #76E364;
}
.BgClassName
{
background-color: #76E364;
}
</style>
border-color css
<style>
span { border-color: #76E364; }
span { border-color: rgb(118,227,100); }
td.TdClassName
{
border-color: #76E364;
}
.TagClassName
{
border-color: #76E364;
}
</style>