Shades of Pastel Green #73F07F
Tints of Pastel Green #73F07F
RGB
CMYK
RGB Variations
Color information
#73F07F (or 0x73F07F) is known color: Pastel Green. HEX triplet: 73, F0 and 7F. RGB value is (115,240,127). Sum of RGB (Red+Green+Blue) = 115+240+127=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #73F07F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73F07F is #8C0F80. Grayscale: #BEBEBE. Windows color (decimal): -9179009 or 8384627. OLE color: 8384627.
HSL color Cylindrical-coordinate representation of color #73F07F: hue angle of 125.76º 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 #73F07F is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 240 | 127 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.06 |
| HSL | 125.76º | 0.81% | 0.7% | - |
| HSV(B) | 125.76º | 0.52% | 0.94% | - |
| XYZ | 42.06 | 67.5 | 30.89 | - |
| YUV | 189.74 | 92.59 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 240 | 127 | 0.52 | 0 | 0.47 | 0.06 | 125.76 | 0.81 | 0.7 |
| Hex | 73 | F0 | 7F | 34 | 0 | 2F | 6 | 7E | 51 | 46 |
| Octal | 163 | 360 | 177 | 64 | 0 | 57 | 6 | 176 | 121 | 106 |
| Binary | 1110011 | 11110000 | 1111111 | 110100 | 0 | 101111 | 110 | 1111110 | 1010001 | 1000110 |
Color Harmonies of #73F07F
Complementary color
Monochromatic Colors of #73F07F
Black with #73F07F
Text Example
Text Example
White with #73F07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F07F; }
p { color: rgb(115,240,127); }
H1.HeaderClassName
{
color: #73F07F;
}
.AnyTagClassName
{
color: #73F07F;
}
</style>
background-color css
<style>
a { background-color: #73F07F; }
a { background-color: rgb(115,240,127); }
div.DivClassName
{
background-color: #73F07F;
}
.BgClassName
{
background-color: #73F07F;
}
</style>
border-color css
<style>
span { border-color: #73F07F; }
span { border-color: rgb(115,240,127); }
td.TdClassName
{
border-color: #73F07F;
}
.TagClassName
{
border-color: #73F07F;
}
</style>