Shades of Fuego #BBDE2D
Tints of Fuego #BBDE2D
RGB
CMYK
RGB Variations
Color information
#BBDE2D (or 0xBBDE2D) is known color: Fuego. HEX triplet: BB, DE and 2D. RGB value is (187,222,45). Sum of RGB (Red+Green+Blue) = 187+222+45=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDE2D is #4421D2. Grayscale: #C0C0C0. Windows color (decimal): -4465107 or 3006139. OLE color: 3006139.
HSL color Cylindrical-coordinate representation of color #BBDE2D: hue angle of 71.86º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBDE2D is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 45 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.13 |
| HSL | 71.86º | 0.73% | 0.52% | - |
| HSV(B) | 71.86º | 0.8% | 0.87% | - |
| XYZ | 47.09 | 63 | 12.16 | - |
| YUV | 191.36 | 45.4 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 45 | 0.16 | 0 | 0.80 | 0.13 | 71.86 | 0.73 | 0.52 |
| Hex | BB | DE | 2D | 10 | 0 | 50 | D | 48 | 49 | 34 |
| Octal | 273 | 336 | 55 | 20 | 0 | 120 | 15 | 110 | 111 | 64 |
| Binary | 10111011 | 11011110 | 101101 | 10000 | 0 | 1010000 | 1101 | 1001000 | 1001001 | 110100 |
Color Harmonies of #BBDE2D
Complementary color
Monochromatic Colors of #BBDE2D
Black with #BBDE2D
Text Example
Text Example
White with #BBDE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDE2D; }
p { color: rgb(187,222,45); }
H1.HeaderClassName
{
color: #BBDE2D;
}
.AnyTagClassName
{
color: #BBDE2D;
}
</style>
background-color css
<style>
a { background-color: #BBDE2D; }
a { background-color: rgb(187,222,45); }
div.DivClassName
{
background-color: #BBDE2D;
}
.BgClassName
{
background-color: #BBDE2D;
}
</style>
border-color css
<style>
span { border-color: #BBDE2D; }
span { border-color: rgb(187,222,45); }
td.TdClassName
{
border-color: #BBDE2D;
}
.TagClassName
{
border-color: #BBDE2D;
}
</style>