Shades of Pixie Green #B5D39D
Tints of Pixie Green #B5D39D
RGB
CMYK
RGB Variations
Color information
#B5D39D (or 0xB5D39D) is known color: Pixie Green. HEX triplet: B5, D3 and 9D. RGB value is (181,211,157). Sum of RGB (Red+Green+Blue) = 181+211+157=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D39D is #4A2C62. Grayscale: #C4C4C4. Windows color (decimal): -4861027 or 10343349. OLE color: 10343349.
HSL color Cylindrical-coordinate representation of color #B5D39D: hue angle of 93.33º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5D39D is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 211 | 157 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.17 |
| HSL | 93.33º | 0.38% | 0.72% | - |
| HSV(B) | 93.33º | 0.26% | 0.83% | - |
| XYZ | 48.44 | 58.85 | 40.7 | - |
| YUV | 195.87 | 106.06 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 157 | 0.14 | 0 | 0.26 | 0.17 | 93.33 | 0.38 | 0.72 |
| Hex | B5 | D3 | 9D | E | 0 | 1A | 11 | 5D | 26 | 48 |
| Octal | 265 | 323 | 235 | 16 | 0 | 32 | 21 | 135 | 46 | 110 |
| Binary | 10110101 | 11010011 | 10011101 | 1110 | 0 | 11010 | 10001 | 1011101 | 100110 | 1001000 |
Color Harmonies of #B5D39D
Complementary color
Monochromatic Colors of #B5D39D
Black with #B5D39D
Text Example
Text Example
White with #B5D39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D39D; }
p { color: rgb(181,211,157); }
H1.HeaderClassName
{
color: #B5D39D;
}
.AnyTagClassName
{
color: #B5D39D;
}
</style>
background-color css
<style>
a { background-color: #B5D39D; }
a { background-color: rgb(181,211,157); }
div.DivClassName
{
background-color: #B5D39D;
}
.BgClassName
{
background-color: #B5D39D;
}
</style>
border-color css
<style>
span { border-color: #B5D39D; }
span { border-color: rgb(181,211,157); }
td.TdClassName
{
border-color: #B5D39D;
}
.TagClassName
{
border-color: #B5D39D;
}
</style>