Shades of Pastel Green #8BDB75
Tints of Pastel Green #8BDB75
RGB
CMYK
RGB Variations
Color information
#8BDB75 (or 0x8BDB75) is known color: Pastel Green. HEX triplet: 8B, DB and 75. RGB value is (139,219,117). Sum of RGB (Red+Green+Blue) = 139+219+117=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDB75 is #74248A. Grayscale: #B7B7B7. Windows color (decimal): -7611531 or 7723915. OLE color: 7723915.
HSL color Cylindrical-coordinate representation of color #8BDB75: hue angle of 107.06º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8BDB75 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 117 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.14 |
| HSL | 107.06º | 0.59% | 0.66% | - |
| HSV(B) | 107.06º | 0.47% | 0.86% | - |
| XYZ | 39.19 | 57.44 | 25.85 | - |
| YUV | 183.45 | 90.5 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 117 | 0.37 | 0 | 0.47 | 0.14 | 107.06 | 0.59 | 0.66 |
| Hex | 8B | DB | 75 | 25 | 0 | 2F | E | 6B | 3B | 42 |
| Octal | 213 | 333 | 165 | 45 | 0 | 57 | 16 | 153 | 73 | 102 |
| Binary | 10001011 | 11011011 | 1110101 | 100101 | 0 | 101111 | 1110 | 1101011 | 111011 | 1000010 |
Color Harmonies of #8BDB75
Complementary color
Monochromatic Colors of #8BDB75
Black with #8BDB75
Text Example
Text Example
White with #8BDB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDB75; }
p { color: rgb(139,219,117); }
H1.HeaderClassName
{
color: #8BDB75;
}
.AnyTagClassName
{
color: #8BDB75;
}
</style>
background-color css
<style>
a { background-color: #8BDB75; }
a { background-color: rgb(139,219,117); }
div.DivClassName
{
background-color: #8BDB75;
}
.BgClassName
{
background-color: #8BDB75;
}
</style>
border-color css
<style>
span { border-color: #8BDB75; }
span { border-color: rgb(139,219,117); }
td.TdClassName
{
border-color: #8BDB75;
}
.TagClassName
{
border-color: #8BDB75;
}
</style>