Shades of Fuego #B4DF2B
Tints of Fuego #B4DF2B
RGB
CMYK
RGB Variations
Color information
#B4DF2B (or 0xB4DF2B) is known color: Fuego. HEX triplet: B4, DF and 2B. RGB value is (180,223,43). Sum of RGB (Red+Green+Blue) = 180+223+43=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 43 (17.19% from 255 or 9.64% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DF2B is #4B20D4. Grayscale: #BEBEBE. Windows color (decimal): -4923605 or 2875316. OLE color: 2875316.
HSL color Cylindrical-coordinate representation of color #B4DF2B: hue angle of 74.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B4DF2B is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 223 | 43 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.13 |
| HSL | 74.33º | 0.74% | 0.52% | - |
| HSV(B) | 74.33º | 0.81% | 0.87% | - |
| XYZ | 45.65 | 62.65 | 11.97 | - |
| YUV | 189.62 | 45.25 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 223 | 43 | 0.19 | 0 | 0.81 | 0.13 | 74.33 | 0.74 | 0.52 |
| Hex | B4 | DF | 2B | 13 | 0 | 51 | D | 4A | 4A | 34 |
| Octal | 264 | 337 | 53 | 23 | 0 | 121 | 15 | 112 | 112 | 64 |
| Binary | 10110100 | 11011111 | 101011 | 10011 | 0 | 1010001 | 1101 | 1001010 | 1001010 | 110100 |
Color Harmonies of #B4DF2B
Complementary color
Monochromatic Colors of #B4DF2B
Black with #B4DF2B
Text Example
Text Example
White with #B4DF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DF2B; }
p { color: rgb(180,223,43); }
H1.HeaderClassName
{
color: #B4DF2B;
}
.AnyTagClassName
{
color: #B4DF2B;
}
</style>
background-color css
<style>
a { background-color: #B4DF2B; }
a { background-color: rgb(180,223,43); }
div.DivClassName
{
background-color: #B4DF2B;
}
.BgClassName
{
background-color: #B4DF2B;
}
</style>
border-color css
<style>
span { border-color: #B4DF2B; }
span { border-color: rgb(180,223,43); }
td.TdClassName
{
border-color: #B4DF2B;
}
.TagClassName
{
border-color: #B4DF2B;
}
</style>