Shades of Fuego #BBE02F
Tints of Fuego #BBE02F
RGB
CMYK
RGB Variations
Color information
#BBE02F (or 0xBBE02F) is known color: Fuego. HEX triplet: BB, E0 and 2F. RGB value is (187,224,47). Sum of RGB (Red+Green+Blue) = 187+224+47=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 47 (18.75% from 255 or 10.26% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE02F is #441FD0. Grayscale: #C1C1C1. Windows color (decimal): -4464593 or 3137723. OLE color: 3137723.
HSL color Cylindrical-coordinate representation of color #BBE02F: hue angle of 72.54º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBE02F is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 47 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.12 |
| HSL | 72.54º | 0.74% | 0.53% | - |
| HSV(B) | 72.54º | 0.79% | 0.88% | - |
| XYZ | 47.66 | 64.08 | 12.55 | - |
| YUV | 192.76 | 45.74 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 47 | 0.17 | 0 | 0.79 | 0.12 | 72.54 | 0.74 | 0.53 |
| Hex | BB | E0 | 2F | 11 | 0 | 4F | C | 49 | 4A | 35 |
| Octal | 273 | 340 | 57 | 21 | 0 | 117 | 14 | 111 | 112 | 65 |
| Binary | 10111011 | 11100000 | 101111 | 10001 | 0 | 1001111 | 1100 | 1001001 | 1001010 | 110101 |
Color Harmonies of #BBE02F
Complementary color
Monochromatic Colors of #BBE02F
Black with #BBE02F
Text Example
Text Example
White with #BBE02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE02F; }
p { color: rgb(187,224,47); }
H1.HeaderClassName
{
color: #BBE02F;
}
.AnyTagClassName
{
color: #BBE02F;
}
</style>
background-color css
<style>
a { background-color: #BBE02F; }
a { background-color: rgb(187,224,47); }
div.DivClassName
{
background-color: #BBE02F;
}
.BgClassName
{
background-color: #BBE02F;
}
</style>
border-color css
<style>
span { border-color: #BBE02F; }
span { border-color: rgb(187,224,47); }
td.TdClassName
{
border-color: #BBE02F;
}
.TagClassName
{
border-color: #BBE02F;
}
</style>