Shades of Fuego #BFD62C
Tints of Fuego #BFD62C
RGB
CMYK
RGB Variations
Color information
#BFD62C (or 0xBFD62C) is known color: Fuego. HEX triplet: BF, D6 and 2C. RGB value is (191,214,44). Sum of RGB (Red+Green+Blue) = 191+214+44=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 44 (17.58% from 255 or 9.80% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD62C is #4029D3. Grayscale: #BCBCBC. Windows color (decimal): -4205012 or 2938559. OLE color: 2938559.
HSL color Cylindrical-coordinate representation of color #BFD62C: hue angle of 68.12º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFD62C is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 44 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.16 |
| HSL | 68.12º | 0.67% | 0.51% | - |
| HSV(B) | 68.12º | 0.79% | 0.84% | - |
| XYZ | 45.99 | 59.35 | 11.42 | - |
| YUV | 187.74 | 46.88 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 44 | 0.11 | 0 | 0.79 | 0.16 | 68.12 | 0.67 | 0.51 |
| Hex | BF | D6 | 2C | B | 0 | 4F | 10 | 44 | 43 | 33 |
| Octal | 277 | 326 | 54 | 13 | 0 | 117 | 20 | 104 | 103 | 63 |
| Binary | 10111111 | 11010110 | 101100 | 1011 | 0 | 1001111 | 10000 | 1000100 | 1000011 | 110011 |
Color Harmonies of #BFD62C
Complementary color
Monochromatic Colors of #BFD62C
Black with #BFD62C
Text Example
Text Example
White with #BFD62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD62C; }
p { color: rgb(191,214,44); }
H1.HeaderClassName
{
color: #BFD62C;
}
.AnyTagClassName
{
color: #BFD62C;
}
</style>
background-color css
<style>
a { background-color: #BFD62C; }
a { background-color: rgb(191,214,44); }
div.DivClassName
{
background-color: #BFD62C;
}
.BgClassName
{
background-color: #BFD62C;
}
</style>
border-color css
<style>
span { border-color: #BFD62C; }
span { border-color: rgb(191,214,44); }
td.TdClassName
{
border-color: #BFD62C;
}
.TagClassName
{
border-color: #BFD62C;
}
</style>