Shades of Pixie Green #B5DB98
Tints of Pixie Green #B5DB98
RGB
CMYK
RGB Variations
Color information
#B5DB98 (or 0xB5DB98) is known color: Pixie Green. HEX triplet: B5, DB and 98. RGB value is (181,219,152). Sum of RGB (Red+Green+Blue) = 181+219+152=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DB98 is #4A2467. Grayscale: #C8C8C8. Windows color (decimal): -4858984 or 10017717. OLE color: 10017717.
HSL color Cylindrical-coordinate representation of color #B5DB98: hue angle of 94.03º degrees, saturation: 0.48, 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 #B5DB98 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
RGB | 181 | 219 | 152 | - |
CMYK | 0.17 | 0 | 0.31 | 0.14 |
HSL | 94.03º | 0.48% | 0.73% | - |
HSV(B) | 94.03º | 0.31% | 0.86% | - |
XYZ | 50.06 | 62.75 | 39.18 | - |
YUV | 200 | 100.91 | 114.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 219 | 152 | 0.17 | 0 | 0.31 | 0.14 | 94.03 | 0.48 | 0.73 |
Hex | B5 | DB | 98 | 11 | 0 | 1F | E | 5E | 30 | 49 |
Octal | 265 | 333 | 230 | 21 | 0 | 37 | 16 | 136 | 60 | 111 |
Binary | 10110101 | 11011011 | 10011000 | 10001 | 0 | 11111 | 1110 | 1011110 | 110000 | 1001001 |
Color Harmonies of #B5DB98
Complementary color
Monochromatic Colors of #B5DB98
Black with #B5DB98
Text Example
Text Example
White with #B5DB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DB98; }
p { color: rgb(181,219,152); }
H1.HeaderClassName
{
color: #B5DB98;
}
.AnyTagClassName
{
color: #B5DB98;
}
</style>
background-color css
<style>
a { background-color: #B5DB98; }
a { background-color: rgb(181,219,152); }
div.DivClassName
{
background-color: #B5DB98;
}
.BgClassName
{
background-color: #B5DB98;
}
</style>
border-color css
<style>
span { border-color: #B5DB98; }
span { border-color: rgb(181,219,152); }
td.TdClassName
{
border-color: #B5DB98;
}
.TagClassName
{
border-color: #B5DB98;
}
</style>