Shades of Pastel Green #8BDF71
Tints of Pastel Green #8BDF71
RGB
CMYK
RGB Variations
Color information
#8BDF71 (or 0x8BDF71) is known color: Pastel Green. HEX triplet: 8B, DF and 71. RGB value is (139,223,113). Sum of RGB (Red+Green+Blue) = 139+223+113=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDF71 is #74208E. Grayscale: #B9B9B9. Windows color (decimal): -7610511 or 7462795. OLE color: 7462795.
HSL color Cylindrical-coordinate representation of color #8BDF71: hue angle of 105.82º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8BDF71 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 113 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.13 |
| HSL | 105.82º | 0.63% | 0.66% | - |
| HSV(B) | 105.82º | 0.49% | 0.87% | - |
| XYZ | 40.02 | 59.46 | 24.99 | - |
| YUV | 185.34 | 87.17 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 113 | 0.38 | 0 | 0.49 | 0.13 | 105.82 | 0.63 | 0.66 |
| Hex | 8B | DF | 71 | 26 | 0 | 31 | D | 6A | 3F | 42 |
| Octal | 213 | 337 | 161 | 46 | 0 | 61 | 15 | 152 | 77 | 102 |
| Binary | 10001011 | 11011111 | 1110001 | 100110 | 0 | 110001 | 1101 | 1101010 | 111111 | 1000010 |
Color Harmonies of #8BDF71
Complementary color
Monochromatic Colors of #8BDF71
Black with #8BDF71
Text Example
Text Example
White with #8BDF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDF71; }
p { color: rgb(139,223,113); }
H1.HeaderClassName
{
color: #8BDF71;
}
.AnyTagClassName
{
color: #8BDF71;
}
</style>
background-color css
<style>
a { background-color: #8BDF71; }
a { background-color: rgb(139,223,113); }
div.DivClassName
{
background-color: #8BDF71;
}
.BgClassName
{
background-color: #8BDF71;
}
</style>
border-color css
<style>
span { border-color: #8BDF71; }
span { border-color: rgb(139,223,113); }
td.TdClassName
{
border-color: #8BDF71;
}
.TagClassName
{
border-color: #8BDF71;
}
</style>