Shades of Pastel Green #76DF72
Tints of Pastel Green #76DF72
RGB
CMYK
RGB Variations
Color information
#76DF72 (or 0x76DF72) is known color: Pastel Green. HEX triplet: 76, DF and 72. RGB value is (118,223,114). Sum of RGB (Red+Green+Blue) = 118+223+114=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #76DF72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DF72 is #89208D. Grayscale: #B3B3B3. Windows color (decimal): -8986766 or 7528310. OLE color: 7528310.
HSL color Cylindrical-coordinate representation of color #76DF72: hue angle of 117.8º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76DF72 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 223 | 114 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.13 |
| HSL | 117.8º | 0.63% | 0.66% | - |
| HSV(B) | 117.8º | 0.49% | 0.87% | - |
| XYZ | 36.9 | 57.84 | 25.14 | - |
| YUV | 179.18 | 91.21 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 114 | 0.47 | 0 | 0.49 | 0.13 | 117.8 | 0.63 | 0.66 |
| Hex | 76 | DF | 72 | 2F | 0 | 31 | D | 76 | 3F | 42 |
| Octal | 166 | 337 | 162 | 57 | 0 | 61 | 15 | 166 | 77 | 102 |
| Binary | 1110110 | 11011111 | 1110010 | 101111 | 0 | 110001 | 1101 | 1110110 | 111111 | 1000010 |
Color Harmonies of #76DF72
Complementary color
Monochromatic Colors of #76DF72
Black with #76DF72
Text Example
Text Example
White with #76DF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DF72; }
p { color: rgb(118,223,114); }
H1.HeaderClassName
{
color: #76DF72;
}
.AnyTagClassName
{
color: #76DF72;
}
</style>
background-color css
<style>
a { background-color: #76DF72; }
a { background-color: rgb(118,223,114); }
div.DivClassName
{
background-color: #76DF72;
}
.BgClassName
{
background-color: #76DF72;
}
</style>
border-color css
<style>
span { border-color: #76DF72; }
span { border-color: rgb(118,223,114); }
td.TdClassName
{
border-color: #76DF72;
}
.TagClassName
{
border-color: #76DF72;
}
</style>