Shades of Feijoa #B5DC94
Tints of Feijoa #B5DC94
RGB
CMYK
RGB Variations
Color information
#B5DC94 (or 0xB5DC94) is known color: Feijoa. HEX triplet: B5, DC and 94. RGB value is (181,220,148). Sum of RGB (Red+Green+Blue) = 181+220+148=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DC94 is #4A236B. Grayscale: #C8C8C8. Windows color (decimal): -4858732 or 9755829. OLE color: 9755829.
HSL color Cylindrical-coordinate representation of color #B5DC94: hue angle of 92.5º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5DC94 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 148 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.14 |
| HSL | 92.5º | 0.51% | 0.72% | - |
| HSV(B) | 92.5º | 0.33% | 0.86% | - |
| XYZ | 49.99 | 63.15 | 37.57 | - |
| YUV | 200.13 | 98.58 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 148 | 0.18 | 0 | 0.33 | 0.14 | 92.5 | 0.51 | 0.72 |
| Hex | B5 | DC | 94 | 12 | 0 | 21 | E | 5C | 33 | 48 |
| Octal | 265 | 334 | 224 | 22 | 0 | 41 | 16 | 134 | 63 | 110 |
| Binary | 10110101 | 11011100 | 10010100 | 10010 | 0 | 100001 | 1110 | 1011100 | 110011 | 1001000 |
Color Harmonies of #B5DC94
Complementary color
Monochromatic Colors of #B5DC94
Black with #B5DC94
Text Example
Text Example
White with #B5DC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DC94; }
p { color: rgb(181,220,148); }
H1.HeaderClassName
{
color: #B5DC94;
}
.AnyTagClassName
{
color: #B5DC94;
}
</style>
background-color css
<style>
a { background-color: #B5DC94; }
a { background-color: rgb(181,220,148); }
div.DivClassName
{
background-color: #B5DC94;
}
.BgClassName
{
background-color: #B5DC94;
}
</style>
border-color css
<style>
span { border-color: #B5DC94; }
span { border-color: rgb(181,220,148); }
td.TdClassName
{
border-color: #B5DC94;
}
.TagClassName
{
border-color: #B5DC94;
}
</style>