Shades of Pastel Green #76F280
Tints of Pastel Green #76F280
RGB
CMYK
RGB Variations
Color information
#76F280 (or 0x76F280) is known color: Pastel Green. HEX triplet: 76, F2 and 80. RGB value is (118,242,128). Sum of RGB (Red+Green+Blue) = 118+242+128=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #76F280 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F280 is #890D7F. Grayscale: #C0C0C0. Windows color (decimal): -8981888 or 8450678. OLE color: 8450678.
HSL color Cylindrical-coordinate representation of color #76F280: hue angle of 124.84º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F280 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 242 | 128 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.05 |
| HSL | 124.84º | 0.83% | 0.71% | - |
| HSV(B) | 124.84º | 0.51% | 0.95% | - |
| XYZ | 43.12 | 68.91 | 31.45 | - |
| YUV | 191.93 | 91.92 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 242 | 128 | 0.51 | 0 | 0.47 | 0.05 | 124.84 | 0.83 | 0.71 |
| Hex | 76 | F2 | 80 | 33 | 0 | 2F | 5 | 7D | 53 | 47 |
| Octal | 166 | 362 | 200 | 63 | 0 | 57 | 5 | 175 | 123 | 107 |
| Binary | 1110110 | 11110010 | 10000000 | 110011 | 0 | 101111 | 101 | 1111101 | 1010011 | 1000111 |
Color Harmonies of #76F280
Complementary color
Monochromatic Colors of #76F280
Black with #76F280
Text Example
Text Example
White with #76F280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F280; }
p { color: rgb(118,242,128); }
H1.HeaderClassName
{
color: #76F280;
}
.AnyTagClassName
{
color: #76F280;
}
</style>
background-color css
<style>
a { background-color: #76F280; }
a { background-color: rgb(118,242,128); }
div.DivClassName
{
background-color: #76F280;
}
.BgClassName
{
background-color: #76F280;
}
</style>
border-color css
<style>
span { border-color: #76F280; }
span { border-color: rgb(118,242,128); }
td.TdClassName
{
border-color: #76F280;
}
.TagClassName
{
border-color: #76F280;
}
</style>