Shades of Fuego #BFD624
Tints of Fuego #BFD624
RGB
CMYK
RGB Variations
Color information
#BFD624 (or 0xBFD624) is known color: Fuego. HEX triplet: BF, D6 and 24. RGB value is (191,214,36). Sum of RGB (Red+Green+Blue) = 191+214+36=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 36 (14.45% from 255 or 8.16% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD624 is #4029DB. Grayscale: #BBBBBB. Windows color (decimal): -4205020 or 2414271. OLE color: 2414271.
HSL color Cylindrical-coordinate representation of color #BFD624: hue angle of 67.75º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFD624 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 36 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.16 |
| HSL | 67.75º | 0.71% | 0.49% | - |
| HSV(B) | 67.75º | 0.83% | 0.84% | - |
| XYZ | 45.85 | 59.3 | 10.7 | - |
| YUV | 186.83 | 42.88 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 36 | 0.11 | 0 | 0.83 | 0.16 | 67.75 | 0.71 | 0.49 |
| Hex | BF | D6 | 24 | B | 0 | 53 | 10 | 44 | 47 | 31 |
| Octal | 277 | 326 | 44 | 13 | 0 | 123 | 20 | 104 | 107 | 61 |
| Binary | 10111111 | 11010110 | 100100 | 1011 | 0 | 1010011 | 10000 | 1000100 | 1000111 | 110001 |
Color Harmonies of #BFD624
Complementary color
Monochromatic Colors of #BFD624
Black with #BFD624
Text Example
Text Example
White with #BFD624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD624; }
p { color: rgb(191,214,36); }
H1.HeaderClassName
{
color: #BFD624;
}
.AnyTagClassName
{
color: #BFD624;
}
</style>
background-color css
<style>
a { background-color: #BFD624; }
a { background-color: rgb(191,214,36); }
div.DivClassName
{
background-color: #BFD624;
}
.BgClassName
{
background-color: #BFD624;
}
</style>
border-color css
<style>
span { border-color: #BFD624; }
span { border-color: rgb(191,214,36); }
td.TdClassName
{
border-color: #BFD624;
}
.TagClassName
{
border-color: #BFD624;
}
</style>