Shades of Fuego #B4DF2C
Tints of Fuego #B4DF2C
RGB
CMYK
RGB Variations
Color information
#B4DF2C (or 0xB4DF2C) is known color: Fuego. HEX triplet: B4, DF and 2C. RGB value is (180,223,44). Sum of RGB (Red+Green+Blue) = 180+223+44=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 44 (17.58% from 255 or 9.84% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DF2C is #4B20D3. Grayscale: #BEBEBE. Windows color (decimal): -4923604 or 2940852. OLE color: 2940852.
HSL color Cylindrical-coordinate representation of color #B4DF2C: hue angle of 74.41º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B4DF2C is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 223 | 44 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.13 |
| HSL | 74.41º | 0.74% | 0.52% | - |
| HSV(B) | 74.41º | 0.8% | 0.87% | - |
| XYZ | 45.66 | 62.66 | 12.07 | - |
| YUV | 189.74 | 45.75 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 223 | 44 | 0.19 | 0 | 0.80 | 0.13 | 74.41 | 0.74 | 0.52 |
| Hex | B4 | DF | 2C | 13 | 0 | 50 | D | 4A | 4A | 34 |
| Octal | 264 | 337 | 54 | 23 | 0 | 120 | 15 | 112 | 112 | 64 |
| Binary | 10110100 | 11011111 | 101100 | 10011 | 0 | 1010000 | 1101 | 1001010 | 1001010 | 110100 |
Color Harmonies of #B4DF2C
Complementary color
Monochromatic Colors of #B4DF2C
Black with #B4DF2C
Text Example
Text Example
White with #B4DF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DF2C; }
p { color: rgb(180,223,44); }
H1.HeaderClassName
{
color: #B4DF2C;
}
.AnyTagClassName
{
color: #B4DF2C;
}
</style>
background-color css
<style>
a { background-color: #B4DF2C; }
a { background-color: rgb(180,223,44); }
div.DivClassName
{
background-color: #B4DF2C;
}
.BgClassName
{
background-color: #B4DF2C;
}
</style>
border-color css
<style>
span { border-color: #B4DF2C; }
span { border-color: rgb(180,223,44); }
td.TdClassName
{
border-color: #B4DF2C;
}
.TagClassName
{
border-color: #B4DF2C;
}
</style>