Shades of Fuego #BFDD2F
Tints of Fuego #BFDD2F
RGB
CMYK
RGB Variations
Color information
#BFDD2F (or 0xBFDD2F) is known color: Fuego. HEX triplet: BF, DD and 2F. RGB value is (191,221,47). Sum of RGB (Red+Green+Blue) = 191+221+47=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 47 (18.75% from 255 or 10.24% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDD2F is #4022D0. Grayscale: #C0C0C0. Windows color (decimal): -4203217 or 3136959. OLE color: 3136959.
HSL color Cylindrical-coordinate representation of color #BFDD2F: hue angle of 70.34º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFDD2F is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 47 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.13 |
| HSL | 70.34º | 0.72% | 0.53% | - |
| HSV(B) | 70.34º | 0.79% | 0.87% | - |
| XYZ | 47.86 | 62.99 | 12.33 | - |
| YUV | 192.19 | 46.06 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 47 | 0.14 | 0 | 0.79 | 0.13 | 70.34 | 0.72 | 0.53 |
| Hex | BF | DD | 2F | E | 0 | 4F | D | 46 | 48 | 35 |
| Octal | 277 | 335 | 57 | 16 | 0 | 117 | 15 | 106 | 110 | 65 |
| Binary | 10111111 | 11011101 | 101111 | 1110 | 0 | 1001111 | 1101 | 1000110 | 1001000 | 110101 |
Color Harmonies of #BFDD2F
Complementary color
Monochromatic Colors of #BFDD2F
Black with #BFDD2F
Text Example
Text Example
White with #BFDD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD2F; }
p { color: rgb(191,221,47); }
H1.HeaderClassName
{
color: #BFDD2F;
}
.AnyTagClassName
{
color: #BFDD2F;
}
</style>
background-color css
<style>
a { background-color: #BFDD2F; }
a { background-color: rgb(191,221,47); }
div.DivClassName
{
background-color: #BFDD2F;
}
.BgClassName
{
background-color: #BFDD2F;
}
</style>
border-color css
<style>
span { border-color: #BFDD2F; }
span { border-color: rgb(191,221,47); }
td.TdClassName
{
border-color: #BFDD2F;
}
.TagClassName
{
border-color: #BFDD2F;
}
</style>