Shades of Fuego #BBE42D
Tints of Fuego #BBE42D
RGB
CMYK
RGB Variations
Color information
#BBE42D (or 0xBBE42D) is known color: Fuego. HEX triplet: BB, E4 and 2D. RGB value is (187,228,45). Sum of RGB (Red+Green+Blue) = 187+228+45=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 228 (89.45% from 255 or 49.57% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE42D is #441BD2. Grayscale: #C3C3C3. Windows color (decimal): -4463571 or 3007675. OLE color: 3007675.
HSL color Cylindrical-coordinate representation of color #BBE42D: hue angle of 73.44º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBE42D is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 45 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.11 |
| HSL | 73.44º | 0.77% | 0.54% | - |
| HSV(B) | 73.44º | 0.8% | 0.89% | - |
| XYZ | 48.71 | 66.24 | 12.7 | - |
| YUV | 194.88 | 43.42 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 45 | 0.18 | 0 | 0.80 | 0.11 | 73.44 | 0.77 | 0.54 |
| Hex | BB | E4 | 2D | 12 | 0 | 50 | B | 49 | 4D | 36 |
| Octal | 273 | 344 | 55 | 22 | 0 | 120 | 13 | 111 | 115 | 66 |
| Binary | 10111011 | 11100100 | 101101 | 10010 | 0 | 1010000 | 1011 | 1001001 | 1001101 | 110110 |
Color Harmonies of #BBE42D
Complementary color
Monochromatic Colors of #BBE42D
Black with #BBE42D
Text Example
Text Example
White with #BBE42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE42D; }
p { color: rgb(187,228,45); }
H1.HeaderClassName
{
color: #BBE42D;
}
.AnyTagClassName
{
color: #BBE42D;
}
</style>
background-color css
<style>
a { background-color: #BBE42D; }
a { background-color: rgb(187,228,45); }
div.DivClassName
{
background-color: #BBE42D;
}
.BgClassName
{
background-color: #BBE42D;
}
</style>
border-color css
<style>
span { border-color: #BBE42D; }
span { border-color: rgb(187,228,45); }
td.TdClassName
{
border-color: #BBE42D;
}
.TagClassName
{
border-color: #BBE42D;
}
</style>