Shades of Pixie Green #BDD59F
Tints of Pixie Green #BDD59F
RGB
CMYK
RGB Variations
Color information
#BDD59F (or 0xBDD59F) is known color: Pixie Green. HEX triplet: BD, D5 and 9F. RGB value is (189,213,159). Sum of RGB (Red+Green+Blue) = 189+213+159=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD59F is #422A60. Grayscale: #C7C7C7. Windows color (decimal): -4336225 or 10474941. OLE color: 10474941.
HSL color Cylindrical-coordinate representation of color #BDD59F: hue angle of 86.67º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD59F is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 159 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.16 |
| HSL | 86.67º | 0.39% | 0.73% | - |
| HSV(B) | 86.67º | 0.25% | 0.84% | - |
| XYZ | 51.04 | 60.91 | 41.87 | - |
| YUV | 199.67 | 105.05 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 159 | 0.11 | 0 | 0.25 | 0.16 | 86.67 | 0.39 | 0.73 |
| Hex | BD | D5 | 9F | B | 0 | 19 | 10 | 57 | 27 | 49 |
| Octal | 275 | 325 | 237 | 13 | 0 | 31 | 20 | 127 | 47 | 111 |
| Binary | 10111101 | 11010101 | 10011111 | 1011 | 0 | 11001 | 10000 | 1010111 | 100111 | 1001001 |
Color Harmonies of #BDD59F
Complementary color
Monochromatic Colors of #BDD59F
Black with #BDD59F
Text Example
Text Example
White with #BDD59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD59F; }
p { color: rgb(189,213,159); }
H1.HeaderClassName
{
color: #BDD59F;
}
.AnyTagClassName
{
color: #BDD59F;
}
</style>
background-color css
<style>
a { background-color: #BDD59F; }
a { background-color: rgb(189,213,159); }
div.DivClassName
{
background-color: #BDD59F;
}
.BgClassName
{
background-color: #BDD59F;
}
</style>
border-color css
<style>
span { border-color: #BDD59F; }
span { border-color: rgb(189,213,159); }
td.TdClassName
{
border-color: #BDD59F;
}
.TagClassName
{
border-color: #BDD59F;
}
</style>