Shades of Fuego #B7D621
Tints of Fuego #B7D621
RGB
CMYK
RGB Variations
Color information
#B7D621 (or 0xB7D621) is known color: Fuego. HEX triplet: B7, D6 and 21. RGB value is (183,214,33). Sum of RGB (Red+Green+Blue) = 183+214+33=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D621 is #4829DE. Grayscale: #B8B8B8. Windows color (decimal): -4729311 or 2217655. OLE color: 2217655.
HSL color Cylindrical-coordinate representation of color #B7D621: hue angle of 70.28º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7D621 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 33 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.16 |
| HSL | 70.28º | 0.73% | 0.48% | - |
| HSV(B) | 70.28º | 0.85% | 0.84% | - |
| XYZ | 43.85 | 58.27 | 10.38 | - |
| YUV | 184.1 | 42.73 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 33 | 0.14 | 0 | 0.85 | 0.16 | 70.28 | 0.73 | 0.48 |
| Hex | B7 | D6 | 21 | E | 0 | 55 | 10 | 46 | 49 | 30 |
| Octal | 267 | 326 | 41 | 16 | 0 | 125 | 20 | 106 | 111 | 60 |
| Binary | 10110111 | 11010110 | 100001 | 1110 | 0 | 1010101 | 10000 | 1000110 | 1001001 | 110000 |
Color Harmonies of #B7D621
Complementary color
Monochromatic Colors of #B7D621
Black with #B7D621
Text Example
Text Example
White with #B7D621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D621; }
p { color: rgb(183,214,33); }
H1.HeaderClassName
{
color: #B7D621;
}
.AnyTagClassName
{
color: #B7D621;
}
</style>
background-color css
<style>
a { background-color: #B7D621; }
a { background-color: rgb(183,214,33); }
div.DivClassName
{
background-color: #B7D621;
}
.BgClassName
{
background-color: #B7D621;
}
</style>
border-color css
<style>
span { border-color: #B7D621; }
span { border-color: rgb(183,214,33); }
td.TdClassName
{
border-color: #B7D621;
}
.TagClassName
{
border-color: #B7D621;
}
</style>