Shades of Fuego #B8DD34
Tints of Fuego #B8DD34
RGB
CMYK
RGB Variations
Color information
#B8DD34 (or 0xB8DD34) is known color: Fuego. HEX triplet: B8, DD and 34. RGB value is (184,221,52). Sum of RGB (Red+Green+Blue) = 184+221+52=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 52 (20.70% from 255 or 11.38% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DD34 is #4722CB. Grayscale: #BFBFBF. Windows color (decimal): -4661964 or 3464632. OLE color: 3464632.
HSL color Cylindrical-coordinate representation of color #B8DD34: hue angle of 73.14º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8DD34 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 52 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.13 |
| HSL | 73.14º | 0.71% | 0.54% | - |
| HSV(B) | 73.14º | 0.76% | 0.87% | - |
| XYZ | 46.24 | 62.15 | 12.81 | - |
| YUV | 190.67 | 49.74 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 52 | 0.17 | 0 | 0.76 | 0.13 | 73.14 | 0.71 | 0.54 |
| Hex | B8 | DD | 34 | 11 | 0 | 4C | D | 49 | 47 | 36 |
| Octal | 270 | 335 | 64 | 21 | 0 | 114 | 15 | 111 | 107 | 66 |
| Binary | 10111000 | 11011101 | 110100 | 10001 | 0 | 1001100 | 1101 | 1001001 | 1000111 | 110110 |
Color Harmonies of #B8DD34
Complementary color
Monochromatic Colors of #B8DD34
Black with #B8DD34
Text Example
Text Example
White with #B8DD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DD34; }
p { color: rgb(184,221,52); }
H1.HeaderClassName
{
color: #B8DD34;
}
.AnyTagClassName
{
color: #B8DD34;
}
</style>
background-color css
<style>
a { background-color: #B8DD34; }
a { background-color: rgb(184,221,52); }
div.DivClassName
{
background-color: #B8DD34;
}
.BgClassName
{
background-color: #B8DD34;
}
</style>
border-color css
<style>
span { border-color: #B8DD34; }
span { border-color: rgb(184,221,52); }
td.TdClassName
{
border-color: #B8DD34;
}
.TagClassName
{
border-color: #B8DD34;
}
</style>