Shades of Pixie Green #BFDD98
Tints of Pixie Green #BFDD98
RGB
CMYK
RGB Variations
Color information
#BFDD98 (or 0xBFDD98) is known color: Pixie Green. HEX triplet: BF, DD and 98. RGB value is (191,221,152). Sum of RGB (Red+Green+Blue) = 191+221+152=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 152 (59.77% from 255 or 26.95% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD98 is #402267. Grayscale: #CCCCCC. Windows color (decimal): -4203112 or 10018239. OLE color: 10018239.
HSL color Cylindrical-coordinate representation of color #BFDD98: hue angle of 86.09º 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 #BFDD98 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 152 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.13 |
| HSL | 86.09º | 0.5% | 0.73% | - |
| HSV(B) | 86.09º | 0.31% | 0.87% | - |
| XYZ | 53.01 | 65.06 | 39.47 | - |
| YUV | 204.16 | 98.56 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 152 | 0.14 | 0 | 0.31 | 0.13 | 86.09 | 0.5 | 0.73 |
| Hex | BF | DD | 98 | E | 0 | 1F | D | 56 | 32 | 49 |
| Octal | 277 | 335 | 230 | 16 | 0 | 37 | 15 | 126 | 62 | 111 |
| Binary | 10111111 | 11011101 | 10011000 | 1110 | 0 | 11111 | 1101 | 1010110 | 110010 | 1001001 |
Color Harmonies of #BFDD98
Complementary color
Monochromatic Colors of #BFDD98
Black with #BFDD98
Text Example
Text Example
White with #BFDD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD98; }
p { color: rgb(191,221,152); }
H1.HeaderClassName
{
color: #BFDD98;
}
.AnyTagClassName
{
color: #BFDD98;
}
</style>
background-color css
<style>
a { background-color: #BFDD98; }
a { background-color: rgb(191,221,152); }
div.DivClassName
{
background-color: #BFDD98;
}
.BgClassName
{
background-color: #BFDD98;
}
</style>
border-color css
<style>
span { border-color: #BFDD98; }
span { border-color: rgb(191,221,152); }
td.TdClassName
{
border-color: #BFDD98;
}
.TagClassName
{
border-color: #BFDD98;
}
</style>