Shades of Fuego #B9DD2E
Tints of Fuego #B9DD2E
RGB
CMYK
RGB Variations
Color information
#B9DD2E (or 0xB9DD2E) is known color: Fuego. HEX triplet: B9, DD and 2E. RGB value is (185,221,46). Sum of RGB (Red+Green+Blue) = 185+221+46=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 46 (18.36% from 255 or 10.18% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DD2E is #4622D1. Grayscale: #BEBEBE. Windows color (decimal): -4596434 or 3071417. OLE color: 3071417.
HSL color Cylindrical-coordinate representation of color #B9DD2E: hue angle of 72.34º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9DD2E is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 46 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.13 |
| HSL | 72.34º | 0.72% | 0.52% | - |
| HSV(B) | 72.34º | 0.79% | 0.87% | - |
| XYZ | 46.36 | 62.22 | 12.15 | - |
| YUV | 190.29 | 46.57 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 46 | 0.16 | 0 | 0.79 | 0.13 | 72.34 | 0.72 | 0.52 |
| Hex | B9 | DD | 2E | 10 | 0 | 4F | D | 48 | 48 | 34 |
| Octal | 271 | 335 | 56 | 20 | 0 | 117 | 15 | 110 | 110 | 64 |
| Binary | 10111001 | 11011101 | 101110 | 10000 | 0 | 1001111 | 1101 | 1001000 | 1001000 | 110100 |
Color Harmonies of #B9DD2E
Complementary color
Monochromatic Colors of #B9DD2E
Black with #B9DD2E
Text Example
Text Example
White with #B9DD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DD2E; }
p { color: rgb(185,221,46); }
H1.HeaderClassName
{
color: #B9DD2E;
}
.AnyTagClassName
{
color: #B9DD2E;
}
</style>
background-color css
<style>
a { background-color: #B9DD2E; }
a { background-color: rgb(185,221,46); }
div.DivClassName
{
background-color: #B9DD2E;
}
.BgClassName
{
background-color: #B9DD2E;
}
</style>
border-color css
<style>
span { border-color: #B9DD2E; }
span { border-color: rgb(185,221,46); }
td.TdClassName
{
border-color: #B9DD2E;
}
.TagClassName
{
border-color: #B9DD2E;
}
</style>