Shades of Pastel Green #76F07C
Tints of Pastel Green #76F07C
RGB
CMYK
RGB Variations
Color information
#76F07C (or 0x76F07C) is known color: Pastel Green. HEX triplet: 76, F0 and 7C. RGB value is (118,240,124). Sum of RGB (Red+Green+Blue) = 118+240+124=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #76F07C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76F07C is #890F83. Grayscale: #BEBEBE. Windows color (decimal): -8982404 or 8188022. OLE color: 8188022.
HSL color Cylindrical-coordinate representation of color #76F07C: hue angle of 122.95º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F07C is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 240 | 124 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.06 |
| HSL | 122.95º | 0.8% | 0.7% | - |
| HSV(B) | 122.95º | 0.51% | 0.94% | - |
| XYZ | 42.27 | 67.63 | 29.89 | - |
| YUV | 190.3 | 90.58 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 240 | 124 | 0.51 | 0 | 0.48 | 0.06 | 122.95 | 0.8 | 0.7 |
| Hex | 76 | F0 | 7C | 33 | 0 | 30 | 6 | 7B | 50 | 46 |
| Octal | 166 | 360 | 174 | 63 | 0 | 60 | 6 | 173 | 120 | 106 |
| Binary | 1110110 | 11110000 | 1111100 | 110011 | 0 | 110000 | 110 | 1111011 | 1010000 | 1000110 |
Color Harmonies of #76F07C
Complementary color
Monochromatic Colors of #76F07C
Black with #76F07C
Text Example
Text Example
White with #76F07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F07C; }
p { color: rgb(118,240,124); }
H1.HeaderClassName
{
color: #76F07C;
}
.AnyTagClassName
{
color: #76F07C;
}
</style>
background-color css
<style>
a { background-color: #76F07C; }
a { background-color: rgb(118,240,124); }
div.DivClassName
{
background-color: #76F07C;
}
.BgClassName
{
background-color: #76F07C;
}
</style>
border-color css
<style>
span { border-color: #76F07C; }
span { border-color: rgb(118,240,124); }
td.TdClassName
{
border-color: #76F07C;
}
.TagClassName
{
border-color: #76F07C;
}
</style>