Shades of Feijoa #B5DD92
Tints of Feijoa #B5DD92
RGB
CMYK
RGB Variations
Color information
#B5DD92 (or 0xB5DD92) is known color: Feijoa. HEX triplet: B5, DD and 92. RGB value is (181,221,146). Sum of RGB (Red+Green+Blue) = 181+221+146=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DD92 is #4A226D. Grayscale: #C8C8C8. Windows color (decimal): -4858478 or 9625013. OLE color: 9625013.
HSL color Cylindrical-coordinate representation of color #B5DD92: hue angle of 92º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5DD92 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
RGB | 181 | 221 | 146 | - |
CMYK | 0.18 | 0 | 0.34 | 0.13 |
HSL | 92º | 0.52% | 0.72% | - |
HSV(B) | 92º | 0.34% | 0.87% | - |
XYZ | 50.1 | 63.61 | 36.83 | - |
YUV | 200.49 | 97.25 | 114.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 221 | 146 | 0.18 | 0 | 0.34 | 0.13 | 92 | 0.52 | 0.72 |
Hex | B5 | DD | 92 | 12 | 0 | 22 | D | 5C | 34 | 48 |
Octal | 265 | 335 | 222 | 22 | 0 | 42 | 15 | 134 | 64 | 110 |
Binary | 10110101 | 11011101 | 10010010 | 10010 | 0 | 100010 | 1101 | 1011100 | 110100 | 1001000 |
Color Harmonies of #B5DD92
Complementary color
Monochromatic Colors of #B5DD92
Black with #B5DD92
Text Example
Text Example
White with #B5DD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DD92; }
p { color: rgb(181,221,146); }
H1.HeaderClassName
{
color: #B5DD92;
}
.AnyTagClassName
{
color: #B5DD92;
}
</style>
background-color css
<style>
a { background-color: #B5DD92; }
a { background-color: rgb(181,221,146); }
div.DivClassName
{
background-color: #B5DD92;
}
.BgClassName
{
background-color: #B5DD92;
}
</style>
border-color css
<style>
span { border-color: #B5DD92; }
span { border-color: rgb(181,221,146); }
td.TdClassName
{
border-color: #B5DD92;
}
.TagClassName
{
border-color: #B5DD92;
}
</style>