Shades of Pastel Green #76F87D
Tints of Pastel Green #76F87D
RGB
CMYK
RGB Variations
Color information
#76F87D (or 0x76F87D) is known color: Pastel Green. HEX triplet: 76, F8 and 7D. RGB value is (118,248,125). Sum of RGB (Red+Green+Blue) = 118+248+125=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 248 (97.27% from 255 or 50.51% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 248 - color contains mainly: green. Hex color #76F87D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76F87D is #890782. Grayscale: #C3C3C3. Windows color (decimal): -8980355 or 8255606. OLE color: 8255606.
HSL color Cylindrical-coordinate representation of color #76F87D: hue angle of 123.23º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F87D is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 248 | 125 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.03 |
| HSL | 123.23º | 0.9% | 0.72% | - |
| HSV(B) | 123.23º | 0.52% | 0.97% | - |
| XYZ | 44.74 | 72.47 | 31.03 | - |
| YUV | 195.11 | 88.43 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 248 | 125 | 0.52 | 0 | 0.50 | 0.03 | 123.23 | 0.9 | 0.72 |
| Hex | 76 | F8 | 7D | 34 | 0 | 32 | 3 | 7B | 5A | 48 |
| Octal | 166 | 370 | 175 | 64 | 0 | 62 | 3 | 173 | 132 | 110 |
| Binary | 1110110 | 11111000 | 1111101 | 110100 | 0 | 110010 | 11 | 1111011 | 1011010 | 1001000 |
Color Harmonies of #76F87D
Complementary color
Monochromatic Colors of #76F87D
Black with #76F87D
Text Example
Text Example
White with #76F87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F87D; }
p { color: rgb(118,248,125); }
H1.HeaderClassName
{
color: #76F87D;
}
.AnyTagClassName
{
color: #76F87D;
}
</style>
background-color css
<style>
a { background-color: #76F87D; }
a { background-color: rgb(118,248,125); }
div.DivClassName
{
background-color: #76F87D;
}
.BgClassName
{
background-color: #76F87D;
}
</style>
border-color css
<style>
span { border-color: #76F87D; }
span { border-color: rgb(118,248,125); }
td.TdClassName
{
border-color: #76F87D;
}
.TagClassName
{
border-color: #76F87D;
}
</style>