Shades of Fuego #B8DC34
Tints of Fuego #B8DC34
RGB
CMYK
RGB Variations
Color information
#B8DC34 (or 0xB8DC34) is known color: Fuego. HEX triplet: B8, DC and 34. RGB value is (184,220,52). Sum of RGB (Red+Green+Blue) = 184+220+52=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DC34 is #4723CB. Grayscale: #BEBEBE. Windows color (decimal): -4662220 or 3464376. OLE color: 3464376.
HSL color Cylindrical-coordinate representation of color #B8DC34: hue angle of 72.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8DC34 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 52 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.14 |
| HSL | 72.86º | 0.71% | 0.53% | - |
| HSV(B) | 72.86º | 0.76% | 0.86% | - |
| XYZ | 45.98 | 61.62 | 12.72 | - |
| YUV | 190.08 | 50.07 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 52 | 0.16 | 0 | 0.76 | 0.14 | 72.86 | 0.71 | 0.53 |
| Hex | B8 | DC | 34 | 10 | 0 | 4C | E | 49 | 47 | 35 |
| Octal | 270 | 334 | 64 | 20 | 0 | 114 | 16 | 111 | 107 | 65 |
| Binary | 10111000 | 11011100 | 110100 | 10000 | 0 | 1001100 | 1110 | 1001001 | 1000111 | 110101 |
Color Harmonies of #B8DC34
Complementary color
Monochromatic Colors of #B8DC34
Black with #B8DC34
Text Example
Text Example
White with #B8DC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DC34; }
p { color: rgb(184,220,52); }
H1.HeaderClassName
{
color: #B8DC34;
}
.AnyTagClassName
{
color: #B8DC34;
}
</style>
background-color css
<style>
a { background-color: #B8DC34; }
a { background-color: rgb(184,220,52); }
div.DivClassName
{
background-color: #B8DC34;
}
.BgClassName
{
background-color: #B8DC34;
}
</style>
border-color css
<style>
span { border-color: #B8DC34; }
span { border-color: rgb(184,220,52); }
td.TdClassName
{
border-color: #B8DC34;
}
.TagClassName
{
border-color: #B8DC34;
}
</style>