Shades of Fuego #BFD232
Tints of Fuego #BFD232
RGB
CMYK
RGB Variations
Color information
#BFD232 (or 0xBFD232) is known color: Fuego. HEX triplet: BF, D2 and 32. RGB value is (191,210,50). Sum of RGB (Red+Green+Blue) = 191+210+50=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 210 (82.42% from 255 or 46.56% from 451); Blue value is 50 (19.92% from 255 or 11.09% from 451); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD232 is #402DCD. Grayscale: #BABABA. Windows color (decimal): -4206030 or 3330751. OLE color: 3330751.
HSL color Cylindrical-coordinate representation of color #BFD232: hue angle of 67.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFD232 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 50 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.18 |
| HSL | 67.13º | 0.64% | 0.51% | - |
| HSV(B) | 67.13º | 0.76% | 0.82% | - |
| XYZ | 45.11 | 57.4 | 11.72 | - |
| YUV | 186.08 | 51.21 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 50 | 0.09 | 0 | 0.76 | 0.18 | 67.13 | 0.64 | 0.51 |
| Hex | BF | D2 | 32 | 9 | 0 | 4C | 12 | 43 | 40 | 33 |
| Octal | 277 | 322 | 62 | 11 | 0 | 114 | 22 | 103 | 100 | 63 |
| Binary | 10111111 | 11010010 | 110010 | 1001 | 0 | 1001100 | 10010 | 1000011 | 1000000 | 110011 |
Color Harmonies of #BFD232
Complementary color
Monochromatic Colors of #BFD232
Black with #BFD232
Text Example
Text Example
White with #BFD232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD232; }
p { color: rgb(191,210,50); }
H1.HeaderClassName
{
color: #BFD232;
}
.AnyTagClassName
{
color: #BFD232;
}
</style>
background-color css
<style>
a { background-color: #BFD232; }
a { background-color: rgb(191,210,50); }
div.DivClassName
{
background-color: #BFD232;
}
.BgClassName
{
background-color: #BFD232;
}
</style>
border-color css
<style>
span { border-color: #BFD232; }
span { border-color: rgb(191,210,50); }
td.TdClassName
{
border-color: #BFD232;
}
.TagClassName
{
border-color: #BFD232;
}
</style>