Shades of Pastel Green #8DF166
Tints of Pastel Green #8DF166
RGB
CMYK
RGB Variations
Color information
#8DF166 (or 0x8DF166) is known color: Pastel Green. HEX triplet: 8D, F1 and 66. RGB value is (141,241,102). Sum of RGB (Red+Green+Blue) = 141+241+102=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF166 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF166 is #720E99. Grayscale: #C3C3C3. Windows color (decimal): -7474842 or 6746509. OLE color: 6746509.
HSL color Cylindrical-coordinate representation of color #8DF166: hue angle of 103.17º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8DF166 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 102 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.05 |
| HSL | 103.17º | 0.83% | 0.67% | - |
| HSV(B) | 103.17º | 0.58% | 0.95% | - |
| XYZ | 44.84 | 69.53 | 23.63 | - |
| YUV | 195.25 | 75.37 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 102 | 0.41 | 0 | 0.58 | 0.05 | 103.17 | 0.83 | 0.67 |
| Hex | 8D | F1 | 66 | 29 | 0 | 3A | 5 | 67 | 53 | 43 |
| Octal | 215 | 361 | 146 | 51 | 0 | 72 | 5 | 147 | 123 | 103 |
| Binary | 10001101 | 11110001 | 1100110 | 101001 | 0 | 111010 | 101 | 1100111 | 1010011 | 1000011 |
Color Harmonies of #8DF166
Complementary color
Monochromatic Colors of #8DF166
Black with #8DF166
Text Example
Text Example
White with #8DF166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF166; }
p { color: rgb(141,241,102); }
H1.HeaderClassName
{
color: #8DF166;
}
.AnyTagClassName
{
color: #8DF166;
}
</style>
background-color css
<style>
a { background-color: #8DF166; }
a { background-color: rgb(141,241,102); }
div.DivClassName
{
background-color: #8DF166;
}
.BgClassName
{
background-color: #8DF166;
}
</style>
border-color css
<style>
span { border-color: #8DF166; }
span { border-color: rgb(141,241,102); }
td.TdClassName
{
border-color: #8DF166;
}
.TagClassName
{
border-color: #8DF166;
}
</style>