Shades of Fuego #BFD52A
Tints of Fuego #BFD52A
RGB
CMYK
RGB Variations
Color information
#BFD52A (or 0xBFD52A) is known color: Fuego. HEX triplet: BF, D5 and 2A. RGB value is (191,213,42). Sum of RGB (Red+Green+Blue) = 191+213+42=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD52A is #402AD5. Grayscale: #BBBBBB. Windows color (decimal): -4205270 or 2807231. OLE color: 2807231.
HSL color Cylindrical-coordinate representation of color #BFD52A: hue angle of 67.72º degrees, saturation: 0.67, 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 #BFD52A is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 42 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.16 |
| HSL | 67.72º | 0.67% | 0.5% | - |
| HSV(B) | 67.72º | 0.8% | 0.84% | - |
| XYZ | 45.7 | 58.83 | 11.14 | - |
| YUV | 186.93 | 46.21 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 42 | 0.10 | 0 | 0.80 | 0.16 | 67.72 | 0.67 | 0.5 |
| Hex | BF | D5 | 2A | A | 0 | 50 | 10 | 44 | 43 | 32 |
| Octal | 277 | 325 | 52 | 12 | 0 | 120 | 20 | 104 | 103 | 62 |
| Binary | 10111111 | 11010101 | 101010 | 1010 | 0 | 1010000 | 10000 | 1000100 | 1000011 | 110010 |
Color Harmonies of #BFD52A
Complementary color
Monochromatic Colors of #BFD52A
Black with #BFD52A
Text Example
Text Example
White with #BFD52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD52A; }
p { color: rgb(191,213,42); }
H1.HeaderClassName
{
color: #BFD52A;
}
.AnyTagClassName
{
color: #BFD52A;
}
</style>
background-color css
<style>
a { background-color: #BFD52A; }
a { background-color: rgb(191,213,42); }
div.DivClassName
{
background-color: #BFD52A;
}
.BgClassName
{
background-color: #BFD52A;
}
</style>
border-color css
<style>
span { border-color: #BFD52A; }
span { border-color: rgb(191,213,42); }
td.TdClassName
{
border-color: #BFD52A;
}
.TagClassName
{
border-color: #BFD52A;
}
</style>