Shades of Pastel Green #76CB73
Tints of Pastel Green #76CB73
RGB
CMYK
RGB Variations
Color information
#76CB73 (or 0x76CB73) is known color: Pastel Green. HEX triplet: 76, CB and 73. RGB value is (118,203,115). Sum of RGB (Red+Green+Blue) = 118+203+115=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CB73 is #89348C. Grayscale: #A7A7A7. Windows color (decimal): -8991885 or 7588726. OLE color: 7588726.
HSL color Cylindrical-coordinate representation of color #76CB73: hue angle of 117.95º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76CB73 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 203 | 115 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.20 |
| HSL | 117.95º | 0.46% | 0.62% | - |
| HSV(B) | 117.95º | 0.43% | 0.8% | - |
| XYZ | 31.92 | 47.8 | 23.76 | - |
| YUV | 167.55 | 98.34 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 203 | 115 | 0.42 | 0 | 0.43 | 0.20 | 117.95 | 0.46 | 0.62 |
| Hex | 76 | CB | 73 | 2A | 0 | 2B | 14 | 76 | 2E | 3E |
| Octal | 166 | 313 | 163 | 52 | 0 | 53 | 24 | 166 | 56 | 76 |
| Binary | 1110110 | 11001011 | 1110011 | 101010 | 0 | 101011 | 10100 | 1110110 | 101110 | 111110 |
Color Harmonies of #76CB73
Complementary color
Monochromatic Colors of #76CB73
Black with #76CB73
Text Example
Text Example
White with #76CB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CB73; }
p { color: rgb(118,203,115); }
H1.HeaderClassName
{
color: #76CB73;
}
.AnyTagClassName
{
color: #76CB73;
}
</style>
background-color css
<style>
a { background-color: #76CB73; }
a { background-color: rgb(118,203,115); }
div.DivClassName
{
background-color: #76CB73;
}
.BgClassName
{
background-color: #76CB73;
}
</style>
border-color css
<style>
span { border-color: #76CB73; }
span { border-color: rgb(118,203,115); }
td.TdClassName
{
border-color: #76CB73;
}
.TagClassName
{
border-color: #76CB73;
}
</style>