Shades of Pastel Green #8DF26B
Tints of Pastel Green #8DF26B
RGB
CMYK
RGB Variations
Color information
#8DF26B (or 0x8DF26B) is known color: Pastel Green. HEX triplet: 8D, F2 and 6B. RGB value is (141,242,107). Sum of RGB (Red+Green+Blue) = 141+242+107=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF26B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF26B is #720D94. Grayscale: #C4C4C4. Windows color (decimal): -7474581 or 7074445. OLE color: 7074445.
HSL color Cylindrical-coordinate representation of color #8DF26B: hue angle of 104.89º 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 #8DF26B is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 242 | 107 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.05 |
| HSL | 104.89º | 0.84% | 0.68% | - |
| HSV(B) | 104.89º | 0.56% | 0.95% | - |
| XYZ | 45.39 | 70.23 | 25.07 | - |
| YUV | 196.41 | 77.54 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 242 | 107 | 0.42 | 0 | 0.56 | 0.05 | 104.89 | 0.84 | 0.68 |
| Hex | 8D | F2 | 6B | 2A | 0 | 38 | 5 | 69 | 54 | 44 |
| Octal | 215 | 362 | 153 | 52 | 0 | 70 | 5 | 151 | 124 | 104 |
| Binary | 10001101 | 11110010 | 1101011 | 101010 | 0 | 111000 | 101 | 1101001 | 1010100 | 1000100 |
Color Harmonies of #8DF26B
Complementary color
Monochromatic Colors of #8DF26B
Black with #8DF26B
Text Example
Text Example
White with #8DF26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF26B; }
p { color: rgb(141,242,107); }
H1.HeaderClassName
{
color: #8DF26B;
}
.AnyTagClassName
{
color: #8DF26B;
}
</style>
background-color css
<style>
a { background-color: #8DF26B; }
a { background-color: rgb(141,242,107); }
div.DivClassName
{
background-color: #8DF26B;
}
.BgClassName
{
background-color: #8DF26B;
}
</style>
border-color css
<style>
span { border-color: #8DF26B; }
span { border-color: rgb(141,242,107); }
td.TdClassName
{
border-color: #8DF26B;
}
.TagClassName
{
border-color: #8DF26B;
}
</style>