Shades of Pastel Green #73F088
Tints of Pastel Green #73F088
RGB
CMYK
RGB Variations
Color information
#73F088 (or 0x73F088) is known color: Pastel Green. HEX triplet: 73, F0 and 88. RGB value is (115,240,136). Sum of RGB (Red+Green+Blue) = 115+240+136=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #73F088 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73F088 is #8C0F77. Grayscale: #BFBFBF. Windows color (decimal): -9179000 or 8974451. OLE color: 8974451.
HSL color Cylindrical-coordinate representation of color #73F088: hue angle of 130.08º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73F088 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 240 | 136 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.06 |
| HSL | 130.08º | 0.81% | 0.7% | - |
| HSV(B) | 130.08º | 0.52% | 0.94% | - |
| XYZ | 42.67 | 67.74 | 34.12 | - |
| YUV | 190.77 | 97.09 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 240 | 136 | 0.52 | 0 | 0.43 | 0.06 | 130.08 | 0.81 | 0.7 |
| Hex | 73 | F0 | 88 | 34 | 0 | 2B | 6 | 82 | 51 | 46 |
| Octal | 163 | 360 | 210 | 64 | 0 | 53 | 6 | 202 | 121 | 106 |
| Binary | 1110011 | 11110000 | 10001000 | 110100 | 0 | 101011 | 110 | 10000010 | 1010001 | 1000110 |
Color Harmonies of #73F088
Complementary color
Monochromatic Colors of #73F088
Black with #73F088
Text Example
Text Example
White with #73F088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F088; }
p { color: rgb(115,240,136); }
H1.HeaderClassName
{
color: #73F088;
}
.AnyTagClassName
{
color: #73F088;
}
</style>
background-color css
<style>
a { background-color: #73F088; }
a { background-color: rgb(115,240,136); }
div.DivClassName
{
background-color: #73F088;
}
.BgClassName
{
background-color: #73F088;
}
</style>
border-color css
<style>
span { border-color: #73F088; }
span { border-color: rgb(115,240,136); }
td.TdClassName
{
border-color: #73F088;
}
.TagClassName
{
border-color: #73F088;
}
</style>