Shades of Pastel Green #76ED73
Tints of Pastel Green #76ED73
RGB
CMYK
RGB Variations
Color information
#76ED73 (or 0x76ED73) is known color: Pastel Green. HEX triplet: 76, ED and 73. RGB value is (118,237,115). Sum of RGB (Red+Green+Blue) = 118+237+115=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #76ED73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76ED73 is #89128C. Grayscale: #BBBBBB. Windows color (decimal): -8983181 or 7597430. OLE color: 7597430.
HSL color Cylindrical-coordinate representation of color #76ED73: hue angle of 118.52º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76ED73 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 237 | 115 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.07 |
| HSL | 118.52º | 0.77% | 0.69% | - |
| HSV(B) | 118.52º | 0.51% | 0.93% | - |
| XYZ | 40.85 | 65.66 | 26.74 | - |
| YUV | 187.51 | 87.08 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 237 | 115 | 0.50 | 0 | 0.51 | 0.07 | 118.52 | 0.77 | 0.69 |
| Hex | 76 | ED | 73 | 32 | 0 | 33 | 7 | 77 | 4D | 45 |
| Octal | 166 | 355 | 163 | 62 | 0 | 63 | 7 | 167 | 115 | 105 |
| Binary | 1110110 | 11101101 | 1110011 | 110010 | 0 | 110011 | 111 | 1110111 | 1001101 | 1000101 |
Color Harmonies of #76ED73
Complementary color
Monochromatic Colors of #76ED73
Black with #76ED73
Text Example
Text Example
White with #76ED73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ED73; }
p { color: rgb(118,237,115); }
H1.HeaderClassName
{
color: #76ED73;
}
.AnyTagClassName
{
color: #76ED73;
}
</style>
background-color css
<style>
a { background-color: #76ED73; }
a { background-color: rgb(118,237,115); }
div.DivClassName
{
background-color: #76ED73;
}
.BgClassName
{
background-color: #76ED73;
}
</style>
border-color css
<style>
span { border-color: #76ED73; }
span { border-color: rgb(118,237,115); }
td.TdClassName
{
border-color: #76ED73;
}
.TagClassName
{
border-color: #76ED73;
}
</style>