Shades of Pixie Green #BFD39F
Tints of Pixie Green #BFD39F
RGB
CMYK
RGB Variations
Color information
#BFD39F (or 0xBFD39F) is known color: Pixie Green. HEX triplet: BF, D3 and 9F. RGB value is (191,211,159). Sum of RGB (Red+Green+Blue) = 191+211+159=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD39F is #402C60. Grayscale: #C7C7C7. Windows color (decimal): -4205665 or 10474431. OLE color: 10474431.
HSL color Cylindrical-coordinate representation of color #BFD39F: hue angle of 83.08º 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 #BFD39F is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 159 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.17 |
| HSL | 83.08º | 0.37% | 0.73% | - |
| HSV(B) | 83.08º | 0.25% | 0.83% | - |
| XYZ | 51.04 | 60.17 | 41.72 | - |
| YUV | 199.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 159 | 0.09 | 0 | 0.25 | 0.17 | 83.08 | 0.37 | 0.73 |
| Hex | BF | D3 | 9F | 9 | 0 | 19 | 11 | 53 | 25 | 49 |
| Octal | 277 | 323 | 237 | 11 | 0 | 31 | 21 | 123 | 45 | 111 |
| Binary | 10111111 | 11010011 | 10011111 | 1001 | 0 | 11001 | 10001 | 1010011 | 100101 | 1001001 |
Color Harmonies of #BFD39F
Complementary color
Monochromatic Colors of #BFD39F
Black with #BFD39F
Text Example
Text Example
White with #BFD39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD39F; }
p { color: rgb(191,211,159); }
H1.HeaderClassName
{
color: #BFD39F;
}
.AnyTagClassName
{
color: #BFD39F;
}
</style>
background-color css
<style>
a { background-color: #BFD39F; }
a { background-color: rgb(191,211,159); }
div.DivClassName
{
background-color: #BFD39F;
}
.BgClassName
{
background-color: #BFD39F;
}
</style>
border-color css
<style>
span { border-color: #BFD39F; }
span { border-color: rgb(191,211,159); }
td.TdClassName
{
border-color: #BFD39F;
}
.TagClassName
{
border-color: #BFD39F;
}
</style>