Shades of Fuego #BBDF30
Tints of Fuego #BBDF30
RGB
CMYK
RGB Variations
Color information
#BBDF30 (or 0xBBDF30) is known color: Fuego. HEX triplet: BB, DF and 30. RGB value is (187,223,48). Sum of RGB (Red+Green+Blue) = 187+223+48=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDF30 is #4420CF. Grayscale: #C0C0C0. Windows color (decimal): -4464848 or 3203003. OLE color: 3203003.
HSL color Cylindrical-coordinate representation of color #BBDF30: hue angle of 72.34º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBDF30 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 48 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.13 |
| HSL | 72.34º | 0.73% | 0.53% | - |
| HSV(B) | 72.34º | 0.78% | 0.87% | - |
| XYZ | 47.41 | 63.55 | 12.56 | - |
| YUV | 192.29 | 46.57 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 48 | 0.16 | 0 | 0.78 | 0.13 | 72.34 | 0.73 | 0.53 |
| Hex | BB | DF | 30 | 10 | 0 | 4E | D | 48 | 49 | 35 |
| Octal | 273 | 337 | 60 | 20 | 0 | 116 | 15 | 110 | 111 | 65 |
| Binary | 10111011 | 11011111 | 110000 | 10000 | 0 | 1001110 | 1101 | 1001000 | 1001001 | 110101 |
Color Harmonies of #BBDF30
Complementary color
Monochromatic Colors of #BBDF30
Black with #BBDF30
Text Example
Text Example
White with #BBDF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF30; }
p { color: rgb(187,223,48); }
H1.HeaderClassName
{
color: #BBDF30;
}
.AnyTagClassName
{
color: #BBDF30;
}
</style>
background-color css
<style>
a { background-color: #BBDF30; }
a { background-color: rgb(187,223,48); }
div.DivClassName
{
background-color: #BBDF30;
}
.BgClassName
{
background-color: #BBDF30;
}
</style>
border-color css
<style>
span { border-color: #BBDF30; }
span { border-color: rgb(187,223,48); }
td.TdClassName
{
border-color: #BBDF30;
}
.TagClassName
{
border-color: #BBDF30;
}
</style>