Shades of Fuego #BFD534
Tints of Fuego #BFD534
RGB
CMYK
RGB Variations
Color information
#BFD534 (or 0xBFD534) is known color: Fuego. HEX triplet: BF, D5 and 34. RGB value is (191,213,52). Sum of RGB (Red+Green+Blue) = 191+213+52=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD534 is #402ACB. Grayscale: #BCBCBC. Windows color (decimal): -4205260 or 3462591. OLE color: 3462591.
HSL color Cylindrical-coordinate representation of color #BFD534: hue angle of 68.2º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFD534 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 52 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.16 |
| HSL | 68.2º | 0.66% | 0.52% | - |
| HSV(B) | 68.2º | 0.76% | 0.84% | - |
| XYZ | 45.9 | 58.91 | 12.2 | - |
| YUV | 188.07 | 51.21 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 52 | 0.10 | 0 | 0.76 | 0.16 | 68.2 | 0.66 | 0.52 |
| Hex | BF | D5 | 34 | A | 0 | 4C | 10 | 44 | 42 | 34 |
| Octal | 277 | 325 | 64 | 12 | 0 | 114 | 20 | 104 | 102 | 64 |
| Binary | 10111111 | 11010101 | 110100 | 1010 | 0 | 1001100 | 10000 | 1000100 | 1000010 | 110100 |
Color Harmonies of #BFD534
Complementary color
Monochromatic Colors of #BFD534
Black with #BFD534
Text Example
Text Example
White with #BFD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD534; }
p { color: rgb(191,213,52); }
H1.HeaderClassName
{
color: #BFD534;
}
.AnyTagClassName
{
color: #BFD534;
}
</style>
background-color css
<style>
a { background-color: #BFD534; }
a { background-color: rgb(191,213,52); }
div.DivClassName
{
background-color: #BFD534;
}
.BgClassName
{
background-color: #BFD534;
}
</style>
border-color css
<style>
span { border-color: #BFD534; }
span { border-color: rgb(191,213,52); }
td.TdClassName
{
border-color: #BFD534;
}
.TagClassName
{
border-color: #BFD534;
}
</style>