Shades of Pastel Green #73F478
Tints of Pastel Green #73F478
RGB
CMYK
RGB Variations
Color information
#73F478 (or 0x73F478) is known color: Pastel Green. HEX triplet: 73, F4 and 78. RGB value is (115,244,120). Sum of RGB (Red+Green+Blue) = 115+244+120=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 244 (95.70% from 255 or 50.94% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 244 - color contains mainly: green. Hex color #73F478 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73F478 is #8C0B87. Grayscale: #BFBFBF. Windows color (decimal): -9177992 or 7926899. OLE color: 7926899.
HSL color Cylindrical-coordinate representation of color #73F478: hue angle of 122.33º 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 #73F478 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 244 | 120 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.04 |
| HSL | 122.33º | 0.85% | 0.7% | - |
| HSV(B) | 122.33º | 0.53% | 0.96% | - |
| XYZ | 42.81 | 69.7 | 28.97 | - |
| YUV | 191.29 | 87.76 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 244 | 120 | 0.53 | 0 | 0.51 | 0.04 | 122.33 | 0.85 | 0.7 |
| Hex | 73 | F4 | 78 | 35 | 0 | 33 | 4 | 7A | 55 | 46 |
| Octal | 163 | 364 | 170 | 65 | 0 | 63 | 4 | 172 | 125 | 106 |
| Binary | 1110011 | 11110100 | 1111000 | 110101 | 0 | 110011 | 100 | 1111010 | 1010101 | 1000110 |
Color Harmonies of #73F478
Complementary color
Monochromatic Colors of #73F478
Black with #73F478
Text Example
Text Example
White with #73F478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F478; }
p { color: rgb(115,244,120); }
H1.HeaderClassName
{
color: #73F478;
}
.AnyTagClassName
{
color: #73F478;
}
</style>
background-color css
<style>
a { background-color: #73F478; }
a { background-color: rgb(115,244,120); }
div.DivClassName
{
background-color: #73F478;
}
.BgClassName
{
background-color: #73F478;
}
</style>
border-color css
<style>
span { border-color: #73F478; }
span { border-color: rgb(115,244,120); }
td.TdClassName
{
border-color: #73F478;
}
.TagClassName
{
border-color: #73F478;
}
</style>