Shades of Pastel Green #76F581
Tints of Pastel Green #76F581
RGB
CMYK
RGB Variations
Color information
#76F581 (or 0x76F581) is known color: Pastel Green. HEX triplet: 76, F5 and 81. RGB value is (118,245,129). Sum of RGB (Red+Green+Blue) = 118+245+129=492 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.98% from 492); Green value is 245 (96.09% from 255 or 49.80% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 245 - color contains mainly: green. Hex color #76F581 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F581 is #890A7E. Grayscale: #C2C2C2. Windows color (decimal): -8981119 or 8516982. OLE color: 8516982.
HSL color Cylindrical-coordinate representation of color #76F581: hue angle of 125.2º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F581 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 245 | 129 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.04 |
| HSL | 125.2º | 0.86% | 0.71% | - |
| HSV(B) | 125.2º | 0.52% | 0.96% | - |
| XYZ | 44.09 | 70.74 | 32.1 | - |
| YUV | 193.8 | 91.42 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 245 | 129 | 0.52 | 0 | 0.47 | 0.04 | 125.2 | 0.86 | 0.71 |
| Hex | 76 | F5 | 81 | 34 | 0 | 2F | 4 | 7D | 56 | 47 |
| Octal | 166 | 365 | 201 | 64 | 0 | 57 | 4 | 175 | 126 | 107 |
| Binary | 1110110 | 11110101 | 10000001 | 110100 | 0 | 101111 | 100 | 1111101 | 1010110 | 1000111 |
Color Harmonies of #76F581
Complementary color
Monochromatic Colors of #76F581
Black with #76F581
Text Example
Text Example
White with #76F581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F581; }
p { color: rgb(118,245,129); }
H1.HeaderClassName
{
color: #76F581;
}
.AnyTagClassName
{
color: #76F581;
}
</style>
background-color css
<style>
a { background-color: #76F581; }
a { background-color: rgb(118,245,129); }
div.DivClassName
{
background-color: #76F581;
}
.BgClassName
{
background-color: #76F581;
}
</style>
border-color css
<style>
span { border-color: #76F581; }
span { border-color: rgb(118,245,129); }
td.TdClassName
{
border-color: #76F581;
}
.TagClassName
{
border-color: #76F581;
}
</style>