Shades of Fuego #BFD32D
Tints of Fuego #BFD32D
RGB
CMYK
RGB Variations
Color information
#BFD32D (or 0xBFD32D) is known color: Fuego. HEX triplet: BF, D3 and 2D. RGB value is (191,211,45). Sum of RGB (Red+Green+Blue) = 191+211+45=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD32D is #402CD2. Grayscale: #BABABA. Windows color (decimal): -4205779 or 3003327. OLE color: 3003327.
HSL color Cylindrical-coordinate representation of color #BFD32D: hue angle of 67.23º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFD32D is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 45 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.17 |
| HSL | 67.23º | 0.65% | 0.5% | - |
| HSV(B) | 67.23º | 0.79% | 0.83% | - |
| XYZ | 45.25 | 57.85 | 11.26 | - |
| YUV | 186.1 | 48.37 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 45 | 0.09 | 0 | 0.79 | 0.17 | 67.23 | 0.65 | 0.5 |
| Hex | BF | D3 | 2D | 9 | 0 | 4F | 11 | 43 | 41 | 32 |
| Octal | 277 | 323 | 55 | 11 | 0 | 117 | 21 | 103 | 101 | 62 |
| Binary | 10111111 | 11010011 | 101101 | 1001 | 0 | 1001111 | 10001 | 1000011 | 1000001 | 110010 |
Color Harmonies of #BFD32D
Complementary color
Monochromatic Colors of #BFD32D
Black with #BFD32D
Text Example
Text Example
White with #BFD32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD32D; }
p { color: rgb(191,211,45); }
H1.HeaderClassName
{
color: #BFD32D;
}
.AnyTagClassName
{
color: #BFD32D;
}
</style>
background-color css
<style>
a { background-color: #BFD32D; }
a { background-color: rgb(191,211,45); }
div.DivClassName
{
background-color: #BFD32D;
}
.BgClassName
{
background-color: #BFD32D;
}
</style>
border-color css
<style>
span { border-color: #BFD32D; }
span { border-color: rgb(191,211,45); }
td.TdClassName
{
border-color: #BFD32D;
}
.TagClassName
{
border-color: #BFD32D;
}
</style>