Shades of Pastel Green #8DF96C
Tints of Pastel Green #8DF96C
RGB
CMYK
RGB Variations
Color information
#8DF96C (or 0x8DF96C) is known color: Pastel Green. HEX triplet: 8D, F9 and 6C. RGB value is (141,249,108). Sum of RGB (Red+Green+Blue) = 141+249+108=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 249 (97.66% from 255 or 50% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 249 - color contains mainly: green. Hex color #8DF96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF96C is #720693. Grayscale: #C9C9C9. Windows color (decimal): -7472788 or 7141773. OLE color: 7141773.
HSL color Cylindrical-coordinate representation of color #8DF96C: hue angle of 105.96º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DF96C is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 249 | 108 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.02 |
| HSL | 105.96º | 0.92% | 0.7% | - |
| HSV(B) | 105.96º | 0.57% | 0.98% | - |
| XYZ | 47.57 | 74.5 | 26.06 | - |
| YUV | 200.63 | 75.72 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 249 | 108 | 0.43 | 0 | 0.57 | 0.02 | 105.96 | 0.92 | 0.7 |
| Hex | 8D | F9 | 6C | 2B | 0 | 39 | 2 | 6A | 5C | 46 |
| Octal | 215 | 371 | 154 | 53 | 0 | 71 | 2 | 152 | 134 | 106 |
| Binary | 10001101 | 11111001 | 1101100 | 101011 | 0 | 111001 | 10 | 1101010 | 1011100 | 1000110 |
Color Harmonies of #8DF96C
Complementary color
Monochromatic Colors of #8DF96C
Black with #8DF96C
Text Example
Text Example
White with #8DF96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF96C; }
p { color: rgb(141,249,108); }
H1.HeaderClassName
{
color: #8DF96C;
}
.AnyTagClassName
{
color: #8DF96C;
}
</style>
background-color css
<style>
a { background-color: #8DF96C; }
a { background-color: rgb(141,249,108); }
div.DivClassName
{
background-color: #8DF96C;
}
.BgClassName
{
background-color: #8DF96C;
}
</style>
border-color css
<style>
span { border-color: #8DF96C; }
span { border-color: rgb(141,249,108); }
td.TdClassName
{
border-color: #8DF96C;
}
.TagClassName
{
border-color: #8DF96C;
}
</style>