Shades of Pixie Green #BFE097
Tints of Pixie Green #BFE097
RGB
CMYK
RGB Variations
Color information
#BFE097 (or 0xBFE097) is known color: Pixie Green. HEX triplet: BF, E0 and 97. RGB value is (191,224,151). Sum of RGB (Red+Green+Blue) = 191+224+151=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE097 is #401F68. Grayscale: #CECECE. Windows color (decimal): -4202345 or 9953471. OLE color: 9953471.
HSL color Cylindrical-coordinate representation of color #BFE097: hue angle of 87.12º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFE097 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 151 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.12 |
| HSL | 87.12º | 0.54% | 0.74% | - |
| HSV(B) | 87.12º | 0.33% | 0.88% | - |
| XYZ | 53.73 | 66.62 | 39.31 | - |
| YUV | 205.81 | 97.07 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 151 | 0.15 | 0 | 0.33 | 0.12 | 87.12 | 0.54 | 0.74 |
| Hex | BF | E0 | 97 | F | 0 | 21 | C | 57 | 36 | 4A |
| Octal | 277 | 340 | 227 | 17 | 0 | 41 | 14 | 127 | 66 | 112 |
| Binary | 10111111 | 11100000 | 10010111 | 1111 | 0 | 100001 | 1100 | 1010111 | 110110 | 1001010 |
Color Harmonies of #BFE097
Complementary color
Monochromatic Colors of #BFE097
Black with #BFE097
Text Example
Text Example
White with #BFE097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE097; }
p { color: rgb(191,224,151); }
H1.HeaderClassName
{
color: #BFE097;
}
.AnyTagClassName
{
color: #BFE097;
}
</style>
background-color css
<style>
a { background-color: #BFE097; }
a { background-color: rgb(191,224,151); }
div.DivClassName
{
background-color: #BFE097;
}
.BgClassName
{
background-color: #BFE097;
}
</style>
border-color css
<style>
span { border-color: #BFE097; }
span { border-color: rgb(191,224,151); }
td.TdClassName
{
border-color: #BFE097;
}
.TagClassName
{
border-color: #BFE097;
}
</style>