Shades of Pastel Green #73F08B
Tints of Pastel Green #73F08B
RGB
CMYK
RGB Variations
Color information
#73F08B (or 0x73F08B) is known color: Pastel Green. HEX triplet: 73, F0 and 8B. RGB value is (115,240,139). Sum of RGB (Red+Green+Blue) = 115+240+139=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #73F08B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73F08B is #8C0F74. Grayscale: #BFBFBF. Windows color (decimal): -9178997 or 9171059. OLE color: 9171059.
HSL color Cylindrical-coordinate representation of color #73F08B: hue angle of 131.52º 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 #73F08B is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 240 | 139 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.06 |
| HSL | 131.52º | 0.81% | 0.7% | - |
| HSV(B) | 131.52º | 0.52% | 0.94% | - |
| XYZ | 42.89 | 67.83 | 35.26 | - |
| YUV | 191.11 | 98.59 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 240 | 139 | 0.52 | 0 | 0.42 | 0.06 | 131.52 | 0.81 | 0.7 |
| Hex | 73 | F0 | 8B | 34 | 0 | 2A | 6 | 84 | 51 | 46 |
| Octal | 163 | 360 | 213 | 64 | 0 | 52 | 6 | 204 | 121 | 106 |
| Binary | 1110011 | 11110000 | 10001011 | 110100 | 0 | 101010 | 110 | 10000100 | 1010001 | 1000110 |
Color Harmonies of #73F08B
Complementary color
Monochromatic Colors of #73F08B
Black with #73F08B
Text Example
Text Example
White with #73F08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F08B; }
p { color: rgb(115,240,139); }
H1.HeaderClassName
{
color: #73F08B;
}
.AnyTagClassName
{
color: #73F08B;
}
</style>
background-color css
<style>
a { background-color: #73F08B; }
a { background-color: rgb(115,240,139); }
div.DivClassName
{
background-color: #73F08B;
}
.BgClassName
{
background-color: #73F08B;
}
</style>
border-color css
<style>
span { border-color: #73F08B; }
span { border-color: rgb(115,240,139); }
td.TdClassName
{
border-color: #73F08B;
}
.TagClassName
{
border-color: #73F08B;
}
</style>