Shades of Pastel Green #76F06D
Tints of Pastel Green #76F06D
RGB
CMYK
RGB Variations
Color information
#76F06D (or 0x76F06D) is known color: Pastel Green. HEX triplet: 76, F0 and 6D. RGB value is (118,240,109). Sum of RGB (Red+Green+Blue) = 118+240+109=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #76F06D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76F06D is #890F92. Grayscale: #BCBCBC. Windows color (decimal): -8982419 or 7204982. OLE color: 7204982.
HSL color Cylindrical-coordinate representation of color #76F06D: hue angle of 115.88º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76F06D is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 240 | 109 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.06 |
| HSL | 115.88º | 0.81% | 0.68% | - |
| HSV(B) | 115.88º | 0.55% | 0.94% | - |
| XYZ | 41.39 | 67.28 | 25.27 | - |
| YUV | 188.59 | 83.08 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 240 | 109 | 0.51 | 0 | 0.55 | 0.06 | 115.88 | 0.81 | 0.68 |
| Hex | 76 | F0 | 6D | 33 | 0 | 37 | 6 | 74 | 51 | 44 |
| Octal | 166 | 360 | 155 | 63 | 0 | 67 | 6 | 164 | 121 | 104 |
| Binary | 1110110 | 11110000 | 1101101 | 110011 | 0 | 110111 | 110 | 1110100 | 1010001 | 1000100 |
Color Harmonies of #76F06D
Complementary color
Monochromatic Colors of #76F06D
Black with #76F06D
Text Example
Text Example
White with #76F06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F06D; }
p { color: rgb(118,240,109); }
H1.HeaderClassName
{
color: #76F06D;
}
.AnyTagClassName
{
color: #76F06D;
}
</style>
background-color css
<style>
a { background-color: #76F06D; }
a { background-color: rgb(118,240,109); }
div.DivClassName
{
background-color: #76F06D;
}
.BgClassName
{
background-color: #76F06D;
}
</style>
border-color css
<style>
span { border-color: #76F06D; }
span { border-color: rgb(118,240,109); }
td.TdClassName
{
border-color: #76F06D;
}
.TagClassName
{
border-color: #76F06D;
}
</style>