Shades of Pastel Green #80DF62
Tints of Pastel Green #80DF62
RGB
CMYK
RGB Variations
Color information
#80DF62 (or 0x80DF62) is known color: Pastel Green. HEX triplet: 80, DF and 62. RGB value is (128,223,98). Sum of RGB (Red+Green+Blue) = 128+223+98=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DF62 is #7F209D. Grayscale: #B4B4B4. Windows color (decimal): -8331422 or 6479744. OLE color: 6479744.
HSL color Cylindrical-coordinate representation of color #80DF62: hue angle of 105.6º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80DF62 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 98 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.13 |
| HSL | 105.6º | 0.66% | 0.63% | - |
| HSV(B) | 105.6º | 0.56% | 0.87% | - |
| XYZ | 37.49 | 58.25 | 20.82 | - |
| YUV | 180.35 | 81.53 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 98 | 0.43 | 0 | 0.56 | 0.13 | 105.6 | 0.66 | 0.63 |
| Hex | 80 | DF | 62 | 2B | 0 | 38 | D | 6A | 42 | 3F |
| Octal | 200 | 337 | 142 | 53 | 0 | 70 | 15 | 152 | 102 | 77 |
| Binary | 10000000 | 11011111 | 1100010 | 101011 | 0 | 111000 | 1101 | 1101010 | 1000010 | 111111 |
Color Harmonies of #80DF62
Complementary color
Monochromatic Colors of #80DF62
Black with #80DF62
Text Example
Text Example
White with #80DF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DF62; }
p { color: rgb(128,223,98); }
H1.HeaderClassName
{
color: #80DF62;
}
.AnyTagClassName
{
color: #80DF62;
}
</style>
background-color css
<style>
a { background-color: #80DF62; }
a { background-color: rgb(128,223,98); }
div.DivClassName
{
background-color: #80DF62;
}
.BgClassName
{
background-color: #80DF62;
}
</style>
border-color css
<style>
span { border-color: #80DF62; }
span { border-color: rgb(128,223,98); }
td.TdClassName
{
border-color: #80DF62;
}
.TagClassName
{
border-color: #80DF62;
}
</style>