Shades of Fuego #BFDD23
Tints of Fuego #BFDD23
RGB
CMYK
RGB Variations
Color information
#BFDD23 (or 0xBFDD23) is known color: Fuego. HEX triplet: BF, DD and 23. RGB value is (191,221,35). Sum of RGB (Red+Green+Blue) = 191+221+35=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 35 (14.06% from 255 or 7.83% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDD23 is #4022DC. Grayscale: #BFBFBF. Windows color (decimal): -4203229 or 2350527. OLE color: 2350527.
HSL color Cylindrical-coordinate representation of color #BFDD23: hue angle of 69.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFDD23 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 35 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.13 |
| HSL | 69.68º | 0.73% | 0.5% | - |
| HSV(B) | 69.68º | 0.84% | 0.87% | - |
| XYZ | 47.65 | 62.91 | 11.22 | - |
| YUV | 190.83 | 40.06 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 35 | 0.14 | 0 | 0.84 | 0.13 | 69.68 | 0.73 | 0.5 |
| Hex | BF | DD | 23 | E | 0 | 54 | D | 46 | 49 | 32 |
| Octal | 277 | 335 | 43 | 16 | 0 | 124 | 15 | 106 | 111 | 62 |
| Binary | 10111111 | 11011101 | 100011 | 1110 | 0 | 1010100 | 1101 | 1000110 | 1001001 | 110010 |
Color Harmonies of #BFDD23
Complementary color
Monochromatic Colors of #BFDD23
Black with #BFDD23
Text Example
Text Example
White with #BFDD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD23; }
p { color: rgb(191,221,35); }
H1.HeaderClassName
{
color: #BFDD23;
}
.AnyTagClassName
{
color: #BFDD23;
}
</style>
background-color css
<style>
a { background-color: #BFDD23; }
a { background-color: rgb(191,221,35); }
div.DivClassName
{
background-color: #BFDD23;
}
.BgClassName
{
background-color: #BFDD23;
}
</style>
border-color css
<style>
span { border-color: #BFDD23; }
span { border-color: rgb(191,221,35); }
td.TdClassName
{
border-color: #BFDD23;
}
.TagClassName
{
border-color: #BFDD23;
}
</style>