Shades of Fuego #BFD237
Tints of Fuego #BFD237
RGB
CMYK
RGB Variations
Color information
#BFD237 (or 0xBFD237) is known color: Fuego. HEX triplet: BF, D2 and 37. RGB value is (191,210,55). Sum of RGB (Red+Green+Blue) = 191+210+55=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 55 (21.88% from 255 or 12.06% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD237 is #402DC8. Grayscale: #BBBBBB. Windows color (decimal): -4206025 or 3658431. OLE color: 3658431.
HSL color Cylindrical-coordinate representation of color #BFD237: hue angle of 67.35º 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 #BFD237 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 55 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.18 |
| HSL | 67.35º | 0.63% | 0.52% | - |
| HSV(B) | 67.35º | 0.74% | 0.82% | - |
| XYZ | 45.22 | 57.45 | 12.32 | - |
| YUV | 186.65 | 53.71 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 55 | 0.09 | 0 | 0.74 | 0.18 | 67.35 | 0.63 | 0.52 |
| Hex | BF | D2 | 37 | 9 | 0 | 4A | 12 | 43 | 3F | 34 |
| Octal | 277 | 322 | 67 | 11 | 0 | 112 | 22 | 103 | 77 | 64 |
| Binary | 10111111 | 11010010 | 110111 | 1001 | 0 | 1001010 | 10010 | 1000011 | 111111 | 110100 |
Color Harmonies of #BFD237
Complementary color
Monochromatic Colors of #BFD237
Black with #BFD237
Text Example
Text Example
White with #BFD237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD237; }
p { color: rgb(191,210,55); }
H1.HeaderClassName
{
color: #BFD237;
}
.AnyTagClassName
{
color: #BFD237;
}
</style>
background-color css
<style>
a { background-color: #BFD237; }
a { background-color: rgb(191,210,55); }
div.DivClassName
{
background-color: #BFD237;
}
.BgClassName
{
background-color: #BFD237;
}
</style>
border-color css
<style>
span { border-color: #BFD237; }
span { border-color: rgb(191,210,55); }
td.TdClassName
{
border-color: #BFD237;
}
.TagClassName
{
border-color: #BFD237;
}
</style>