Shades of Pastel Green #8BDC75
Tints of Pastel Green #8BDC75
RGB
CMYK
RGB Variations
Color information
#8BDC75 (or 0x8BDC75) is known color: Pastel Green. HEX triplet: 8B, DC and 75. RGB value is (139,220,117). Sum of RGB (Red+Green+Blue) = 139+220+117=476 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.20% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDC75 is #74238A. Grayscale: #B8B8B8. Windows color (decimal): -7611275 or 7724171. OLE color: 7724171.
HSL color Cylindrical-coordinate representation of color #8BDC75: hue angle of 107.18º degrees, saturation: 0.6, 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 #8BDC75 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 117 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.14 |
| HSL | 107.18º | 0.6% | 0.66% | - |
| HSV(B) | 107.18º | 0.47% | 0.86% | - |
| XYZ | 39.45 | 57.96 | 25.94 | - |
| YUV | 184.04 | 90.16 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 117 | 0.37 | 0 | 0.47 | 0.14 | 107.18 | 0.6 | 0.66 |
| Hex | 8B | DC | 75 | 25 | 0 | 2F | E | 6B | 3C | 42 |
| Octal | 213 | 334 | 165 | 45 | 0 | 57 | 16 | 153 | 74 | 102 |
| Binary | 10001011 | 11011100 | 1110101 | 100101 | 0 | 101111 | 1110 | 1101011 | 111100 | 1000010 |
Color Harmonies of #8BDC75
Complementary color
Monochromatic Colors of #8BDC75
Black with #8BDC75
Text Example
Text Example
White with #8BDC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDC75; }
p { color: rgb(139,220,117); }
H1.HeaderClassName
{
color: #8BDC75;
}
.AnyTagClassName
{
color: #8BDC75;
}
</style>
background-color css
<style>
a { background-color: #8BDC75; }
a { background-color: rgb(139,220,117); }
div.DivClassName
{
background-color: #8BDC75;
}
.BgClassName
{
background-color: #8BDC75;
}
</style>
border-color css
<style>
span { border-color: #8BDC75; }
span { border-color: rgb(139,220,117); }
td.TdClassName
{
border-color: #8BDC75;
}
.TagClassName
{
border-color: #8BDC75;
}
</style>