Shades of Fuego #B5D62C
Tints of Fuego #B5D62C
RGB
CMYK
RGB Variations
Color information
#B5D62C (or 0xB5D62C) is known color: Fuego. HEX triplet: B5, D6 and 2C. RGB value is (181,214,44). Sum of RGB (Red+Green+Blue) = 181+214+44=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 44 (17.58% from 255 or 10.02% from 439); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D62C is #4A29D3. Grayscale: #B9B9B9. Windows color (decimal): -4860372 or 2938549. OLE color: 2938549.
HSL color Cylindrical-coordinate representation of color #B5D62C: hue angle of 71.65º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5D62C is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 44 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.16 |
| HSL | 71.65º | 0.67% | 0.51% | - |
| HSV(B) | 71.65º | 0.79% | 0.84% | - |
| XYZ | 43.56 | 58.1 | 11.3 | - |
| YUV | 184.75 | 48.57 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 44 | 0.15 | 0 | 0.79 | 0.16 | 71.65 | 0.67 | 0.51 |
| Hex | B5 | D6 | 2C | F | 0 | 4F | 10 | 48 | 43 | 33 |
| Octal | 265 | 326 | 54 | 17 | 0 | 117 | 20 | 110 | 103 | 63 |
| Binary | 10110101 | 11010110 | 101100 | 1111 | 0 | 1001111 | 10000 | 1001000 | 1000011 | 110011 |
Color Harmonies of #B5D62C
Complementary color
Monochromatic Colors of #B5D62C
Black with #B5D62C
Text Example
Text Example
White with #B5D62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D62C; }
p { color: rgb(181,214,44); }
H1.HeaderClassName
{
color: #B5D62C;
}
.AnyTagClassName
{
color: #B5D62C;
}
</style>
background-color css
<style>
a { background-color: #B5D62C; }
a { background-color: rgb(181,214,44); }
div.DivClassName
{
background-color: #B5D62C;
}
.BgClassName
{
background-color: #B5D62C;
}
</style>
border-color css
<style>
span { border-color: #B5D62C; }
span { border-color: rgb(181,214,44); }
td.TdClassName
{
border-color: #B5D62C;
}
.TagClassName
{
border-color: #B5D62C;
}
</style>