Shades of Pastel Green #76F185
Tints of Pastel Green #76F185
RGB
CMYK
RGB Variations
Color information
#76F185 (or 0x76F185) is known color: Pastel Green. HEX triplet: 76, F1 and 85. RGB value is (118,241,133). Sum of RGB (Red+Green+Blue) = 118+241+133=492 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.98% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #76F185 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F185 is #890E7A. Grayscale: #C0C0C0. Windows color (decimal): -8982139 or 8778102. OLE color: 8778102.
HSL color Cylindrical-coordinate representation of color #76F185: hue angle of 127.32º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F185 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 241 | 133 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.05 |
| HSL | 127.32º | 0.81% | 0.7% | - |
| HSV(B) | 127.32º | 0.51% | 0.95% | - |
| XYZ | 43.16 | 68.46 | 33.13 | - |
| YUV | 191.91 | 94.75 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 241 | 133 | 0.51 | 0 | 0.45 | 0.05 | 127.32 | 0.81 | 0.7 |
| Hex | 76 | F1 | 85 | 33 | 0 | 2D | 5 | 7F | 51 | 46 |
| Octal | 166 | 361 | 205 | 63 | 0 | 55 | 5 | 177 | 121 | 106 |
| Binary | 1110110 | 11110001 | 10000101 | 110011 | 0 | 101101 | 101 | 1111111 | 1010001 | 1000110 |
Color Harmonies of #76F185
Complementary color
Monochromatic Colors of #76F185
Black with #76F185
Text Example
Text Example
White with #76F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F185; }
p { color: rgb(118,241,133); }
H1.HeaderClassName
{
color: #76F185;
}
.AnyTagClassName
{
color: #76F185;
}
</style>
background-color css
<style>
a { background-color: #76F185; }
a { background-color: rgb(118,241,133); }
div.DivClassName
{
background-color: #76F185;
}
.BgClassName
{
background-color: #76F185;
}
</style>
border-color css
<style>
span { border-color: #76F185; }
span { border-color: rgb(118,241,133); }
td.TdClassName
{
border-color: #76F185;
}
.TagClassName
{
border-color: #76F185;
}
</style>