Shades of Pastel Green #80CB73
Tints of Pastel Green #80CB73
RGB
CMYK
RGB Variations
Color information
#80CB73 (or 0x80CB73) is known color: Pastel Green. HEX triplet: 80, CB and 73. RGB value is (128,203,115). Sum of RGB (Red+Green+Blue) = 128+203+115=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CB73 is #7F348C. Grayscale: #AAAAAA. Windows color (decimal): -8336525 or 7588736. OLE color: 7588736.
HSL color Cylindrical-coordinate representation of color #80CB73: hue angle of 111.14º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80CB73 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 115 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.20 |
| HSL | 111.14º | 0.46% | 0.62% | - |
| HSV(B) | 111.14º | 0.43% | 0.8% | - |
| XYZ | 33.35 | 48.54 | 23.83 | - |
| YUV | 170.54 | 96.65 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 115 | 0.37 | 0 | 0.43 | 0.20 | 111.14 | 0.46 | 0.62 |
| Hex | 80 | CB | 73 | 25 | 0 | 2B | 14 | 6F | 2E | 3E |
| Octal | 200 | 313 | 163 | 45 | 0 | 53 | 24 | 157 | 56 | 76 |
| Binary | 10000000 | 11001011 | 1110011 | 100101 | 0 | 101011 | 10100 | 1101111 | 101110 | 111110 |
Color Harmonies of #80CB73
Complementary color
Monochromatic Colors of #80CB73
Black with #80CB73
Text Example
Text Example
White with #80CB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CB73; }
p { color: rgb(128,203,115); }
H1.HeaderClassName
{
color: #80CB73;
}
.AnyTagClassName
{
color: #80CB73;
}
</style>
background-color css
<style>
a { background-color: #80CB73; }
a { background-color: rgb(128,203,115); }
div.DivClassName
{
background-color: #80CB73;
}
.BgClassName
{
background-color: #80CB73;
}
</style>
border-color css
<style>
span { border-color: #80CB73; }
span { border-color: rgb(128,203,115); }
td.TdClassName
{
border-color: #80CB73;
}
.TagClassName
{
border-color: #80CB73;
}
</style>