Shades of Pastel Green #73FA85
Tints of Pastel Green #73FA85
RGB
CMYK
RGB Variations
Color information
#73FA85 (or 0x73FA85) is known color: Pastel Green. HEX triplet: 73, FA and 85. RGB value is (115,250,133). Sum of RGB (Red+Green+Blue) = 115+250+133=498 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.09% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #73FA85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FA85 is #8C057A. Grayscale: #C4C4C4. Windows color (decimal): -9176443 or 8780403. OLE color: 8780403.
HSL color Cylindrical-coordinate representation of color #73FA85: hue angle of 128º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FA85 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 133 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.02 |
| HSL | 128º | 0.93% | 0.72% | - |
| HSV(B) | 128º | 0.54% | 0.98% | - |
| XYZ | 45.49 | 73.71 | 34.02 | - |
| YUV | 196.3 | 92.27 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 133 | 0.54 | 0 | 0.47 | 0.02 | 128 | 0.93 | 0.72 |
| Hex | 73 | FA | 85 | 36 | 0 | 2F | 2 | 80 | 5D | 48 |
| Octal | 163 | 372 | 205 | 66 | 0 | 57 | 2 | 200 | 135 | 110 |
| Binary | 1110011 | 11111010 | 10000101 | 110110 | 0 | 101111 | 10 | 10000000 | 1011101 | 1001000 |
Color Harmonies of #73FA85
Complementary color
Monochromatic Colors of #73FA85
Black with #73FA85
Text Example
Text Example
White with #73FA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FA85; }
p { color: rgb(115,250,133); }
H1.HeaderClassName
{
color: #73FA85;
}
.AnyTagClassName
{
color: #73FA85;
}
</style>
background-color css
<style>
a { background-color: #73FA85; }
a { background-color: rgb(115,250,133); }
div.DivClassName
{
background-color: #73FA85;
}
.BgClassName
{
background-color: #73FA85;
}
</style>
border-color css
<style>
span { border-color: #73FA85; }
span { border-color: rgb(115,250,133); }
td.TdClassName
{
border-color: #73FA85;
}
.TagClassName
{
border-color: #73FA85;
}
</style>