Shades of Pastel Green #73F47B
Tints of Pastel Green #73F47B
RGB
CMYK
RGB Variations
Color information
#73F47B (or 0x73F47B) is known color: Pastel Green. HEX triplet: 73, F4 and 7B. RGB value is (115,244,123). Sum of RGB (Red+Green+Blue) = 115+244+123=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 244 (95.70% from 255 or 50.62% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 244 - color contains mainly: green. Hex color #73F47B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73F47B is #8C0B84. Grayscale: #BFBFBF. Windows color (decimal): -9177989 or 8123507. OLE color: 8123507.
HSL color Cylindrical-coordinate representation of color #73F47B: hue angle of 123.72º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73F47B is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 244 | 123 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.04 |
| HSL | 123.72º | 0.85% | 0.7% | - |
| HSV(B) | 123.72º | 0.53% | 0.96% | - |
| XYZ | 43 | 69.78 | 29.94 | - |
| YUV | 191.64 | 89.26 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 244 | 123 | 0.53 | 0 | 0.50 | 0.04 | 123.72 | 0.85 | 0.7 |
| Hex | 73 | F4 | 7B | 35 | 0 | 32 | 4 | 7C | 55 | 46 |
| Octal | 163 | 364 | 173 | 65 | 0 | 62 | 4 | 174 | 125 | 106 |
| Binary | 1110011 | 11110100 | 1111011 | 110101 | 0 | 110010 | 100 | 1111100 | 1010101 | 1000110 |
Color Harmonies of #73F47B
Complementary color
Monochromatic Colors of #73F47B
Black with #73F47B
Text Example
Text Example
White with #73F47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F47B; }
p { color: rgb(115,244,123); }
H1.HeaderClassName
{
color: #73F47B;
}
.AnyTagClassName
{
color: #73F47B;
}
</style>
background-color css
<style>
a { background-color: #73F47B; }
a { background-color: rgb(115,244,123); }
div.DivClassName
{
background-color: #73F47B;
}
.BgClassName
{
background-color: #73F47B;
}
</style>
border-color css
<style>
span { border-color: #73F47B; }
span { border-color: rgb(115,244,123); }
td.TdClassName
{
border-color: #73F47B;
}
.TagClassName
{
border-color: #73F47B;
}
</style>