Shades of Pastel Green #76CA73
Tints of Pastel Green #76CA73
RGB
CMYK
RGB Variations
Color information
#76CA73 (or 0x76CA73) is known color: Pastel Green. HEX triplet: 76, CA and 73. RGB value is (118,202,115). Sum of RGB (Red+Green+Blue) = 118+202+115=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CA73 is #89358C. Grayscale: #A7A7A7. Windows color (decimal): -8992141 or 7588470. OLE color: 7588470.
HSL color Cylindrical-coordinate representation of color #76CA73: hue angle of 117.93º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76CA73 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 115 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.21 |
| HSL | 117.93º | 0.45% | 0.62% | - |
| HSV(B) | 117.93º | 0.43% | 0.79% | - |
| XYZ | 31.69 | 47.33 | 23.69 | - |
| YUV | 166.97 | 98.67 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 115 | 0.42 | 0 | 0.43 | 0.21 | 117.93 | 0.45 | 0.62 |
| Hex | 76 | CA | 73 | 2A | 0 | 2B | 15 | 76 | 2D | 3E |
| Octal | 166 | 312 | 163 | 52 | 0 | 53 | 25 | 166 | 55 | 76 |
| Binary | 1110110 | 11001010 | 1110011 | 101010 | 0 | 101011 | 10101 | 1110110 | 101101 | 111110 |
Color Harmonies of #76CA73
Complementary color
Monochromatic Colors of #76CA73
Black with #76CA73
Text Example
Text Example
White with #76CA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CA73; }
p { color: rgb(118,202,115); }
H1.HeaderClassName
{
color: #76CA73;
}
.AnyTagClassName
{
color: #76CA73;
}
</style>
background-color css
<style>
a { background-color: #76CA73; }
a { background-color: rgb(118,202,115); }
div.DivClassName
{
background-color: #76CA73;
}
.BgClassName
{
background-color: #76CA73;
}
</style>
border-color css
<style>
span { border-color: #76CA73; }
span { border-color: rgb(118,202,115); }
td.TdClassName
{
border-color: #76CA73;
}
.TagClassName
{
border-color: #76CA73;
}
</style>