Shades of Pastel Green #8BDC7E
Tints of Pastel Green #8BDC7E
RGB
CMYK
RGB Variations
Color information
#8BDC7E (or 0x8BDC7E) is known color: Pastel Green. HEX triplet: 8B, DC and 7E. RGB value is (139,220,126). Sum of RGB (Red+Green+Blue) = 139+220+126=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDC7E is #742381. Grayscale: #B9B9B9. Windows color (decimal): -7611266 or 8313995. OLE color: 8313995.
HSL color Cylindrical-coordinate representation of color #8BDC7E: hue angle of 111.7º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BDC7E is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 126 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.14 |
| HSL | 111.7º | 0.57% | 0.68% | - |
| HSV(B) | 111.7º | 0.43% | 0.86% | - |
| XYZ | 40.01 | 58.18 | 28.86 | - |
| YUV | 185.07 | 94.66 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 126 | 0.37 | 0 | 0.43 | 0.14 | 111.7 | 0.57 | 0.68 |
| Hex | 8B | DC | 7E | 25 | 0 | 2B | E | 70 | 39 | 44 |
| Octal | 213 | 334 | 176 | 45 | 0 | 53 | 16 | 160 | 71 | 104 |
| Binary | 10001011 | 11011100 | 1111110 | 100101 | 0 | 101011 | 1110 | 1110000 | 111001 | 1000100 |
Color Harmonies of #8BDC7E
Complementary color
Monochromatic Colors of #8BDC7E
Black with #8BDC7E
Text Example
Text Example
White with #8BDC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDC7E; }
p { color: rgb(139,220,126); }
H1.HeaderClassName
{
color: #8BDC7E;
}
.AnyTagClassName
{
color: #8BDC7E;
}
</style>
background-color css
<style>
a { background-color: #8BDC7E; }
a { background-color: rgb(139,220,126); }
div.DivClassName
{
background-color: #8BDC7E;
}
.BgClassName
{
background-color: #8BDC7E;
}
</style>
border-color css
<style>
span { border-color: #8BDC7E; }
span { border-color: rgb(139,220,126); }
td.TdClassName
{
border-color: #8BDC7E;
}
.TagClassName
{
border-color: #8BDC7E;
}
</style>