Shades of Fuego #B5D621
Tints of Fuego #B5D621
RGB
CMYK
RGB Variations
Color information
#B5D621 (or 0xB5D621) is known color: Fuego. HEX triplet: B5, D6 and 21. RGB value is (181,214,33). Sum of RGB (Red+Green+Blue) = 181+214+33=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 214 (83.98% from 255 or 50% from 428); Blue value is 33 (13.28% from 255 or 7.71% from 428); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D621 is #4A29DE. Grayscale: #B8B8B8. Windows color (decimal): -4860383 or 2217653. OLE color: 2217653.
HSL color Cylindrical-coordinate representation of color #B5D621: hue angle of 70.94º 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 #B5D621 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 33 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.16 |
| HSL | 70.94º | 0.73% | 0.48% | - |
| HSV(B) | 70.94º | 0.85% | 0.84% | - |
| XYZ | 43.38 | 58.03 | 10.35 | - |
| YUV | 183.5 | 43.07 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 33 | 0.15 | 0 | 0.85 | 0.16 | 70.94 | 0.73 | 0.48 |
| Hex | B5 | D6 | 21 | F | 0 | 55 | 10 | 47 | 49 | 30 |
| Octal | 265 | 326 | 41 | 17 | 0 | 125 | 20 | 107 | 111 | 60 |
| Binary | 10110101 | 11010110 | 100001 | 1111 | 0 | 1010101 | 10000 | 1000111 | 1001001 | 110000 |
Color Harmonies of #B5D621
Complementary color
Monochromatic Colors of #B5D621
Black with #B5D621
Text Example
Text Example
White with #B5D621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D621; }
p { color: rgb(181,214,33); }
H1.HeaderClassName
{
color: #B5D621;
}
.AnyTagClassName
{
color: #B5D621;
}
</style>
background-color css
<style>
a { background-color: #B5D621; }
a { background-color: rgb(181,214,33); }
div.DivClassName
{
background-color: #B5D621;
}
.BgClassName
{
background-color: #B5D621;
}
</style>
border-color css
<style>
span { border-color: #B5D621; }
span { border-color: rgb(181,214,33); }
td.TdClassName
{
border-color: #B5D621;
}
.TagClassName
{
border-color: #B5D621;
}
</style>