Shades of Pastel Green #8DF16C
Tints of Pastel Green #8DF16C
RGB
CMYK
RGB Variations
Color information
#8DF16C (or 0x8DF16C) is known color: Pastel Green. HEX triplet: 8D, F1 and 6C. RGB value is (141,241,108). Sum of RGB (Red+Green+Blue) = 141+241+108=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF16C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF16C is #720E93. Grayscale: #C4C4C4. Windows color (decimal): -7474836 or 7139725. OLE color: 7139725.
HSL color Cylindrical-coordinate representation of color #8DF16C: hue angle of 105.11º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DF16C is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 108 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.05 |
| HSL | 105.11º | 0.83% | 0.68% | - |
| HSV(B) | 105.11º | 0.55% | 0.95% | - |
| XYZ | 45.15 | 69.66 | 25.25 | - |
| YUV | 195.94 | 78.37 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 108 | 0.41 | 0 | 0.55 | 0.05 | 105.11 | 0.83 | 0.68 |
| Hex | 8D | F1 | 6C | 29 | 0 | 37 | 5 | 69 | 53 | 44 |
| Octal | 215 | 361 | 154 | 51 | 0 | 67 | 5 | 151 | 123 | 104 |
| Binary | 10001101 | 11110001 | 1101100 | 101001 | 0 | 110111 | 101 | 1101001 | 1010011 | 1000100 |
Color Harmonies of #8DF16C
Complementary color
Monochromatic Colors of #8DF16C
Black with #8DF16C
Text Example
Text Example
White with #8DF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF16C; }
p { color: rgb(141,241,108); }
H1.HeaderClassName
{
color: #8DF16C;
}
.AnyTagClassName
{
color: #8DF16C;
}
</style>
background-color css
<style>
a { background-color: #8DF16C; }
a { background-color: rgb(141,241,108); }
div.DivClassName
{
background-color: #8DF16C;
}
.BgClassName
{
background-color: #8DF16C;
}
</style>
border-color css
<style>
span { border-color: #8DF16C; }
span { border-color: rgb(141,241,108); }
td.TdClassName
{
border-color: #8DF16C;
}
.TagClassName
{
border-color: #8DF16C;
}
</style>