Shades of Fuego #BBE02D
Tints of Fuego #BBE02D
RGB
CMYK
RGB Variations
Color information
#BBE02D (or 0xBBE02D) is known color: Fuego. HEX triplet: BB, E0 and 2D. RGB value is (187,224,45). Sum of RGB (Red+Green+Blue) = 187+224+45=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE02D is #441FD2. Grayscale: #C1C1C1. Windows color (decimal): -4464595 or 3006651. OLE color: 3006651.
HSL color Cylindrical-coordinate representation of color #BBE02D: hue angle of 72.4º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBE02D is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 45 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.12 |
| HSL | 72.4º | 0.74% | 0.53% | - |
| HSV(B) | 72.4º | 0.8% | 0.88% | - |
| XYZ | 47.62 | 64.07 | 12.34 | - |
| YUV | 192.53 | 44.74 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 45 | 0.17 | 0 | 0.80 | 0.12 | 72.4 | 0.74 | 0.53 |
| Hex | BB | E0 | 2D | 11 | 0 | 50 | C | 48 | 4A | 35 |
| Octal | 273 | 340 | 55 | 21 | 0 | 120 | 14 | 110 | 112 | 65 |
| Binary | 10111011 | 11100000 | 101101 | 10001 | 0 | 1010000 | 1100 | 1001000 | 1001010 | 110101 |
Color Harmonies of #BBE02D
Complementary color
Monochromatic Colors of #BBE02D
Black with #BBE02D
Text Example
Text Example
White with #BBE02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE02D; }
p { color: rgb(187,224,45); }
H1.HeaderClassName
{
color: #BBE02D;
}
.AnyTagClassName
{
color: #BBE02D;
}
</style>
background-color css
<style>
a { background-color: #BBE02D; }
a { background-color: rgb(187,224,45); }
div.DivClassName
{
background-color: #BBE02D;
}
.BgClassName
{
background-color: #BBE02D;
}
</style>
border-color css
<style>
span { border-color: #BBE02D; }
span { border-color: rgb(187,224,45); }
td.TdClassName
{
border-color: #BBE02D;
}
.TagClassName
{
border-color: #BBE02D;
}
</style>