Shades of Pastel Green #80EE6B
Tints of Pastel Green #80EE6B
RGB
CMYK
RGB Variations
Color information
#80EE6B (or 0x80EE6B) is known color: Pastel Green. HEX triplet: 80, EE and 6B. RGB value is (128,238,107). Sum of RGB (Red+Green+Blue) = 128+238+107=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 238 (93.36% from 255 or 50.32% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EE6B is #7F1194. Grayscale: #BEBEBE. Windows color (decimal): -8327573 or 7073408. OLE color: 7073408.
HSL color Cylindrical-coordinate representation of color #80EE6B: hue angle of 110.38º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80EE6B is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 107 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.07 |
| HSL | 110.38º | 0.79% | 0.68% | - |
| HSV(B) | 110.38º | 0.55% | 0.93% | - |
| XYZ | 42.13 | 66.8 | 24.58 | - |
| YUV | 190.18 | 81.06 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 107 | 0.46 | 0 | 0.55 | 0.07 | 110.38 | 0.79 | 0.68 |
| Hex | 80 | EE | 6B | 2E | 0 | 37 | 7 | 6E | 4F | 44 |
| Octal | 200 | 356 | 153 | 56 | 0 | 67 | 7 | 156 | 117 | 104 |
| Binary | 10000000 | 11101110 | 1101011 | 101110 | 0 | 110111 | 111 | 1101110 | 1001111 | 1000100 |
Color Harmonies of #80EE6B
Complementary color
Monochromatic Colors of #80EE6B
Black with #80EE6B
Text Example
Text Example
White with #80EE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EE6B; }
p { color: rgb(128,238,107); }
H1.HeaderClassName
{
color: #80EE6B;
}
.AnyTagClassName
{
color: #80EE6B;
}
</style>
background-color css
<style>
a { background-color: #80EE6B; }
a { background-color: rgb(128,238,107); }
div.DivClassName
{
background-color: #80EE6B;
}
.BgClassName
{
background-color: #80EE6B;
}
</style>
border-color css
<style>
span { border-color: #80EE6B; }
span { border-color: rgb(128,238,107); }
td.TdClassName
{
border-color: #80EE6B;
}
.TagClassName
{
border-color: #80EE6B;
}
</style>