Shades of Pastel Green #8BDD7B
Tints of Pastel Green #8BDD7B
RGB
CMYK
RGB Variations
Color information
#8BDD7B (or 0x8BDD7B) is known color: Pastel Green. HEX triplet: 8B, DD and 7B. RGB value is (139,221,123). Sum of RGB (Red+Green+Blue) = 139+221+123=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDD7B is #742284. Grayscale: #B9B9B9. Windows color (decimal): -7611013 or 8117643. OLE color: 8117643.
HSL color Cylindrical-coordinate representation of color #8BDD7B: hue angle of 110.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BDD7B is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 123 | - |
| CMYK | 0.37 | 0 | 0.44 | 0.13 |
| HSL | 110.2º | 0.59% | 0.67% | - |
| HSV(B) | 110.2º | 0.44% | 0.87% | - |
| XYZ | 40.08 | 58.63 | 27.94 | - |
| YUV | 185.31 | 92.83 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 123 | 0.37 | 0 | 0.44 | 0.13 | 110.2 | 0.59 | 0.67 |
| Hex | 8B | DD | 7B | 25 | 0 | 2C | D | 6E | 3B | 43 |
| Octal | 213 | 335 | 173 | 45 | 0 | 54 | 15 | 156 | 73 | 103 |
| Binary | 10001011 | 11011101 | 1111011 | 100101 | 0 | 101100 | 1101 | 1101110 | 111011 | 1000011 |
Color Harmonies of #8BDD7B
Complementary color
Monochromatic Colors of #8BDD7B
Black with #8BDD7B
Text Example
Text Example
White with #8BDD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDD7B; }
p { color: rgb(139,221,123); }
H1.HeaderClassName
{
color: #8BDD7B;
}
.AnyTagClassName
{
color: #8BDD7B;
}
</style>
background-color css
<style>
a { background-color: #8BDD7B; }
a { background-color: rgb(139,221,123); }
div.DivClassName
{
background-color: #8BDD7B;
}
.BgClassName
{
background-color: #8BDD7B;
}
</style>
border-color css
<style>
span { border-color: #8BDD7B; }
span { border-color: rgb(139,221,123); }
td.TdClassName
{
border-color: #8BDD7B;
}
.TagClassName
{
border-color: #8BDD7B;
}
</style>