Shades of Pastel Green #8BDB71
Tints of Pastel Green #8BDB71
RGB
CMYK
RGB Variations
Color information
#8BDB71 (or 0x8BDB71) is known color: Pastel Green. HEX triplet: 8B, DB and 71. RGB value is (139,219,113). Sum of RGB (Red+Green+Blue) = 139+219+113=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDB71 is #74248E. Grayscale: #B7B7B7. Windows color (decimal): -7611535 or 7461771. OLE color: 7461771.
HSL color Cylindrical-coordinate representation of color #8BDB71: hue angle of 105.28º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BDB71 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 113 | - |
| CMYK | 0.37 | 0 | 0.48 | 0.14 |
| HSL | 105.28º | 0.6% | 0.65% | - |
| HSV(B) | 105.28º | 0.48% | 0.86% | - |
| XYZ | 38.96 | 57.34 | 24.64 | - |
| YUV | 183 | 88.5 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 113 | 0.37 | 0 | 0.48 | 0.14 | 105.28 | 0.6 | 0.65 |
| Hex | 8B | DB | 71 | 25 | 0 | 30 | E | 69 | 3C | 41 |
| Octal | 213 | 333 | 161 | 45 | 0 | 60 | 16 | 151 | 74 | 101 |
| Binary | 10001011 | 11011011 | 1110001 | 100101 | 0 | 110000 | 1110 | 1101001 | 111100 | 1000001 |
Color Harmonies of #8BDB71
Complementary color
Monochromatic Colors of #8BDB71
Black with #8BDB71
Text Example
Text Example
White with #8BDB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDB71; }
p { color: rgb(139,219,113); }
H1.HeaderClassName
{
color: #8BDB71;
}
.AnyTagClassName
{
color: #8BDB71;
}
</style>
background-color css
<style>
a { background-color: #8BDB71; }
a { background-color: rgb(139,219,113); }
div.DivClassName
{
background-color: #8BDB71;
}
.BgClassName
{
background-color: #8BDB71;
}
</style>
border-color css
<style>
span { border-color: #8BDB71; }
span { border-color: rgb(139,219,113); }
td.TdClassName
{
border-color: #8BDB71;
}
.TagClassName
{
border-color: #8BDB71;
}
</style>