Shades of Fuego #B8DC2F
Tints of Fuego #B8DC2F
RGB
CMYK
RGB Variations
Color information
#B8DC2F (or 0xB8DC2F) is known color: Fuego. HEX triplet: B8, DC and 2F. RGB value is (184,220,47). Sum of RGB (Red+Green+Blue) = 184+220+47=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DC2F is #4723D0. Grayscale: #BEBEBE. Windows color (decimal): -4662225 or 3136696. OLE color: 3136696.
HSL color Cylindrical-coordinate representation of color #B8DC2F: hue angle of 72.49º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8DC2F is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 47 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.14 |
| HSL | 72.49º | 0.71% | 0.52% | - |
| HSV(B) | 72.49º | 0.79% | 0.86% | - |
| XYZ | 45.87 | 61.58 | 12.16 | - |
| YUV | 189.51 | 47.57 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 47 | 0.16 | 0 | 0.79 | 0.14 | 72.49 | 0.71 | 0.52 |
| Hex | B8 | DC | 2F | 10 | 0 | 4F | E | 48 | 47 | 34 |
| Octal | 270 | 334 | 57 | 20 | 0 | 117 | 16 | 110 | 107 | 64 |
| Binary | 10111000 | 11011100 | 101111 | 10000 | 0 | 1001111 | 1110 | 1001000 | 1000111 | 110100 |
Color Harmonies of #B8DC2F
Complementary color
Monochromatic Colors of #B8DC2F
Black with #B8DC2F
Text Example
Text Example
White with #B8DC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DC2F; }
p { color: rgb(184,220,47); }
H1.HeaderClassName
{
color: #B8DC2F;
}
.AnyTagClassName
{
color: #B8DC2F;
}
</style>
background-color css
<style>
a { background-color: #B8DC2F; }
a { background-color: rgb(184,220,47); }
div.DivClassName
{
background-color: #B8DC2F;
}
.BgClassName
{
background-color: #B8DC2F;
}
</style>
border-color css
<style>
span { border-color: #B8DC2F; }
span { border-color: rgb(184,220,47); }
td.TdClassName
{
border-color: #B8DC2F;
}
.TagClassName
{
border-color: #B8DC2F;
}
</style>