Shades of Fuego #B5D62B
Tints of Fuego #B5D62B
RGB
CMYK
RGB Variations
Color information
#B5D62B (or 0xB5D62B) is known color: Fuego. HEX triplet: B5, D6 and 2B. RGB value is (181,214,43). Sum of RGB (Red+Green+Blue) = 181+214+43=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 43 (17.19% from 255 or 9.82% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D62B is #4A29D4. Grayscale: #B9B9B9. Windows color (decimal): -4860373 or 2873013. OLE color: 2873013.
HSL color Cylindrical-coordinate representation of color #B5D62B: hue angle of 71.58º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5D62B is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 43 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.16 |
| HSL | 71.58º | 0.68% | 0.5% | - |
| HSV(B) | 71.58º | 0.8% | 0.84% | - |
| XYZ | 43.54 | 58.09 | 11.2 | - |
| YUV | 184.64 | 48.07 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 43 | 0.15 | 0 | 0.80 | 0.16 | 71.58 | 0.68 | 0.5 |
| Hex | B5 | D6 | 2B | F | 0 | 50 | 10 | 48 | 44 | 32 |
| Octal | 265 | 326 | 53 | 17 | 0 | 120 | 20 | 110 | 104 | 62 |
| Binary | 10110101 | 11010110 | 101011 | 1111 | 0 | 1010000 | 10000 | 1001000 | 1000100 | 110010 |
Color Harmonies of #B5D62B
Complementary color
Monochromatic Colors of #B5D62B
Black with #B5D62B
Text Example
Text Example
White with #B5D62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D62B; }
p { color: rgb(181,214,43); }
H1.HeaderClassName
{
color: #B5D62B;
}
.AnyTagClassName
{
color: #B5D62B;
}
</style>
background-color css
<style>
a { background-color: #B5D62B; }
a { background-color: rgb(181,214,43); }
div.DivClassName
{
background-color: #B5D62B;
}
.BgClassName
{
background-color: #B5D62B;
}
</style>
border-color css
<style>
span { border-color: #B5D62B; }
span { border-color: rgb(181,214,43); }
td.TdClassName
{
border-color: #B5D62B;
}
.TagClassName
{
border-color: #B5D62B;
}
</style>