Shades of Pixie Green #B5D39F
Tints of Pixie Green #B5D39F
RGB
CMYK
RGB Variations
Color information
#B5D39F (or 0xB5D39F) is known color: Pixie Green. HEX triplet: B5, D3 and 9F. RGB value is (181,211,159). Sum of RGB (Red+Green+Blue) = 181+211+159=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D39F is #4A2C60. Grayscale: #C4C4C4. Windows color (decimal): -4861025 or 10474421. OLE color: 10474421.
HSL color Cylindrical-coordinate representation of color #B5D39F: hue angle of 94.62º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5D39F is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 211 | 159 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.17 |
| HSL | 94.62º | 0.37% | 0.73% | - |
| HSV(B) | 94.62º | 0.25% | 0.83% | - |
| XYZ | 48.61 | 58.92 | 41.61 | - |
| YUV | 196.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 159 | 0.14 | 0 | 0.25 | 0.17 | 94.62 | 0.37 | 0.73 |
| Hex | B5 | D3 | 9F | E | 0 | 19 | 11 | 5F | 25 | 49 |
| Octal | 265 | 323 | 237 | 16 | 0 | 31 | 21 | 137 | 45 | 111 |
| Binary | 10110101 | 11010011 | 10011111 | 1110 | 0 | 11001 | 10001 | 1011111 | 100101 | 1001001 |
Color Harmonies of #B5D39F
Complementary color
Monochromatic Colors of #B5D39F
Black with #B5D39F
Text Example
Text Example
White with #B5D39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D39F; }
p { color: rgb(181,211,159); }
H1.HeaderClassName
{
color: #B5D39F;
}
.AnyTagClassName
{
color: #B5D39F;
}
</style>
background-color css
<style>
a { background-color: #B5D39F; }
a { background-color: rgb(181,211,159); }
div.DivClassName
{
background-color: #B5D39F;
}
.BgClassName
{
background-color: #B5D39F;
}
</style>
border-color css
<style>
span { border-color: #B5D39F; }
span { border-color: rgb(181,211,159); }
td.TdClassName
{
border-color: #B5D39F;
}
.TagClassName
{
border-color: #B5D39F;
}
</style>