Shades of Fuego #BBDE33
Tints of Fuego #BBDE33
RGB
CMYK
RGB Variations
Color information
#BBDE33 (or 0xBBDE33) is known color: Fuego. HEX triplet: BB, DE and 33. RGB value is (187,222,51). Sum of RGB (Red+Green+Blue) = 187+222+51=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 51 (20.31% from 255 or 11.09% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDE33 is #4421CC. Grayscale: #C0C0C0. Windows color (decimal): -4465101 or 3399355. OLE color: 3399355.
HSL color Cylindrical-coordinate representation of color #BBDE33: hue angle of 72.28º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBDE33 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 51 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.13 |
| HSL | 72.28º | 0.72% | 0.54% | - |
| HSV(B) | 72.28º | 0.77% | 0.87% | - |
| XYZ | 47.21 | 63.05 | 12.81 | - |
| YUV | 192.04 | 48.4 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 51 | 0.16 | 0 | 0.77 | 0.13 | 72.28 | 0.72 | 0.54 |
| Hex | BB | DE | 33 | 10 | 0 | 4D | D | 48 | 48 | 36 |
| Octal | 273 | 336 | 63 | 20 | 0 | 115 | 15 | 110 | 110 | 66 |
| Binary | 10111011 | 11011110 | 110011 | 10000 | 0 | 1001101 | 1101 | 1001000 | 1001000 | 110110 |
Color Harmonies of #BBDE33
Complementary color
Monochromatic Colors of #BBDE33
Black with #BBDE33
Text Example
Text Example
White with #BBDE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDE33; }
p { color: rgb(187,222,51); }
H1.HeaderClassName
{
color: #BBDE33;
}
.AnyTagClassName
{
color: #BBDE33;
}
</style>
background-color css
<style>
a { background-color: #BBDE33; }
a { background-color: rgb(187,222,51); }
div.DivClassName
{
background-color: #BBDE33;
}
.BgClassName
{
background-color: #BBDE33;
}
</style>
border-color css
<style>
span { border-color: #BBDE33; }
span { border-color: rgb(187,222,51); }
td.TdClassName
{
border-color: #BBDE33;
}
.TagClassName
{
border-color: #BBDE33;
}
</style>