Shades of Fuego #BFDF2E
Tints of Fuego #BFDF2E
RGB
CMYK
RGB Variations
Color information
#BFDF2E (or 0xBFDF2E) is known color: Fuego. HEX triplet: BF, DF and 2E. RGB value is (191,223,46). Sum of RGB (Red+Green+Blue) = 191+223+46=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 46 (18.36% from 255 or 10% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDF2E is #4020D1. Grayscale: #C1C1C1. Windows color (decimal): -4202706 or 3071935. OLE color: 3071935.
HSL color Cylindrical-coordinate representation of color #BFDF2E: hue angle of 70.85º degrees, saturation: 0.73, 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 #BFDF2E is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 46 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.13 |
| HSL | 70.85º | 0.73% | 0.53% | - |
| HSV(B) | 70.85º | 0.79% | 0.87% | - |
| XYZ | 48.37 | 64.05 | 12.4 | - |
| YUV | 193.25 | 44.9 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 46 | 0.14 | 0 | 0.79 | 0.13 | 70.85 | 0.73 | 0.53 |
| Hex | BF | DF | 2E | E | 0 | 4F | D | 47 | 49 | 35 |
| Octal | 277 | 337 | 56 | 16 | 0 | 117 | 15 | 107 | 111 | 65 |
| Binary | 10111111 | 11011111 | 101110 | 1110 | 0 | 1001111 | 1101 | 1000111 | 1001001 | 110101 |
Color Harmonies of #BFDF2E
Complementary color
Monochromatic Colors of #BFDF2E
Black with #BFDF2E
Text Example
Text Example
White with #BFDF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF2E; }
p { color: rgb(191,223,46); }
H1.HeaderClassName
{
color: #BFDF2E;
}
.AnyTagClassName
{
color: #BFDF2E;
}
</style>
background-color css
<style>
a { background-color: #BFDF2E; }
a { background-color: rgb(191,223,46); }
div.DivClassName
{
background-color: #BFDF2E;
}
.BgClassName
{
background-color: #BFDF2E;
}
</style>
border-color css
<style>
span { border-color: #BFDF2E; }
span { border-color: rgb(191,223,46); }
td.TdClassName
{
border-color: #BFDF2E;
}
.TagClassName
{
border-color: #BFDF2E;
}
</style>