Shades of Fuego #B4DA2D
Tints of Fuego #B4DA2D
RGB
CMYK
RGB Variations
Color information
#B4DA2D (or 0xB4DA2D) is known color: Fuego. HEX triplet: B4, DA and 2D. RGB value is (180,218,45). Sum of RGB (Red+Green+Blue) = 180+218+45=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #B4DA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DA2D is #4B25D2. Grayscale: #BBBBBB. Windows color (decimal): -4924883 or 3005108. OLE color: 3005108.
HSL color Cylindrical-coordinate representation of color #B4DA2D: hue angle of 73.18º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B4DA2D is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 218 | 45 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.15 |
| HSL | 73.18º | 0.7% | 0.52% | - |
| HSV(B) | 73.18º | 0.79% | 0.85% | - |
| XYZ | 44.37 | 60.04 | 11.73 | - |
| YUV | 186.92 | 47.91 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 218 | 45 | 0.17 | 0 | 0.79 | 0.15 | 73.18 | 0.7 | 0.52 |
| Hex | B4 | DA | 2D | 11 | 0 | 4F | F | 49 | 46 | 34 |
| Octal | 264 | 332 | 55 | 21 | 0 | 117 | 17 | 111 | 106 | 64 |
| Binary | 10110100 | 11011010 | 101101 | 10001 | 0 | 1001111 | 1111 | 1001001 | 1000110 | 110100 |
Color Harmonies of #B4DA2D
Complementary color
Monochromatic Colors of #B4DA2D
Black with #B4DA2D
Text Example
Text Example
White with #B4DA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DA2D; }
p { color: rgb(180,218,45); }
H1.HeaderClassName
{
color: #B4DA2D;
}
.AnyTagClassName
{
color: #B4DA2D;
}
</style>
background-color css
<style>
a { background-color: #B4DA2D; }
a { background-color: rgb(180,218,45); }
div.DivClassName
{
background-color: #B4DA2D;
}
.BgClassName
{
background-color: #B4DA2D;
}
</style>
border-color css
<style>
span { border-color: #B4DA2D; }
span { border-color: rgb(180,218,45); }
td.TdClassName
{
border-color: #B4DA2D;
}
.TagClassName
{
border-color: #B4DA2D;
}
</style>