Shades of Pixie Green #BFE09D
Tints of Pixie Green #BFE09D
RGB
CMYK
RGB Variations
Color information
#BFE09D (or 0xBFE09D) is known color: Pixie Green. HEX triplet: BF, E0 and 9D. RGB value is (191,224,157). Sum of RGB (Red+Green+Blue) = 191+224+157=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE09D is #401F62. Grayscale: #CECECE. Windows color (decimal): -4202339 or 10346687. OLE color: 10346687.
HSL color Cylindrical-coordinate representation of color #BFE09D: hue angle of 89.55º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFE09D is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 157 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.12 |
| HSL | 89.55º | 0.52% | 0.75% | - |
| HSV(B) | 89.55º | 0.3% | 0.88% | - |
| XYZ | 54.23 | 66.82 | 41.94 | - |
| YUV | 206.5 | 100.07 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 157 | 0.15 | 0 | 0.30 | 0.12 | 89.55 | 0.52 | 0.75 |
| Hex | BF | E0 | 9D | F | 0 | 1E | C | 5A | 34 | 4B |
| Octal | 277 | 340 | 235 | 17 | 0 | 36 | 14 | 132 | 64 | 113 |
| Binary | 10111111 | 11100000 | 10011101 | 1111 | 0 | 11110 | 1100 | 1011010 | 110100 | 1001011 |
Color Harmonies of #BFE09D
Complementary color
Monochromatic Colors of #BFE09D
Black with #BFE09D
Text Example
Text Example
White with #BFE09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE09D; }
p { color: rgb(191,224,157); }
H1.HeaderClassName
{
color: #BFE09D;
}
.AnyTagClassName
{
color: #BFE09D;
}
</style>
background-color css
<style>
a { background-color: #BFE09D; }
a { background-color: rgb(191,224,157); }
div.DivClassName
{
background-color: #BFE09D;
}
.BgClassName
{
background-color: #BFE09D;
}
</style>
border-color css
<style>
span { border-color: #BFE09D; }
span { border-color: rgb(191,224,157); }
td.TdClassName
{
border-color: #BFE09D;
}
.TagClassName
{
border-color: #BFE09D;
}
</style>