Shades of Pastel Green #76F17C
Tints of Pastel Green #76F17C
RGB
CMYK
RGB Variations
Color information
#76F17C (or 0x76F17C) is known color: Pastel Green. HEX triplet: 76, F1 and 7C. RGB value is (118,241,124). Sum of RGB (Red+Green+Blue) = 118+241+124=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #76F17C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76F17C is #890E83. Grayscale: #BFBFBF. Windows color (decimal): -8982148 or 8188278. OLE color: 8188278.
HSL color Cylindrical-coordinate representation of color #76F17C: hue angle of 122.93º 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 #76F17C is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 241 | 124 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.05 |
| HSL | 122.93º | 0.81% | 0.7% | - |
| HSV(B) | 122.93º | 0.51% | 0.95% | - |
| XYZ | 42.56 | 68.22 | 29.99 | - |
| YUV | 190.89 | 90.25 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 241 | 124 | 0.51 | 0 | 0.49 | 0.05 | 122.93 | 0.81 | 0.7 |
| Hex | 76 | F1 | 7C | 33 | 0 | 31 | 5 | 7B | 51 | 46 |
| Octal | 166 | 361 | 174 | 63 | 0 | 61 | 5 | 173 | 121 | 106 |
| Binary | 1110110 | 11110001 | 1111100 | 110011 | 0 | 110001 | 101 | 1111011 | 1010001 | 1000110 |
Color Harmonies of #76F17C
Complementary color
Monochromatic Colors of #76F17C
Black with #76F17C
Text Example
Text Example
White with #76F17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F17C; }
p { color: rgb(118,241,124); }
H1.HeaderClassName
{
color: #76F17C;
}
.AnyTagClassName
{
color: #76F17C;
}
</style>
background-color css
<style>
a { background-color: #76F17C; }
a { background-color: rgb(118,241,124); }
div.DivClassName
{
background-color: #76F17C;
}
.BgClassName
{
background-color: #76F17C;
}
</style>
border-color css
<style>
span { border-color: #76F17C; }
span { border-color: rgb(118,241,124); }
td.TdClassName
{
border-color: #76F17C;
}
.TagClassName
{
border-color: #76F17C;
}
</style>