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