Shades of Pastel Green #8BDD75
Tints of Pastel Green #8BDD75
RGB
CMYK
RGB Variations
Color information
#8BDD75 (or 0x8BDD75) is known color: Pastel Green. HEX triplet: 8B, DD and 75. RGB value is (139,221,117). Sum of RGB (Red+Green+Blue) = 139+221+117=477 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.14% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDD75 is #74228A. Grayscale: #B8B8B8. Windows color (decimal): -7611019 or 7724427. OLE color: 7724427.
HSL color Cylindrical-coordinate representation of color #8BDD75: hue angle of 107.31º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8BDD75 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 117 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.13 |
| HSL | 107.31º | 0.6% | 0.66% | - |
| HSV(B) | 107.31º | 0.47% | 0.87% | - |
| XYZ | 39.71 | 58.49 | 26.03 | - |
| YUV | 184.63 | 89.83 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 117 | 0.37 | 0 | 0.47 | 0.13 | 107.31 | 0.6 | 0.66 |
| Hex | 8B | DD | 75 | 25 | 0 | 2F | D | 6B | 3C | 42 |
| Octal | 213 | 335 | 165 | 45 | 0 | 57 | 15 | 153 | 74 | 102 |
| Binary | 10001011 | 11011101 | 1110101 | 100101 | 0 | 101111 | 1101 | 1101011 | 111100 | 1000010 |
Color Harmonies of #8BDD75
Complementary color
Monochromatic Colors of #8BDD75
Black with #8BDD75
Text Example
Text Example
White with #8BDD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDD75; }
p { color: rgb(139,221,117); }
H1.HeaderClassName
{
color: #8BDD75;
}
.AnyTagClassName
{
color: #8BDD75;
}
</style>
background-color css
<style>
a { background-color: #8BDD75; }
a { background-color: rgb(139,221,117); }
div.DivClassName
{
background-color: #8BDD75;
}
.BgClassName
{
background-color: #8BDD75;
}
</style>
border-color css
<style>
span { border-color: #8BDD75; }
span { border-color: rgb(139,221,117); }
td.TdClassName
{
border-color: #8BDD75;
}
.TagClassName
{
border-color: #8BDD75;
}
</style>