Shades of Pastel Green #8BDB70
Tints of Pastel Green #8BDB70
RGB
CMYK
RGB Variations
Color information
#8BDB70 (or 0x8BDB70) is known color: Pastel Green. HEX triplet: 8B, DB and 70. RGB value is (139,219,112). Sum of RGB (Red+Green+Blue) = 139+219+112=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDB70 is #74248F. Grayscale: #B7B7B7. Windows color (decimal): -7611536 or 7396235. OLE color: 7396235.
HSL color Cylindrical-coordinate representation of color #8BDB70: hue angle of 104.86º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8BDB70 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 112 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.14 |
| HSL | 104.86º | 0.6% | 0.65% | - |
| HSV(B) | 104.86º | 0.49% | 0.86% | - |
| XYZ | 38.9 | 57.32 | 24.34 | - |
| YUV | 182.88 | 88 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 112 | 0.37 | 0 | 0.49 | 0.14 | 104.86 | 0.6 | 0.65 |
| Hex | 8B | DB | 70 | 25 | 0 | 31 | E | 69 | 3C | 41 |
| Octal | 213 | 333 | 160 | 45 | 0 | 61 | 16 | 151 | 74 | 101 |
| Binary | 10001011 | 11011011 | 1110000 | 100101 | 0 | 110001 | 1110 | 1101001 | 111100 | 1000001 |
Color Harmonies of #8BDB70
Complementary color
Monochromatic Colors of #8BDB70
Black with #8BDB70
Text Example
Text Example
White with #8BDB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDB70; }
p { color: rgb(139,219,112); }
H1.HeaderClassName
{
color: #8BDB70;
}
.AnyTagClassName
{
color: #8BDB70;
}
</style>
background-color css
<style>
a { background-color: #8BDB70; }
a { background-color: rgb(139,219,112); }
div.DivClassName
{
background-color: #8BDB70;
}
.BgClassName
{
background-color: #8BDB70;
}
</style>
border-color css
<style>
span { border-color: #8BDB70; }
span { border-color: rgb(139,219,112); }
td.TdClassName
{
border-color: #8BDB70;
}
.TagClassName
{
border-color: #8BDB70;
}
</style>