Shades of Pastel Green #80EE68
Tints of Pastel Green #80EE68
RGB
CMYK
RGB Variations
Color information
#80EE68 (or 0x80EE68) is known color: Pastel Green. HEX triplet: 80, EE and 68. RGB value is (128,238,104). Sum of RGB (Red+Green+Blue) = 128+238+104=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 238 (93.36% from 255 or 50.64% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EE68 is #7F1197. Grayscale: #BEBEBE. Windows color (decimal): -8327576 or 6876800. OLE color: 6876800.
HSL color Cylindrical-coordinate representation of color #80EE68: hue angle of 109.25º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80EE68 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 104 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.07 |
| HSL | 109.25º | 0.8% | 0.67% | - |
| HSV(B) | 109.25º | 0.56% | 0.93% | - |
| XYZ | 41.98 | 66.74 | 23.77 | - |
| YUV | 189.83 | 79.56 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 104 | 0.46 | 0 | 0.56 | 0.07 | 109.25 | 0.8 | 0.67 |
| Hex | 80 | EE | 68 | 2E | 0 | 38 | 7 | 6D | 50 | 43 |
| Octal | 200 | 356 | 150 | 56 | 0 | 70 | 7 | 155 | 120 | 103 |
| Binary | 10000000 | 11101110 | 1101000 | 101110 | 0 | 111000 | 111 | 1101101 | 1010000 | 1000011 |
Color Harmonies of #80EE68
Complementary color
Monochromatic Colors of #80EE68
Black with #80EE68
Text Example
Text Example
White with #80EE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EE68; }
p { color: rgb(128,238,104); }
H1.HeaderClassName
{
color: #80EE68;
}
.AnyTagClassName
{
color: #80EE68;
}
</style>
background-color css
<style>
a { background-color: #80EE68; }
a { background-color: rgb(128,238,104); }
div.DivClassName
{
background-color: #80EE68;
}
.BgClassName
{
background-color: #80EE68;
}
</style>
border-color css
<style>
span { border-color: #80EE68; }
span { border-color: rgb(128,238,104); }
td.TdClassName
{
border-color: #80EE68;
}
.TagClassName
{
border-color: #80EE68;
}
</style>