Shades of Fuego #BFD830
Tints of Fuego #BFD830
RGB
CMYK
RGB Variations
Color information
#BFD830 (or 0xBFD830) is known color: Fuego. HEX triplet: BF, D8 and 30. RGB value is (191,216,48). Sum of RGB (Red+Green+Blue) = 191+216+48=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 48 (19.14% from 255 or 10.55% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD830 is #4027CF. Grayscale: #BEBEBE. Windows color (decimal): -4204496 or 3201215. OLE color: 3201215.
HSL color Cylindrical-coordinate representation of color #BFD830: hue angle of 68.93º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFD830 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 48 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.15 |
| HSL | 68.93º | 0.68% | 0.52% | - |
| HSV(B) | 68.93º | 0.78% | 0.85% | - |
| XYZ | 46.58 | 60.4 | 12 | - |
| YUV | 189.37 | 48.22 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 48 | 0.12 | 0 | 0.78 | 0.15 | 68.93 | 0.68 | 0.52 |
| Hex | BF | D8 | 30 | C | 0 | 4E | F | 45 | 44 | 34 |
| Octal | 277 | 330 | 60 | 14 | 0 | 116 | 17 | 105 | 104 | 64 |
| Binary | 10111111 | 11011000 | 110000 | 1100 | 0 | 1001110 | 1111 | 1000101 | 1000100 | 110100 |
Color Harmonies of #BFD830
Complementary color
Monochromatic Colors of #BFD830
Black with #BFD830
Text Example
Text Example
White with #BFD830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD830; }
p { color: rgb(191,216,48); }
H1.HeaderClassName
{
color: #BFD830;
}
.AnyTagClassName
{
color: #BFD830;
}
</style>
background-color css
<style>
a { background-color: #BFD830; }
a { background-color: rgb(191,216,48); }
div.DivClassName
{
background-color: #BFD830;
}
.BgClassName
{
background-color: #BFD830;
}
</style>
border-color css
<style>
span { border-color: #BFD830; }
span { border-color: rgb(191,216,48); }
td.TdClassName
{
border-color: #BFD830;
}
.TagClassName
{
border-color: #BFD830;
}
</style>