Shades of Pastel Green #73E680
Tints of Pastel Green #73E680
RGB
CMYK
RGB Variations
Color information
#73E680 (or 0x73E680) is known color: Pastel Green. HEX triplet: 73, E6 and 80. RGB value is (115,230,128). Sum of RGB (Red+Green+Blue) = 115+230+128=473 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.31% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 230 - color contains mainly: green. Hex color #73E680 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73E680 is #8C197F. Grayscale: #B8B8B8. Windows color (decimal): -9181568 or 8447603. OLE color: 8447603.
HSL color Cylindrical-coordinate representation of color #73E680: hue angle of 126.78º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E680 is Cyan = 0.5, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 230 | 128 | - |
| CMYK | 0.5 | 0 | 0.44 | 0.10 |
| HSL | 126.78º | 0.7% | 0.68% | - |
| HSV(B) | 126.78º | 0.5% | 0.9% | - |
| XYZ | 39.26 | 61.8 | 30.28 | - |
| YUV | 183.99 | 96.4 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 230 | 128 | 0.5 | 0 | 0.44 | 0.10 | 126.78 | 0.7 | 0.68 |
| Hex | 73 | E6 | 80 | 32 | 0 | 2C | A | 7F | 46 | 44 |
| Octal | 163 | 346 | 200 | 62 | 0 | 54 | 12 | 177 | 106 | 104 |
| Binary | 1110011 | 11100110 | 10000000 | 110010 | 0 | 101100 | 1010 | 1111111 | 1000110 | 1000100 |
Color Harmonies of #73E680
Complementary color
Monochromatic Colors of #73E680
Black with #73E680
Text Example
Text Example
White with #73E680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E680; }
p { color: rgb(115,230,128); }
H1.HeaderClassName
{
color: #73E680;
}
.AnyTagClassName
{
color: #73E680;
}
</style>
background-color css
<style>
a { background-color: #73E680; }
a { background-color: rgb(115,230,128); }
div.DivClassName
{
background-color: #73E680;
}
.BgClassName
{
background-color: #73E680;
}
</style>
border-color css
<style>
span { border-color: #73E680; }
span { border-color: rgb(115,230,128); }
td.TdClassName
{
border-color: #73E680;
}
.TagClassName
{
border-color: #73E680;
}
</style>