Shades of Fuego #BFD629
Tints of Fuego #BFD629
RGB
CMYK
RGB Variations
Color information
#BFD629 (or 0xBFD629) is known color: Fuego. HEX triplet: BF, D6 and 29. RGB value is (191,214,41). Sum of RGB (Red+Green+Blue) = 191+214+41=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 41 (16.41% from 255 or 9.19% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD629 is #4029D6. Grayscale: #BCBCBC. Windows color (decimal): -4205015 or 2741951. OLE color: 2741951.
HSL color Cylindrical-coordinate representation of color #BFD629: hue angle of 67.98º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFD629 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 41 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.16 |
| HSL | 67.98º | 0.68% | 0.5% | - |
| HSV(B) | 67.98º | 0.81% | 0.84% | - |
| XYZ | 45.93 | 59.33 | 11.13 | - |
| YUV | 187.4 | 45.38 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 41 | 0.11 | 0 | 0.81 | 0.16 | 67.98 | 0.68 | 0.5 |
| Hex | BF | D6 | 29 | B | 0 | 51 | 10 | 44 | 44 | 32 |
| Octal | 277 | 326 | 51 | 13 | 0 | 121 | 20 | 104 | 104 | 62 |
| Binary | 10111111 | 11010110 | 101001 | 1011 | 0 | 1010001 | 10000 | 1000100 | 1000100 | 110010 |
Color Harmonies of #BFD629
Complementary color
Monochromatic Colors of #BFD629
Black with #BFD629
Text Example
Text Example
White with #BFD629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD629; }
p { color: rgb(191,214,41); }
H1.HeaderClassName
{
color: #BFD629;
}
.AnyTagClassName
{
color: #BFD629;
}
</style>
background-color css
<style>
a { background-color: #BFD629; }
a { background-color: rgb(191,214,41); }
div.DivClassName
{
background-color: #BFD629;
}
.BgClassName
{
background-color: #BFD629;
}
</style>
border-color css
<style>
span { border-color: #BFD629; }
span { border-color: rgb(191,214,41); }
td.TdClassName
{
border-color: #BFD629;
}
.TagClassName
{
border-color: #BFD629;
}
</style>