Shades of Pastel Green #8DF76B
Tints of Pastel Green #8DF76B
RGB
CMYK
RGB Variations
Color information
#8DF76B (or 0x8DF76B) is known color: Pastel Green. HEX triplet: 8D, F7 and 6B. RGB value is (141,247,107). Sum of RGB (Red+Green+Blue) = 141+247+107=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #8DF76B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF76B is #720894. Grayscale: #C7C7C7. Windows color (decimal): -7473301 or 7075725. OLE color: 7075725.
HSL color Cylindrical-coordinate representation of color #8DF76B: hue angle of 105.43º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DF76B is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 247 | 107 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.03 |
| HSL | 105.43º | 0.9% | 0.69% | - |
| HSV(B) | 105.43º | 0.57% | 0.97% | - |
| XYZ | 46.9 | 73.25 | 25.58 | - |
| YUV | 199.35 | 75.88 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 247 | 107 | 0.43 | 0 | 0.57 | 0.03 | 105.43 | 0.9 | 0.69 |
| Hex | 8D | F7 | 6B | 2B | 0 | 39 | 3 | 69 | 5A | 45 |
| Octal | 215 | 367 | 153 | 53 | 0 | 71 | 3 | 151 | 132 | 105 |
| Binary | 10001101 | 11110111 | 1101011 | 101011 | 0 | 111001 | 11 | 1101001 | 1011010 | 1000101 |
Color Harmonies of #8DF76B
Complementary color
Monochromatic Colors of #8DF76B
Black with #8DF76B
Text Example
Text Example
White with #8DF76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF76B; }
p { color: rgb(141,247,107); }
H1.HeaderClassName
{
color: #8DF76B;
}
.AnyTagClassName
{
color: #8DF76B;
}
</style>
background-color css
<style>
a { background-color: #8DF76B; }
a { background-color: rgb(141,247,107); }
div.DivClassName
{
background-color: #8DF76B;
}
.BgClassName
{
background-color: #8DF76B;
}
</style>
border-color css
<style>
span { border-color: #8DF76B; }
span { border-color: rgb(141,247,107); }
td.TdClassName
{
border-color: #8DF76B;
}
.TagClassName
{
border-color: #8DF76B;
}
</style>