Shades of Pastel Green #80F26B
Tints of Pastel Green #80F26B
RGB
CMYK
RGB Variations
Color information
#80F26B (or 0x80F26B) is known color: Pastel Green. HEX triplet: 80, F2 and 6B. RGB value is (128,242,107). Sum of RGB (Red+Green+Blue) = 128+242+107=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #80F26B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F26B is #7F0D94. Grayscale: #C0C0C0. Windows color (decimal): -8326549 or 7074432. OLE color: 7074432.
HSL color Cylindrical-coordinate representation of color #80F26B: hue angle of 110.67º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80F26B is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 242 | 107 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.05 |
| HSL | 110.67º | 0.84% | 0.68% | - |
| HSV(B) | 110.67º | 0.56% | 0.95% | - |
| XYZ | 43.31 | 69.15 | 24.98 | - |
| YUV | 192.52 | 79.73 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 242 | 107 | 0.47 | 0 | 0.56 | 0.05 | 110.67 | 0.84 | 0.68 |
| Hex | 80 | F2 | 6B | 2F | 0 | 38 | 5 | 6F | 54 | 44 |
| Octal | 200 | 362 | 153 | 57 | 0 | 70 | 5 | 157 | 124 | 104 |
| Binary | 10000000 | 11110010 | 1101011 | 101111 | 0 | 111000 | 101 | 1101111 | 1010100 | 1000100 |
Color Harmonies of #80F26B
Complementary color
Monochromatic Colors of #80F26B
Black with #80F26B
Text Example
Text Example
White with #80F26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F26B; }
p { color: rgb(128,242,107); }
H1.HeaderClassName
{
color: #80F26B;
}
.AnyTagClassName
{
color: #80F26B;
}
</style>
background-color css
<style>
a { background-color: #80F26B; }
a { background-color: rgb(128,242,107); }
div.DivClassName
{
background-color: #80F26B;
}
.BgClassName
{
background-color: #80F26B;
}
</style>
border-color css
<style>
span { border-color: #80F26B; }
span { border-color: rgb(128,242,107); }
td.TdClassName
{
border-color: #80F26B;
}
.TagClassName
{
border-color: #80F26B;
}
</style>