Shades of Pixie Green #BFDD9A
Tints of Pixie Green #BFDD9A
RGB
CMYK
RGB Variations
Color information
#BFDD9A (or 0xBFDD9A) is known color: Pixie Green. HEX triplet: BF, DD and 9A. RGB value is (191,221,154). Sum of RGB (Red+Green+Blue) = 191+221+154=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD9A is #402265. Grayscale: #CCCCCC. Windows color (decimal): -4203110 or 10149311. OLE color: 10149311.
HSL color Cylindrical-coordinate representation of color #BFDD9A: hue angle of 86.87º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFDD9A is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 154 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.13 |
| HSL | 86.87º | 0.5% | 0.74% | - |
| HSV(B) | 86.87º | 0.3% | 0.87% | - |
| XYZ | 53.18 | 65.12 | 40.34 | - |
| YUV | 204.39 | 99.56 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 154 | 0.14 | 0 | 0.30 | 0.13 | 86.87 | 0.5 | 0.74 |
| Hex | BF | DD | 9A | E | 0 | 1E | D | 57 | 32 | 4A |
| Octal | 277 | 335 | 232 | 16 | 0 | 36 | 15 | 127 | 62 | 112 |
| Binary | 10111111 | 11011101 | 10011010 | 1110 | 0 | 11110 | 1101 | 1010111 | 110010 | 1001010 |
Color Harmonies of #BFDD9A
Complementary color
Monochromatic Colors of #BFDD9A
Black with #BFDD9A
Text Example
Text Example
White with #BFDD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD9A; }
p { color: rgb(191,221,154); }
H1.HeaderClassName
{
color: #BFDD9A;
}
.AnyTagClassName
{
color: #BFDD9A;
}
</style>
background-color css
<style>
a { background-color: #BFDD9A; }
a { background-color: rgb(191,221,154); }
div.DivClassName
{
background-color: #BFDD9A;
}
.BgClassName
{
background-color: #BFDD9A;
}
</style>
border-color css
<style>
span { border-color: #BFDD9A; }
span { border-color: rgb(191,221,154); }
td.TdClassName
{
border-color: #BFDD9A;
}
.TagClassName
{
border-color: #BFDD9A;
}
</style>