Shades of Fuego #B5D92D
Tints of Fuego #B5D92D
RGB
CMYK
RGB Variations
Color information
#B5D92D (or 0xB5D92D) is known color: Fuego. HEX triplet: B5, D9 and 2D. RGB value is (181,217,45). Sum of RGB (Red+Green+Blue) = 181+217+45=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D92D is #4A26D2. Grayscale: #BBBBBB. Windows color (decimal): -4859603 or 3004853. OLE color: 3004853.
HSL color Cylindrical-coordinate representation of color #B5D92D: hue angle of 72.56º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5D92D is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 45 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.15 |
| HSL | 72.56º | 0.69% | 0.51% | - |
| HSV(B) | 72.56º | 0.79% | 0.85% | - |
| XYZ | 44.34 | 59.64 | 11.66 | - |
| YUV | 186.63 | 48.07 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 45 | 0.17 | 0 | 0.79 | 0.15 | 72.56 | 0.69 | 0.51 |
| Hex | B5 | D9 | 2D | 11 | 0 | 4F | F | 49 | 45 | 33 |
| Octal | 265 | 331 | 55 | 21 | 0 | 117 | 17 | 111 | 105 | 63 |
| Binary | 10110101 | 11011001 | 101101 | 10001 | 0 | 1001111 | 1111 | 1001001 | 1000101 | 110011 |
Color Harmonies of #B5D92D
Complementary color
Monochromatic Colors of #B5D92D
Black with #B5D92D
Text Example
Text Example
White with #B5D92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D92D; }
p { color: rgb(181,217,45); }
H1.HeaderClassName
{
color: #B5D92D;
}
.AnyTagClassName
{
color: #B5D92D;
}
</style>
background-color css
<style>
a { background-color: #B5D92D; }
a { background-color: rgb(181,217,45); }
div.DivClassName
{
background-color: #B5D92D;
}
.BgClassName
{
background-color: #B5D92D;
}
</style>
border-color css
<style>
span { border-color: #B5D92D; }
span { border-color: rgb(181,217,45); }
td.TdClassName
{
border-color: #B5D92D;
}
.TagClassName
{
border-color: #B5D92D;
}
</style>