Shades of Fuego #B8DE32
Tints of Fuego #B8DE32
RGB
CMYK
RGB Variations
Color information
#B8DE32 (or 0xB8DE32) is known color: Fuego. HEX triplet: B8, DE and 32. RGB value is (184,222,50). Sum of RGB (Red+Green+Blue) = 184+222+50=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DE32 is #4721CD. Grayscale: #BFBFBF. Windows color (decimal): -4661710 or 3333816. OLE color: 3333816.
HSL color Cylindrical-coordinate representation of color #B8DE32: hue angle of 73.26º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8DE32 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 222 | 50 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.13 |
| HSL | 73.26º | 0.72% | 0.53% | - |
| HSV(B) | 73.26º | 0.77% | 0.87% | - |
| XYZ | 46.46 | 62.66 | 12.66 | - |
| YUV | 191.03 | 48.41 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 222 | 50 | 0.17 | 0 | 0.77 | 0.13 | 73.26 | 0.72 | 0.53 |
| Hex | B8 | DE | 32 | 11 | 0 | 4D | D | 49 | 48 | 35 |
| Octal | 270 | 336 | 62 | 21 | 0 | 115 | 15 | 111 | 110 | 65 |
| Binary | 10111000 | 11011110 | 110010 | 10001 | 0 | 1001101 | 1101 | 1001001 | 1001000 | 110101 |
Color Harmonies of #B8DE32
Complementary color
Monochromatic Colors of #B8DE32
Black with #B8DE32
Text Example
Text Example
White with #B8DE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DE32; }
p { color: rgb(184,222,50); }
H1.HeaderClassName
{
color: #B8DE32;
}
.AnyTagClassName
{
color: #B8DE32;
}
</style>
background-color css
<style>
a { background-color: #B8DE32; }
a { background-color: rgb(184,222,50); }
div.DivClassName
{
background-color: #B8DE32;
}
.BgClassName
{
background-color: #B8DE32;
}
</style>
border-color css
<style>
span { border-color: #B8DE32; }
span { border-color: rgb(184,222,50); }
td.TdClassName
{
border-color: #B8DE32;
}
.TagClassName
{
border-color: #B8DE32;
}
</style>