Shades of Fuego #BFDD2B
Tints of Fuego #BFDD2B
RGB
CMYK
RGB Variations
Color information
#BFDD2B (or 0xBFDD2B) is known color: Fuego. HEX triplet: BF, DD and 2B. RGB value is (191,221,43). Sum of RGB (Red+Green+Blue) = 191+221+43=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 43 (17.19% from 255 or 9.45% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDD2B is #4022D4. Grayscale: #C0C0C0. Windows color (decimal): -4203221 or 2874815. OLE color: 2874815.
HSL color Cylindrical-coordinate representation of color #BFDD2B: hue angle of 70.11º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFDD2B is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 43 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.13 |
| HSL | 70.11º | 0.72% | 0.52% | - |
| HSV(B) | 70.11º | 0.81% | 0.87% | - |
| XYZ | 47.78 | 62.96 | 11.92 | - |
| YUV | 191.74 | 44.06 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 43 | 0.14 | 0 | 0.81 | 0.13 | 70.11 | 0.72 | 0.52 |
| Hex | BF | DD | 2B | E | 0 | 51 | D | 46 | 48 | 34 |
| Octal | 277 | 335 | 53 | 16 | 0 | 121 | 15 | 106 | 110 | 64 |
| Binary | 10111111 | 11011101 | 101011 | 1110 | 0 | 1010001 | 1101 | 1000110 | 1001000 | 110100 |
Color Harmonies of #BFDD2B
Complementary color
Monochromatic Colors of #BFDD2B
Black with #BFDD2B
Text Example
Text Example
White with #BFDD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD2B; }
p { color: rgb(191,221,43); }
H1.HeaderClassName
{
color: #BFDD2B;
}
.AnyTagClassName
{
color: #BFDD2B;
}
</style>
background-color css
<style>
a { background-color: #BFDD2B; }
a { background-color: rgb(191,221,43); }
div.DivClassName
{
background-color: #BFDD2B;
}
.BgClassName
{
background-color: #BFDD2B;
}
</style>
border-color css
<style>
span { border-color: #BFDD2B; }
span { border-color: rgb(191,221,43); }
td.TdClassName
{
border-color: #BFDD2B;
}
.TagClassName
{
border-color: #BFDD2B;
}
</style>