Shades of Pastel Green #73F885
Tints of Pastel Green #73F885
RGB
CMYK
RGB Variations
Color information
#73F885 (or 0x73F885) is known color: Pastel Green. HEX triplet: 73, F8 and 85. RGB value is (115,248,133). Sum of RGB (Red+Green+Blue) = 115+248+133=496 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.19% from 496); Green value is 248 (97.27% from 255 or 50% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 248 - color contains mainly: green. Hex color #73F885 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73F885 is #8C077A. Grayscale: #C3C3C3. Windows color (decimal): -9176955 or 8779891. OLE color: 8779891.
HSL color Cylindrical-coordinate representation of color #73F885: hue angle of 128.12º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73F885 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 248 | 133 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.03 |
| HSL | 128.12º | 0.9% | 0.71% | - |
| HSV(B) | 128.12º | 0.54% | 0.97% | - |
| XYZ | 44.87 | 72.47 | 33.81 | - |
| YUV | 195.12 | 92.94 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 248 | 133 | 0.54 | 0 | 0.46 | 0.03 | 128.12 | 0.9 | 0.71 |
| Hex | 73 | F8 | 85 | 36 | 0 | 2E | 3 | 80 | 5A | 47 |
| Octal | 163 | 370 | 205 | 66 | 0 | 56 | 3 | 200 | 132 | 107 |
| Binary | 1110011 | 11111000 | 10000101 | 110110 | 0 | 101110 | 11 | 10000000 | 1011010 | 1000111 |
Color Harmonies of #73F885
Complementary color
Monochromatic Colors of #73F885
Black with #73F885
Text Example
Text Example
White with #73F885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F885; }
p { color: rgb(115,248,133); }
H1.HeaderClassName
{
color: #73F885;
}
.AnyTagClassName
{
color: #73F885;
}
</style>
background-color css
<style>
a { background-color: #73F885; }
a { background-color: rgb(115,248,133); }
div.DivClassName
{
background-color: #73F885;
}
.BgClassName
{
background-color: #73F885;
}
</style>
border-color css
<style>
span { border-color: #73F885; }
span { border-color: rgb(115,248,133); }
td.TdClassName
{
border-color: #73F885;
}
.TagClassName
{
border-color: #73F885;
}
</style>