Shades of Fuego #BFD62B
Tints of Fuego #BFD62B
RGB
CMYK
RGB Variations
Color information
#BFD62B (or 0xBFD62B) is known color: Fuego. HEX triplet: BF, D6 and 2B. RGB value is (191,214,43). Sum of RGB (Red+Green+Blue) = 191+214+43=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 43 (17.19% from 255 or 9.60% from 448); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD62B is #4029D4. Grayscale: #BCBCBC. Windows color (decimal): -4205013 or 2873023. OLE color: 2873023.
HSL color Cylindrical-coordinate representation of color #BFD62B: hue angle of 68.07º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFD62B is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 43 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.16 |
| HSL | 68.07º | 0.68% | 0.5% | - |
| HSV(B) | 68.07º | 0.8% | 0.84% | - |
| XYZ | 45.97 | 59.34 | 11.32 | - |
| YUV | 187.63 | 46.38 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 43 | 0.11 | 0 | 0.80 | 0.16 | 68.07 | 0.68 | 0.5 |
| Hex | BF | D6 | 2B | B | 0 | 50 | 10 | 44 | 44 | 32 |
| Octal | 277 | 326 | 53 | 13 | 0 | 120 | 20 | 104 | 104 | 62 |
| Binary | 10111111 | 11010110 | 101011 | 1011 | 0 | 1010000 | 10000 | 1000100 | 1000100 | 110010 |
Color Harmonies of #BFD62B
Complementary color
Monochromatic Colors of #BFD62B
Black with #BFD62B
Text Example
Text Example
White with #BFD62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD62B; }
p { color: rgb(191,214,43); }
H1.HeaderClassName
{
color: #BFD62B;
}
.AnyTagClassName
{
color: #BFD62B;
}
</style>
background-color css
<style>
a { background-color: #BFD62B; }
a { background-color: rgb(191,214,43); }
div.DivClassName
{
background-color: #BFD62B;
}
.BgClassName
{
background-color: #BFD62B;
}
</style>
border-color css
<style>
span { border-color: #BFD62B; }
span { border-color: rgb(191,214,43); }
td.TdClassName
{
border-color: #BFD62B;
}
.TagClassName
{
border-color: #BFD62B;
}
</style>