Shades of Pastel Green #73CE80
Tints of Pastel Green #73CE80
RGB
CMYK
RGB Variations
Color information
#73CE80 (or 0x73CE80) is known color: Pastel Green. HEX triplet: 73, CE and 80. RGB value is (115,206,128). Sum of RGB (Red+Green+Blue) = 115+206+128=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #73CE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CE80 is #8C317F. Grayscale: #AAAAAA. Windows color (decimal): -9187712 or 8441459. OLE color: 8441459.
HSL color Cylindrical-coordinate representation of color #73CE80: hue angle of 128.57º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CE80 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 206 | 128 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.19 |
| HSL | 128.57º | 0.48% | 0.63% | - |
| HSV(B) | 128.57º | 0.44% | 0.81% | - |
| XYZ | 33.04 | 49.35 | 28.21 | - |
| YUV | 169.9 | 104.35 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 206 | 128 | 0.44 | 0 | 0.38 | 0.19 | 128.57 | 0.48 | 0.63 |
| Hex | 73 | CE | 80 | 2C | 0 | 26 | 13 | 81 | 30 | 3F |
| Octal | 163 | 316 | 200 | 54 | 0 | 46 | 23 | 201 | 60 | 77 |
| Binary | 1110011 | 11001110 | 10000000 | 101100 | 0 | 100110 | 10011 | 10000001 | 110000 | 111111 |
Color Harmonies of #73CE80
Complementary color
Monochromatic Colors of #73CE80
Black with #73CE80
Text Example
Text Example
White with #73CE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CE80; }
p { color: rgb(115,206,128); }
H1.HeaderClassName
{
color: #73CE80;
}
.AnyTagClassName
{
color: #73CE80;
}
</style>
background-color css
<style>
a { background-color: #73CE80; }
a { background-color: rgb(115,206,128); }
div.DivClassName
{
background-color: #73CE80;
}
.BgClassName
{
background-color: #73CE80;
}
</style>
border-color css
<style>
span { border-color: #73CE80; }
span { border-color: rgb(115,206,128); }
td.TdClassName
{
border-color: #73CE80;
}
.TagClassName
{
border-color: #73CE80;
}
</style>