Shades of Fuego #BFD137
Tints of Fuego #BFD137
RGB
CMYK
RGB Variations
Color information
#BFD137 (or 0xBFD137) is known color: Fuego. HEX triplet: BF, D1 and 37. RGB value is (191,209,55). Sum of RGB (Red+Green+Blue) = 191+209+55=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 55 (21.88% from 255 or 12.09% from 455); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD137 is #402EC8. Grayscale: #BABABA. Windows color (decimal): -4206281 or 3658175. OLE color: 3658175.
HSL color Cylindrical-coordinate representation of color #BFD137: hue angle of 67.01º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFD137 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 55 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.18 |
| HSL | 67.01º | 0.63% | 0.52% | - |
| HSV(B) | 67.01º | 0.74% | 0.82% | - |
| XYZ | 44.98 | 56.95 | 12.24 | - |
| YUV | 186.06 | 54.04 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 55 | 0.09 | 0 | 0.74 | 0.18 | 67.01 | 0.63 | 0.52 |
| Hex | BF | D1 | 37 | 9 | 0 | 4A | 12 | 43 | 3F | 34 |
| Octal | 277 | 321 | 67 | 11 | 0 | 112 | 22 | 103 | 77 | 64 |
| Binary | 10111111 | 11010001 | 110111 | 1001 | 0 | 1001010 | 10010 | 1000011 | 111111 | 110100 |
Color Harmonies of #BFD137
Complementary color
Monochromatic Colors of #BFD137
Black with #BFD137
Text Example
Text Example
White with #BFD137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD137; }
p { color: rgb(191,209,55); }
H1.HeaderClassName
{
color: #BFD137;
}
.AnyTagClassName
{
color: #BFD137;
}
</style>
background-color css
<style>
a { background-color: #BFD137; }
a { background-color: rgb(191,209,55); }
div.DivClassName
{
background-color: #BFD137;
}
.BgClassName
{
background-color: #BFD137;
}
</style>
border-color css
<style>
span { border-color: #BFD137; }
span { border-color: rgb(191,209,55); }
td.TdClassName
{
border-color: #BFD137;
}
.TagClassName
{
border-color: #BFD137;
}
</style>