Shades of Pastel Green #76DC74
Tints of Pastel Green #76DC74
RGB
CMYK
RGB Variations
Color information
#76DC74 (or 0x76DC74) is known color: Pastel Green. HEX triplet: 76, DC and 74. RGB value is (118,220,116). Sum of RGB (Red+Green+Blue) = 118+220+116=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DC74 is #89238B. Grayscale: #B1B1B1. Windows color (decimal): -8987532 or 7658614. OLE color: 7658614.
HSL color Cylindrical-coordinate representation of color #76DC74: hue angle of 118.85º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DC74 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 116 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.14 |
| HSL | 118.85º | 0.6% | 0.66% | - |
| HSV(B) | 118.85º | 0.47% | 0.86% | - |
| XYZ | 36.22 | 56.3 | 25.48 | - |
| YUV | 177.65 | 93.21 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 116 | 0.46 | 0 | 0.47 | 0.14 | 118.85 | 0.6 | 0.66 |
| Hex | 76 | DC | 74 | 2E | 0 | 2F | E | 77 | 3C | 42 |
| Octal | 166 | 334 | 164 | 56 | 0 | 57 | 16 | 167 | 74 | 102 |
| Binary | 1110110 | 11011100 | 1110100 | 101110 | 0 | 101111 | 1110 | 1110111 | 111100 | 1000010 |
Color Harmonies of #76DC74
Complementary color
Monochromatic Colors of #76DC74
Black with #76DC74
Text Example
Text Example
White with #76DC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DC74; }
p { color: rgb(118,220,116); }
H1.HeaderClassName
{
color: #76DC74;
}
.AnyTagClassName
{
color: #76DC74;
}
</style>
background-color css
<style>
a { background-color: #76DC74; }
a { background-color: rgb(118,220,116); }
div.DivClassName
{
background-color: #76DC74;
}
.BgClassName
{
background-color: #76DC74;
}
</style>
border-color css
<style>
span { border-color: #76DC74; }
span { border-color: rgb(118,220,116); }
td.TdClassName
{
border-color: #76DC74;
}
.TagClassName
{
border-color: #76DC74;
}
</style>