Shades of Pastel Green #8DF764
Tints of Pastel Green #8DF764
RGB
CMYK
RGB Variations
Color information
#8DF764 (or 0x8DF764) is known color: Pastel Green. HEX triplet: 8D, F7 and 64. RGB value is (141,247,100). Sum of RGB (Red+Green+Blue) = 141+247+100=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 247 (96.88% from 255 or 50.61% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 247 - color contains mainly: green. Hex color #8DF764 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF764 is #72089B. Grayscale: #C7C7C7. Windows color (decimal): -7473308 or 6616973. OLE color: 6616973.
HSL color Cylindrical-coordinate representation of color #8DF764: hue angle of 103.27º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DF764 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 247 | 100 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.03 |
| HSL | 103.27º | 0.9% | 0.68% | - |
| HSV(B) | 103.27º | 0.6% | 0.97% | - |
| XYZ | 46.55 | 73.1 | 23.71 | - |
| YUV | 198.55 | 72.38 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 247 | 100 | 0.43 | 0 | 0.60 | 0.03 | 103.27 | 0.9 | 0.68 |
| Hex | 8D | F7 | 64 | 2B | 0 | 3C | 3 | 67 | 5A | 44 |
| Octal | 215 | 367 | 144 | 53 | 0 | 74 | 3 | 147 | 132 | 104 |
| Binary | 10001101 | 11110111 | 1100100 | 101011 | 0 | 111100 | 11 | 1100111 | 1011010 | 1000100 |
Color Harmonies of #8DF764
Complementary color
Monochromatic Colors of #8DF764
Black with #8DF764
Text Example
Text Example
White with #8DF764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF764; }
p { color: rgb(141,247,100); }
H1.HeaderClassName
{
color: #8DF764;
}
.AnyTagClassName
{
color: #8DF764;
}
</style>
background-color css
<style>
a { background-color: #8DF764; }
a { background-color: rgb(141,247,100); }
div.DivClassName
{
background-color: #8DF764;
}
.BgClassName
{
background-color: #8DF764;
}
</style>
border-color css
<style>
span { border-color: #8DF764; }
span { border-color: rgb(141,247,100); }
td.TdClassName
{
border-color: #8DF764;
}
.TagClassName
{
border-color: #8DF764;
}
</style>