Shades of Pastel Green #73F57D
Tints of Pastel Green #73F57D
RGB
CMYK
RGB Variations
Color information
#73F57D (or 0x73F57D) is known color: Pastel Green. HEX triplet: 73, F5 and 7D. RGB value is (115,245,125). Sum of RGB (Red+Green+Blue) = 115+245+125=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #73F57D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73F57D is #8C0A82. Grayscale: #C0C0C0. Windows color (decimal): -9177731 or 8254835. OLE color: 8254835.
HSL color Cylindrical-coordinate representation of color #73F57D: hue angle of 124.62º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73F57D is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 245 | 125 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.04 |
| HSL | 124.62º | 0.87% | 0.71% | - |
| HSV(B) | 124.62º | 0.53% | 0.96% | - |
| XYZ | 43.42 | 70.43 | 30.71 | - |
| YUV | 192.45 | 89.93 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 245 | 125 | 0.53 | 0 | 0.49 | 0.04 | 124.62 | 0.87 | 0.71 |
| Hex | 73 | F5 | 7D | 35 | 0 | 31 | 4 | 7D | 57 | 47 |
| Octal | 163 | 365 | 175 | 65 | 0 | 61 | 4 | 175 | 127 | 107 |
| Binary | 1110011 | 11110101 | 1111101 | 110101 | 0 | 110001 | 100 | 1111101 | 1010111 | 1000111 |
Color Harmonies of #73F57D
Complementary color
Monochromatic Colors of #73F57D
Black with #73F57D
Text Example
Text Example
White with #73F57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F57D; }
p { color: rgb(115,245,125); }
H1.HeaderClassName
{
color: #73F57D;
}
.AnyTagClassName
{
color: #73F57D;
}
</style>
background-color css
<style>
a { background-color: #73F57D; }
a { background-color: rgb(115,245,125); }
div.DivClassName
{
background-color: #73F57D;
}
.BgClassName
{
background-color: #73F57D;
}
</style>
border-color css
<style>
span { border-color: #73F57D; }
span { border-color: rgb(115,245,125); }
td.TdClassName
{
border-color: #73F57D;
}
.TagClassName
{
border-color: #73F57D;
}
</style>