Shades of Pastel Green #8DF160
Tints of Pastel Green #8DF160
RGB
CMYK
RGB Variations
Color information
#8DF160 (or 0x8DF160) is known color: Pastel Green. HEX triplet: 8D, F1 and 60. RGB value is (141,241,96). Sum of RGB (Red+Green+Blue) = 141+241+96=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF160 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF160 is #720E9F. Grayscale: #C3C3C3. Windows color (decimal): -7474848 or 6353293. OLE color: 6353293.
HSL color Cylindrical-coordinate representation of color #8DF160: hue angle of 101.38º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DF160 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 96 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.05 |
| HSL | 101.38º | 0.84% | 0.66% | - |
| HSV(B) | 101.38º | 0.6% | 0.95% | - |
| XYZ | 44.55 | 69.42 | 22.12 | - |
| YUV | 194.57 | 72.37 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 96 | 0.41 | 0 | 0.60 | 0.05 | 101.38 | 0.84 | 0.66 |
| Hex | 8D | F1 | 60 | 29 | 0 | 3C | 5 | 65 | 54 | 42 |
| Octal | 215 | 361 | 140 | 51 | 0 | 74 | 5 | 145 | 124 | 102 |
| Binary | 10001101 | 11110001 | 1100000 | 101001 | 0 | 111100 | 101 | 1100101 | 1010100 | 1000010 |
Color Harmonies of #8DF160
Complementary color
Monochromatic Colors of #8DF160
Black with #8DF160
Text Example
Text Example
White with #8DF160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF160; }
p { color: rgb(141,241,96); }
H1.HeaderClassName
{
color: #8DF160;
}
.AnyTagClassName
{
color: #8DF160;
}
</style>
background-color css
<style>
a { background-color: #8DF160; }
a { background-color: rgb(141,241,96); }
div.DivClassName
{
background-color: #8DF160;
}
.BgClassName
{
background-color: #8DF160;
}
</style>
border-color css
<style>
span { border-color: #8DF160; }
span { border-color: rgb(141,241,96); }
td.TdClassName
{
border-color: #8DF160;
}
.TagClassName
{
border-color: #8DF160;
}
</style>