Shades of Fuego #BBDD33
Tints of Fuego #BBDD33
RGB
CMYK
RGB Variations
Color information
#BBDD33 (or 0xBBDD33) is known color: Fuego. HEX triplet: BB, DD and 33. RGB value is (187,221,51). Sum of RGB (Red+Green+Blue) = 187+221+51=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 51 (20.31% from 255 or 11.11% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDD33 is #4422CC. Grayscale: #C0C0C0. Windows color (decimal): -4465357 or 3399099. OLE color: 3399099.
HSL color Cylindrical-coordinate representation of color #BBDD33: hue angle of 72º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBDD33 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 51 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.13 |
| HSL | 72º | 0.71% | 0.53% | - |
| HSV(B) | 72º | 0.77% | 0.87% | - |
| XYZ | 46.95 | 62.52 | 12.72 | - |
| YUV | 191.45 | 48.74 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 51 | 0.15 | 0 | 0.77 | 0.13 | 72 | 0.71 | 0.53 |
| Hex | BB | DD | 33 | F | 0 | 4D | D | 48 | 47 | 35 |
| Octal | 273 | 335 | 63 | 17 | 0 | 115 | 15 | 110 | 107 | 65 |
| Binary | 10111011 | 11011101 | 110011 | 1111 | 0 | 1001101 | 1101 | 1001000 | 1000111 | 110101 |
Color Harmonies of #BBDD33
Complementary color
Monochromatic Colors of #BBDD33
Black with #BBDD33
Text Example
Text Example
White with #BBDD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD33; }
p { color: rgb(187,221,51); }
H1.HeaderClassName
{
color: #BBDD33;
}
.AnyTagClassName
{
color: #BBDD33;
}
</style>
background-color css
<style>
a { background-color: #BBDD33; }
a { background-color: rgb(187,221,51); }
div.DivClassName
{
background-color: #BBDD33;
}
.BgClassName
{
background-color: #BBDD33;
}
</style>
border-color css
<style>
span { border-color: #BBDD33; }
span { border-color: rgb(187,221,51); }
td.TdClassName
{
border-color: #BBDD33;
}
.TagClassName
{
border-color: #BBDD33;
}
</style>