Shades of Fuego #BBDD24
Tints of Fuego #BBDD24
RGB
CMYK
RGB Variations
Color information
#BBDD24 (or 0xBBDD24) is known color: Fuego. HEX triplet: BB, DD and 24. RGB value is (187,221,36). Sum of RGB (Red+Green+Blue) = 187+221+36=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 36 (14.45% from 255 or 8.11% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDD24 is #4422DB. Grayscale: #BEBEBE. Windows color (decimal): -4465372 or 2416059. OLE color: 2416059.
HSL color Cylindrical-coordinate representation of color #BBDD24: hue angle of 71.03º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBDD24 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 36 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.13 |
| HSL | 71.03º | 0.73% | 0.5% | - |
| HSV(B) | 71.03º | 0.84% | 0.87% | - |
| XYZ | 46.67 | 62.41 | 11.25 | - |
| YUV | 189.74 | 41.24 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 36 | 0.15 | 0 | 0.84 | 0.13 | 71.03 | 0.73 | 0.5 |
| Hex | BB | DD | 24 | F | 0 | 54 | D | 47 | 49 | 32 |
| Octal | 273 | 335 | 44 | 17 | 0 | 124 | 15 | 107 | 111 | 62 |
| Binary | 10111011 | 11011101 | 100100 | 1111 | 0 | 1010100 | 1101 | 1000111 | 1001001 | 110010 |
Color Harmonies of #BBDD24
Complementary color
Monochromatic Colors of #BBDD24
Black with #BBDD24
Text Example
Text Example
White with #BBDD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD24; }
p { color: rgb(187,221,36); }
H1.HeaderClassName
{
color: #BBDD24;
}
.AnyTagClassName
{
color: #BBDD24;
}
</style>
background-color css
<style>
a { background-color: #BBDD24; }
a { background-color: rgb(187,221,36); }
div.DivClassName
{
background-color: #BBDD24;
}
.BgClassName
{
background-color: #BBDD24;
}
</style>
border-color css
<style>
span { border-color: #BBDD24; }
span { border-color: rgb(187,221,36); }
td.TdClassName
{
border-color: #BBDD24;
}
.TagClassName
{
border-color: #BBDD24;
}
</style>