Shades of Fuego #B8DF2A
Tints of Fuego #B8DF2A
RGB
CMYK
RGB Variations
Color information
#B8DF2A (or 0xB8DF2A) is known color: Fuego. HEX triplet: B8, DF and 2A. RGB value is (184,223,42). Sum of RGB (Red+Green+Blue) = 184+223+42=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 42 (16.80% from 255 or 9.35% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DF2A is #4720D5. Grayscale: #BFBFBF. Windows color (decimal): -4661462 or 2809784. OLE color: 2809784.
HSL color Cylindrical-coordinate representation of color #B8DF2A: hue angle of 72.93º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B8DF2A is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 223 | 42 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.13 |
| HSL | 72.93º | 0.74% | 0.52% | - |
| HSV(B) | 72.93º | 0.81% | 0.87% | - |
| XYZ | 46.57 | 63.13 | 11.92 | - |
| YUV | 190.71 | 44.08 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 223 | 42 | 0.17 | 0 | 0.81 | 0.13 | 72.93 | 0.74 | 0.52 |
| Hex | B8 | DF | 2A | 11 | 0 | 51 | D | 49 | 4A | 34 |
| Octal | 270 | 337 | 52 | 21 | 0 | 121 | 15 | 111 | 112 | 64 |
| Binary | 10111000 | 11011111 | 101010 | 10001 | 0 | 1010001 | 1101 | 1001001 | 1001010 | 110100 |
Color Harmonies of #B8DF2A
Complementary color
Monochromatic Colors of #B8DF2A
Black with #B8DF2A
Text Example
Text Example
White with #B8DF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DF2A; }
p { color: rgb(184,223,42); }
H1.HeaderClassName
{
color: #B8DF2A;
}
.AnyTagClassName
{
color: #B8DF2A;
}
</style>
background-color css
<style>
a { background-color: #B8DF2A; }
a { background-color: rgb(184,223,42); }
div.DivClassName
{
background-color: #B8DF2A;
}
.BgClassName
{
background-color: #B8DF2A;
}
</style>
border-color css
<style>
span { border-color: #B8DF2A; }
span { border-color: rgb(184,223,42); }
td.TdClassName
{
border-color: #B8DF2A;
}
.TagClassName
{
border-color: #B8DF2A;
}
</style>