Shades of Pixie Green #BFDD99
Tints of Pixie Green #BFDD99
RGB
CMYK
RGB Variations
Color information
#BFDD99 (or 0xBFDD99) is known color: Pixie Green. HEX triplet: BF, DD and 99. RGB value is (191,221,153). Sum of RGB (Red+Green+Blue) = 191+221+153=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD99 is #402266. Grayscale: #CCCCCC. Windows color (decimal): -4203111 or 10083775. OLE color: 10083775.
HSL color Cylindrical-coordinate representation of color #BFDD99: hue angle of 86.47º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFDD99 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 153 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.13 |
| HSL | 86.47º | 0.5% | 0.73% | - |
| HSV(B) | 86.47º | 0.31% | 0.87% | - |
| XYZ | 53.09 | 65.09 | 39.9 | - |
| YUV | 204.28 | 99.06 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 153 | 0.14 | 0 | 0.31 | 0.13 | 86.47 | 0.5 | 0.73 |
| Hex | BF | DD | 99 | E | 0 | 1F | D | 56 | 32 | 49 |
| Octal | 277 | 335 | 231 | 16 | 0 | 37 | 15 | 126 | 62 | 111 |
| Binary | 10111111 | 11011101 | 10011001 | 1110 | 0 | 11111 | 1101 | 1010110 | 110010 | 1001001 |
Color Harmonies of #BFDD99
Complementary color
Monochromatic Colors of #BFDD99
Black with #BFDD99
Text Example
Text Example
White with #BFDD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD99; }
p { color: rgb(191,221,153); }
H1.HeaderClassName
{
color: #BFDD99;
}
.AnyTagClassName
{
color: #BFDD99;
}
</style>
background-color css
<style>
a { background-color: #BFDD99; }
a { background-color: rgb(191,221,153); }
div.DivClassName
{
background-color: #BFDD99;
}
.BgClassName
{
background-color: #BFDD99;
}
</style>
border-color css
<style>
span { border-color: #BFDD99; }
span { border-color: rgb(191,221,153); }
td.TdClassName
{
border-color: #BFDD99;
}
.TagClassName
{
border-color: #BFDD99;
}
</style>