Shades of Pastel Green #76E674
Tints of Pastel Green #76E674
RGB
CMYK
RGB Variations
Color information
#76E674 (or 0x76E674) is known color: Pastel Green. HEX triplet: 76, E6 and 74. RGB value is (118,230,116). Sum of RGB (Red+Green+Blue) = 118+230+116=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 230 - color contains mainly: green. Hex color #76E674 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76E674 is #89198B. Grayscale: #B7B7B7. Windows color (decimal): -8984972 or 7661174. OLE color: 7661174.
HSL color Cylindrical-coordinate representation of color #76E674: hue angle of 118.95º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76E674 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 230 | 116 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.10 |
| HSL | 118.95º | 0.7% | 0.68% | - |
| HSV(B) | 118.95º | 0.5% | 0.9% | - |
| XYZ | 38.92 | 61.71 | 26.38 | - |
| YUV | 183.52 | 89.89 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 230 | 116 | 0.49 | 0 | 0.50 | 0.10 | 118.95 | 0.7 | 0.68 |
| Hex | 76 | E6 | 74 | 31 | 0 | 32 | A | 77 | 46 | 44 |
| Octal | 166 | 346 | 164 | 61 | 0 | 62 | 12 | 167 | 106 | 104 |
| Binary | 1110110 | 11100110 | 1110100 | 110001 | 0 | 110010 | 1010 | 1110111 | 1000110 | 1000100 |
Color Harmonies of #76E674
Complementary color
Monochromatic Colors of #76E674
Black with #76E674
Text Example
Text Example
White with #76E674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E674; }
p { color: rgb(118,230,116); }
H1.HeaderClassName
{
color: #76E674;
}
.AnyTagClassName
{
color: #76E674;
}
</style>
background-color css
<style>
a { background-color: #76E674; }
a { background-color: rgb(118,230,116); }
div.DivClassName
{
background-color: #76E674;
}
.BgClassName
{
background-color: #76E674;
}
</style>
border-color css
<style>
span { border-color: #76E674; }
span { border-color: rgb(118,230,116); }
td.TdClassName
{
border-color: #76E674;
}
.TagClassName
{
border-color: #76E674;
}
</style>