Shades of Fuego #B7D422
Tints of Fuego #B7D422
RGB
CMYK
RGB Variations
Color information
#B7D422 (or 0xB7D422) is known color: Fuego. HEX triplet: B7, D4 and 22. RGB value is (183,212,34). Sum of RGB (Red+Green+Blue) = 183+212+34=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 212 (83.20% from 255 or 49.42% from 429); Blue value is 34 (13.67% from 255 or 7.93% from 429); Max value from RGB is 212 - color contains mainly: green. Hex color #B7D422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D422 is #482BDD. Grayscale: #B7B7B7. Windows color (decimal): -4729822 or 2282679. OLE color: 2282679.
HSL color Cylindrical-coordinate representation of color #B7D422: hue angle of 69.78º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7D422 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 212 | 34 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.17 |
| HSL | 69.78º | 0.72% | 0.48% | - |
| HSV(B) | 69.78º | 0.84% | 0.83% | - |
| XYZ | 43.36 | 57.27 | 10.28 | - |
| YUV | 183.04 | 43.89 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 212 | 34 | 0.14 | 0 | 0.84 | 0.17 | 69.78 | 0.72 | 0.48 |
| Hex | B7 | D4 | 22 | E | 0 | 54 | 11 | 46 | 48 | 30 |
| Octal | 267 | 324 | 42 | 16 | 0 | 124 | 21 | 106 | 110 | 60 |
| Binary | 10110111 | 11010100 | 100010 | 1110 | 0 | 1010100 | 10001 | 1000110 | 1001000 | 110000 |
Color Harmonies of #B7D422
Complementary color
Monochromatic Colors of #B7D422
Black with #B7D422
Text Example
Text Example
White with #B7D422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D422; }
p { color: rgb(183,212,34); }
H1.HeaderClassName
{
color: #B7D422;
}
.AnyTagClassName
{
color: #B7D422;
}
</style>
background-color css
<style>
a { background-color: #B7D422; }
a { background-color: rgb(183,212,34); }
div.DivClassName
{
background-color: #B7D422;
}
.BgClassName
{
background-color: #B7D422;
}
</style>
border-color css
<style>
span { border-color: #B7D422; }
span { border-color: rgb(183,212,34); }
td.TdClassName
{
border-color: #B7D422;
}
.TagClassName
{
border-color: #B7D422;
}
</style>