Shades of Fuego #BFDD30
Tints of Fuego #BFDD30
RGB
CMYK
RGB Variations
Color information
#BFDD30 (or 0xBFDD30) is known color: Fuego. HEX triplet: BF, DD and 30. RGB value is (191,221,48). Sum of RGB (Red+Green+Blue) = 191+221+48=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 48 (19.14% from 255 or 10.43% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDD30 is #4022CF. Grayscale: #C0C0C0. Windows color (decimal): -4203216 or 3202495. OLE color: 3202495.
HSL color Cylindrical-coordinate representation of color #BFDD30: hue angle of 70.4º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFDD30 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 48 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.13 |
| HSL | 70.4º | 0.72% | 0.53% | - |
| HSV(B) | 70.4º | 0.78% | 0.87% | - |
| XYZ | 47.88 | 63 | 12.43 | - |
| YUV | 192.31 | 46.56 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 48 | 0.14 | 0 | 0.78 | 0.13 | 70.4 | 0.72 | 0.53 |
| Hex | BF | DD | 30 | E | 0 | 4E | D | 46 | 48 | 35 |
| Octal | 277 | 335 | 60 | 16 | 0 | 116 | 15 | 106 | 110 | 65 |
| Binary | 10111111 | 11011101 | 110000 | 1110 | 0 | 1001110 | 1101 | 1000110 | 1001000 | 110101 |
Color Harmonies of #BFDD30
Complementary color
Monochromatic Colors of #BFDD30
Black with #BFDD30
Text Example
Text Example
White with #BFDD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD30; }
p { color: rgb(191,221,48); }
H1.HeaderClassName
{
color: #BFDD30;
}
.AnyTagClassName
{
color: #BFDD30;
}
</style>
background-color css
<style>
a { background-color: #BFDD30; }
a { background-color: rgb(191,221,48); }
div.DivClassName
{
background-color: #BFDD30;
}
.BgClassName
{
background-color: #BFDD30;
}
</style>
border-color css
<style>
span { border-color: #BFDD30; }
span { border-color: rgb(191,221,48); }
td.TdClassName
{
border-color: #BFDD30;
}
.TagClassName
{
border-color: #BFDD30;
}
</style>