Shades of Pastel Green #8DF26E
Tints of Pastel Green #8DF26E
RGB
CMYK
RGB Variations
Color information
#8DF26E (or 0x8DF26E) is known color: Pastel Green. HEX triplet: 8D, F2 and 6E. RGB value is (141,242,110). Sum of RGB (Red+Green+Blue) = 141+242+110=493 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.60% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF26E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF26E is #720D91. Grayscale: #C5C5C5. Windows color (decimal): -7474578 or 7271053. OLE color: 7271053.
HSL color Cylindrical-coordinate representation of color #8DF26E: hue angle of 105.91º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DF26E is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 242 | 110 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.05 |
| HSL | 105.91º | 0.84% | 0.69% | - |
| HSV(B) | 105.91º | 0.55% | 0.95% | - |
| XYZ | 45.55 | 70.29 | 25.92 | - |
| YUV | 196.75 | 79.04 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 242 | 110 | 0.42 | 0 | 0.55 | 0.05 | 105.91 | 0.84 | 0.69 |
| Hex | 8D | F2 | 6E | 2A | 0 | 37 | 5 | 6A | 54 | 45 |
| Octal | 215 | 362 | 156 | 52 | 0 | 67 | 5 | 152 | 124 | 105 |
| Binary | 10001101 | 11110010 | 1101110 | 101010 | 0 | 110111 | 101 | 1101010 | 1010100 | 1000101 |
Color Harmonies of #8DF26E
Complementary color
Monochromatic Colors of #8DF26E
Black with #8DF26E
Text Example
Text Example
White with #8DF26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF26E; }
p { color: rgb(141,242,110); }
H1.HeaderClassName
{
color: #8DF26E;
}
.AnyTagClassName
{
color: #8DF26E;
}
</style>
background-color css
<style>
a { background-color: #8DF26E; }
a { background-color: rgb(141,242,110); }
div.DivClassName
{
background-color: #8DF26E;
}
.BgClassName
{
background-color: #8DF26E;
}
</style>
border-color css
<style>
span { border-color: #8DF26E; }
span { border-color: rgb(141,242,110); }
td.TdClassName
{
border-color: #8DF26E;
}
.TagClassName
{
border-color: #8DF26E;
}
</style>