Shades of Fuego #B4DF2E
Tints of Fuego #B4DF2E
RGB
CMYK
RGB Variations
Color information
#B4DF2E (or 0xB4DF2E) is known color: Fuego. HEX triplet: B4, DF and 2E. RGB value is (180,223,46). Sum of RGB (Red+Green+Blue) = 180+223+46=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DF2E is #4B20D1. Grayscale: #BEBEBE. Windows color (decimal): -4923602 or 3071924. OLE color: 3071924.
HSL color Cylindrical-coordinate representation of color #B4DF2E: hue angle of 74.58º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B4DF2E is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 223 | 46 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.13 |
| HSL | 74.58º | 0.73% | 0.53% | - |
| HSV(B) | 74.58º | 0.79% | 0.87% | - |
| XYZ | 45.7 | 62.68 | 12.27 | - |
| YUV | 189.97 | 46.75 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 223 | 46 | 0.19 | 0 | 0.79 | 0.13 | 74.58 | 0.73 | 0.53 |
| Hex | B4 | DF | 2E | 13 | 0 | 4F | D | 4B | 49 | 35 |
| Octal | 264 | 337 | 56 | 23 | 0 | 117 | 15 | 113 | 111 | 65 |
| Binary | 10110100 | 11011111 | 101110 | 10011 | 0 | 1001111 | 1101 | 1001011 | 1001001 | 110101 |
Color Harmonies of #B4DF2E
Complementary color
Monochromatic Colors of #B4DF2E
Black with #B4DF2E
Text Example
Text Example
White with #B4DF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DF2E; }
p { color: rgb(180,223,46); }
H1.HeaderClassName
{
color: #B4DF2E;
}
.AnyTagClassName
{
color: #B4DF2E;
}
</style>
background-color css
<style>
a { background-color: #B4DF2E; }
a { background-color: rgb(180,223,46); }
div.DivClassName
{
background-color: #B4DF2E;
}
.BgClassName
{
background-color: #B4DF2E;
}
</style>
border-color css
<style>
span { border-color: #B4DF2E; }
span { border-color: rgb(180,223,46); }
td.TdClassName
{
border-color: #B4DF2E;
}
.TagClassName
{
border-color: #B4DF2E;
}
</style>