Shades of Fuego #B8D42A
Tints of Fuego #B8D42A
RGB
CMYK
RGB Variations
Color information
#B8D42A (or 0xB8D42A) is known color: Fuego. HEX triplet: B8, D4 and 2A. RGB value is (184,212,42). Sum of RGB (Red+Green+Blue) = 184+212+42=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 42 (16.80% from 255 or 9.59% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #B8D42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D42A is #472BD5. Grayscale: #B8B8B8. Windows color (decimal): -4664278 or 2806968. OLE color: 2806968.
HSL color Cylindrical-coordinate representation of color #B8D42A: hue angle of 69.88º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8D42A is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 212 | 42 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.17 |
| HSL | 69.88º | 0.67% | 0.5% | - |
| HSV(B) | 69.88º | 0.8% | 0.83% | - |
| XYZ | 43.73 | 57.44 | 10.97 | - |
| YUV | 184.25 | 47.72 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 212 | 42 | 0.13 | 0 | 0.80 | 0.17 | 69.88 | 0.67 | 0.5 |
| Hex | B8 | D4 | 2A | D | 0 | 50 | 11 | 46 | 43 | 32 |
| Octal | 270 | 324 | 52 | 15 | 0 | 120 | 21 | 106 | 103 | 62 |
| Binary | 10111000 | 11010100 | 101010 | 1101 | 0 | 1010000 | 10001 | 1000110 | 1000011 | 110010 |
Color Harmonies of #B8D42A
Complementary color
Monochromatic Colors of #B8D42A
Black with #B8D42A
Text Example
Text Example
White with #B8D42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D42A; }
p { color: rgb(184,212,42); }
H1.HeaderClassName
{
color: #B8D42A;
}
.AnyTagClassName
{
color: #B8D42A;
}
</style>
background-color css
<style>
a { background-color: #B8D42A; }
a { background-color: rgb(184,212,42); }
div.DivClassName
{
background-color: #B8D42A;
}
.BgClassName
{
background-color: #B8D42A;
}
</style>
border-color css
<style>
span { border-color: #B8D42A; }
span { border-color: rgb(184,212,42); }
td.TdClassName
{
border-color: #B8D42A;
}
.TagClassName
{
border-color: #B8D42A;
}
</style>