Shades of Pixie Green #B8DF96
Tints of Pixie Green #B8DF96
RGB
CMYK
RGB Variations
Color information
#B8DF96 (or 0xB8DF96) is known color: Pixie Green. HEX triplet: B8, DF and 96. RGB value is (184,223,150). Sum of RGB (Red+Green+Blue) = 184+223+150=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DF96 is #472069. Grayscale: #CBCBCB. Windows color (decimal): -4661354 or 9887672. OLE color: 9887672.
HSL color Cylindrical-coordinate representation of color #B8DF96: hue angle of 92.05º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8DF96 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 223 | 150 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.13 |
| HSL | 92.05º | 0.53% | 0.73% | - |
| HSV(B) | 92.05º | 0.33% | 0.87% | - |
| XYZ | 51.66 | 65.17 | 38.71 | - |
| YUV | 203.02 | 98.08 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 223 | 150 | 0.17 | 0 | 0.33 | 0.13 | 92.05 | 0.53 | 0.73 |
| Hex | B8 | DF | 96 | 11 | 0 | 21 | D | 5C | 35 | 49 |
| Octal | 270 | 337 | 226 | 21 | 0 | 41 | 15 | 134 | 65 | 111 |
| Binary | 10111000 | 11011111 | 10010110 | 10001 | 0 | 100001 | 1101 | 1011100 | 110101 | 1001001 |
Color Harmonies of #B8DF96
Complementary color
Monochromatic Colors of #B8DF96
Black with #B8DF96
Text Example
Text Example
White with #B8DF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DF96; }
p { color: rgb(184,223,150); }
H1.HeaderClassName
{
color: #B8DF96;
}
.AnyTagClassName
{
color: #B8DF96;
}
</style>
background-color css
<style>
a { background-color: #B8DF96; }
a { background-color: rgb(184,223,150); }
div.DivClassName
{
background-color: #B8DF96;
}
.BgClassName
{
background-color: #B8DF96;
}
</style>
border-color css
<style>
span { border-color: #B8DF96; }
span { border-color: rgb(184,223,150); }
td.TdClassName
{
border-color: #B8DF96;
}
.TagClassName
{
border-color: #B8DF96;
}
</style>