Shades of Pixie Green #B5DB97
Tints of Pixie Green #B5DB97
RGB
CMYK
RGB Variations
Color information
#B5DB97 (or 0xB5DB97) is known color: Pixie Green. HEX triplet: B5, DB and 97. RGB value is (181,219,151). Sum of RGB (Red+Green+Blue) = 181+219+151=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DB97 is #4A2468. Grayscale: #C8C8C8. Windows color (decimal): -4858985 or 9952181. OLE color: 9952181.
HSL color Cylindrical-coordinate representation of color #B5DB97: hue angle of 93.53º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5DB97 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
RGB | 181 | 219 | 151 | - |
CMYK | 0.17 | 0 | 0.31 | 0.14 |
HSL | 93.53º | 0.49% | 0.73% | - |
HSV(B) | 93.53º | 0.31% | 0.86% | - |
XYZ | 49.97 | 62.72 | 38.75 | - |
YUV | 199.89 | 100.41 | 114.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 219 | 151 | 0.17 | 0 | 0.31 | 0.14 | 93.53 | 0.49 | 0.73 |
Hex | B5 | DB | 97 | 11 | 0 | 1F | E | 5E | 31 | 49 |
Octal | 265 | 333 | 227 | 21 | 0 | 37 | 16 | 136 | 61 | 111 |
Binary | 10110101 | 11011011 | 10010111 | 10001 | 0 | 11111 | 1110 | 1011110 | 110001 | 1001001 |
Color Harmonies of #B5DB97
Complementary color
Monochromatic Colors of #B5DB97
Black with #B5DB97
Text Example
Text Example
White with #B5DB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DB97; }
p { color: rgb(181,219,151); }
H1.HeaderClassName
{
color: #B5DB97;
}
.AnyTagClassName
{
color: #B5DB97;
}
</style>
background-color css
<style>
a { background-color: #B5DB97; }
a { background-color: rgb(181,219,151); }
div.DivClassName
{
background-color: #B5DB97;
}
.BgClassName
{
background-color: #B5DB97;
}
</style>
border-color css
<style>
span { border-color: #B5DB97; }
span { border-color: rgb(181,219,151); }
td.TdClassName
{
border-color: #B5DB97;
}
.TagClassName
{
border-color: #B5DB97;
}
</style>