Shades of Pastel Green #8BDF75
Tints of Pastel Green #8BDF75
RGB
CMYK
RGB Variations
Color information
#8BDF75 (or 0x8BDF75) is known color: Pastel Green. HEX triplet: 8B, DF and 75. RGB value is (139,223,117). Sum of RGB (Red+Green+Blue) = 139+223+117=479 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.02% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDF75 is #74208A. Grayscale: #BABABA. Windows color (decimal): -7610507 or 7724939. OLE color: 7724939.
HSL color Cylindrical-coordinate representation of color #8BDF75: hue angle of 107.55º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BDF75 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 117 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.13 |
| HSL | 107.55º | 0.62% | 0.67% | - |
| HSV(B) | 107.55º | 0.48% | 0.87% | - |
| XYZ | 40.25 | 59.55 | 26.2 | - |
| YUV | 185.8 | 89.17 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 117 | 0.38 | 0 | 0.48 | 0.13 | 107.55 | 0.62 | 0.67 |
| Hex | 8B | DF | 75 | 26 | 0 | 30 | D | 6C | 3E | 43 |
| Octal | 213 | 337 | 165 | 46 | 0 | 60 | 15 | 154 | 76 | 103 |
| Binary | 10001011 | 11011111 | 1110101 | 100110 | 0 | 110000 | 1101 | 1101100 | 111110 | 1000011 |
Color Harmonies of #8BDF75
Complementary color
Monochromatic Colors of #8BDF75
Black with #8BDF75
Text Example
Text Example
White with #8BDF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDF75; }
p { color: rgb(139,223,117); }
H1.HeaderClassName
{
color: #8BDF75;
}
.AnyTagClassName
{
color: #8BDF75;
}
</style>
background-color css
<style>
a { background-color: #8BDF75; }
a { background-color: rgb(139,223,117); }
div.DivClassName
{
background-color: #8BDF75;
}
.BgClassName
{
background-color: #8BDF75;
}
</style>
border-color css
<style>
span { border-color: #8BDF75; }
span { border-color: rgb(139,223,117); }
td.TdClassName
{
border-color: #8BDF75;
}
.TagClassName
{
border-color: #8BDF75;
}
</style>