Shades of Fuego #B5D02D
Tints of Fuego #B5D02D
RGB
CMYK
RGB Variations
Color information
#B5D02D (or 0xB5D02D) is known color: Fuego. HEX triplet: B5, D0 and 2D. RGB value is (181,208,45). Sum of RGB (Red+Green+Blue) = 181+208+45=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D02D is #4A2FD2. Grayscale: #B5B5B5. Windows color (decimal): -4861907 or 3002549. OLE color: 3002549.
HSL color Cylindrical-coordinate representation of color #B5D02D: hue angle of 69.94º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5D02D is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 45 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.18 |
| HSL | 69.94º | 0.64% | 0.5% | - |
| HSV(B) | 69.94º | 0.78% | 0.82% | - |
| XYZ | 42.09 | 55.12 | 10.9 | - |
| YUV | 181.35 | 51.05 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 45 | 0.13 | 0 | 0.78 | 0.18 | 69.94 | 0.64 | 0.5 |
| Hex | B5 | D0 | 2D | D | 0 | 4E | 12 | 46 | 40 | 32 |
| Octal | 265 | 320 | 55 | 15 | 0 | 116 | 22 | 106 | 100 | 62 |
| Binary | 10110101 | 11010000 | 101101 | 1101 | 0 | 1001110 | 10010 | 1000110 | 1000000 | 110010 |
Color Harmonies of #B5D02D
Complementary color
Monochromatic Colors of #B5D02D
Black with #B5D02D
Text Example
Text Example
White with #B5D02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D02D; }
p { color: rgb(181,208,45); }
H1.HeaderClassName
{
color: #B5D02D;
}
.AnyTagClassName
{
color: #B5D02D;
}
</style>
background-color css
<style>
a { background-color: #B5D02D; }
a { background-color: rgb(181,208,45); }
div.DivClassName
{
background-color: #B5D02D;
}
.BgClassName
{
background-color: #B5D02D;
}
</style>
border-color css
<style>
span { border-color: #B5D02D; }
span { border-color: rgb(181,208,45); }
td.TdClassName
{
border-color: #B5D02D;
}
.TagClassName
{
border-color: #B5D02D;
}
</style>