Shades of Pastel Green #8BDD72
Tints of Pastel Green #8BDD72
RGB
CMYK
RGB Variations
Color information
#8BDD72 (or 0x8BDD72) is known color: Pastel Green. HEX triplet: 8B, DD and 72. RGB value is (139,221,114). Sum of RGB (Red+Green+Blue) = 139+221+114=474 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.32% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDD72 is #74228D. Grayscale: #B8B8B8. Windows color (decimal): -7611022 or 7527819. OLE color: 7527819.
HSL color Cylindrical-coordinate representation of color #8BDD72: hue angle of 105.98º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BDD72 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 114 | - |
| CMYK | 0.37 | 0 | 0.48 | 0.13 |
| HSL | 105.98º | 0.61% | 0.66% | - |
| HSV(B) | 105.98º | 0.48% | 0.87% | - |
| XYZ | 39.54 | 58.42 | 25.11 | - |
| YUV | 184.28 | 88.33 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 114 | 0.37 | 0 | 0.48 | 0.13 | 105.98 | 0.61 | 0.66 |
| Hex | 8B | DD | 72 | 25 | 0 | 30 | D | 6A | 3D | 42 |
| Octal | 213 | 335 | 162 | 45 | 0 | 60 | 15 | 152 | 75 | 102 |
| Binary | 10001011 | 11011101 | 1110010 | 100101 | 0 | 110000 | 1101 | 1101010 | 111101 | 1000010 |
Color Harmonies of #8BDD72
Complementary color
Monochromatic Colors of #8BDD72
Black with #8BDD72
Text Example
Text Example
White with #8BDD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDD72; }
p { color: rgb(139,221,114); }
H1.HeaderClassName
{
color: #8BDD72;
}
.AnyTagClassName
{
color: #8BDD72;
}
</style>
background-color css
<style>
a { background-color: #8BDD72; }
a { background-color: rgb(139,221,114); }
div.DivClassName
{
background-color: #8BDD72;
}
.BgClassName
{
background-color: #8BDD72;
}
</style>
border-color css
<style>
span { border-color: #8BDD72; }
span { border-color: rgb(139,221,114); }
td.TdClassName
{
border-color: #8BDD72;
}
.TagClassName
{
border-color: #8BDD72;
}
</style>