Shades of Pastel Green #73E485
Tints of Pastel Green #73E485
RGB
CMYK
RGB Variations
Color information
#73E485 (or 0x73E485) is known color: Pastel Green. HEX triplet: 73, E4 and 85. RGB value is (115,228,133). Sum of RGB (Red+Green+Blue) = 115+228+133=476 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.16% from 476); Green value is 228 (89.45% from 255 or 47.90% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 228 - color contains mainly: green. Hex color #73E485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73E485 is #8C1B7A. Grayscale: #B7B7B7. Windows color (decimal): -9182075 or 8774771. OLE color: 8774771.
HSL color Cylindrical-coordinate representation of color #73E485: hue angle of 129.56º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E485 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 228 | 133 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.11 |
| HSL | 129.56º | 0.68% | 0.67% | - |
| HSV(B) | 129.56º | 0.5% | 0.89% | - |
| XYZ | 39.05 | 60.83 | 31.87 | - |
| YUV | 183.38 | 99.56 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 228 | 133 | 0.50 | 0 | 0.42 | 0.11 | 129.56 | 0.68 | 0.67 |
| Hex | 73 | E4 | 85 | 32 | 0 | 2A | B | 82 | 44 | 43 |
| Octal | 163 | 344 | 205 | 62 | 0 | 52 | 13 | 202 | 104 | 103 |
| Binary | 1110011 | 11100100 | 10000101 | 110010 | 0 | 101010 | 1011 | 10000010 | 1000100 | 1000011 |
Color Harmonies of #73E485
Complementary color
Monochromatic Colors of #73E485
Black with #73E485
Text Example
Text Example
White with #73E485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E485; }
p { color: rgb(115,228,133); }
H1.HeaderClassName
{
color: #73E485;
}
.AnyTagClassName
{
color: #73E485;
}
</style>
background-color css
<style>
a { background-color: #73E485; }
a { background-color: rgb(115,228,133); }
div.DivClassName
{
background-color: #73E485;
}
.BgClassName
{
background-color: #73E485;
}
</style>
border-color css
<style>
span { border-color: #73E485; }
span { border-color: rgb(115,228,133); }
td.TdClassName
{
border-color: #73E485;
}
.TagClassName
{
border-color: #73E485;
}
</style>