Shades of Pastel Green #80DF63
Tints of Pastel Green #80DF63
RGB
CMYK
RGB Variations
Color information
#80DF63 (or 0x80DF63) is known color: Pastel Green. HEX triplet: 80, DF and 63. RGB value is (128,223,99). Sum of RGB (Red+Green+Blue) = 128+223+99=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DF63 is #7F209C. Grayscale: #B4B4B4. Windows color (decimal): -8331421 or 6545280. OLE color: 6545280.
HSL color Cylindrical-coordinate representation of color #80DF63: hue angle of 105.97º 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 #80DF63 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 99 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.13 |
| HSL | 105.97º | 0.66% | 0.63% | - |
| HSV(B) | 105.97º | 0.56% | 0.87% | - |
| XYZ | 37.54 | 58.27 | 21.07 | - |
| YUV | 180.46 | 82.03 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 99 | 0.43 | 0 | 0.56 | 0.13 | 105.97 | 0.66 | 0.63 |
| Hex | 80 | DF | 63 | 2B | 0 | 38 | D | 6A | 42 | 3F |
| Octal | 200 | 337 | 143 | 53 | 0 | 70 | 15 | 152 | 102 | 77 |
| Binary | 10000000 | 11011111 | 1100011 | 101011 | 0 | 111000 | 1101 | 1101010 | 1000010 | 111111 |
Color Harmonies of #80DF63
Complementary color
Monochromatic Colors of #80DF63
Black with #80DF63
Text Example
Text Example
White with #80DF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DF63; }
p { color: rgb(128,223,99); }
H1.HeaderClassName
{
color: #80DF63;
}
.AnyTagClassName
{
color: #80DF63;
}
</style>
background-color css
<style>
a { background-color: #80DF63; }
a { background-color: rgb(128,223,99); }
div.DivClassName
{
background-color: #80DF63;
}
.BgClassName
{
background-color: #80DF63;
}
</style>
border-color css
<style>
span { border-color: #80DF63; }
span { border-color: rgb(128,223,99); }
td.TdClassName
{
border-color: #80DF63;
}
.TagClassName
{
border-color: #80DF63;
}
</style>