Shades of Fuego #B4D22F
Tints of Fuego #B4D22F
RGB
CMYK
RGB Variations
Color information
#B4D22F (or 0xB4D22F) is known color: Fuego. HEX triplet: B4, D2 and 2F. RGB value is (180,210,47). Sum of RGB (Red+Green+Blue) = 180+210+47=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 47 (18.75% from 255 or 10.76% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D22F is #4B2DD0. Grayscale: #B7B7B7. Windows color (decimal): -4926929 or 3134132. OLE color: 3134132.
HSL color Cylindrical-coordinate representation of color #B4D22F: hue angle of 71.04º 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 #B4D22F is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 210 | 47 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.18 |
| HSL | 71.04º | 0.64% | 0.5% | - |
| HSV(B) | 71.04º | 0.78% | 0.82% | - |
| XYZ | 42.38 | 56 | 11.26 | - |
| YUV | 182.45 | 51.56 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 210 | 47 | 0.14 | 0 | 0.78 | 0.18 | 71.04 | 0.64 | 0.5 |
| Hex | B4 | D2 | 2F | E | 0 | 4E | 12 | 47 | 40 | 32 |
| Octal | 264 | 322 | 57 | 16 | 0 | 116 | 22 | 107 | 100 | 62 |
| Binary | 10110100 | 11010010 | 101111 | 1110 | 0 | 1001110 | 10010 | 1000111 | 1000000 | 110010 |
Color Harmonies of #B4D22F
Complementary color
Monochromatic Colors of #B4D22F
Black with #B4D22F
Text Example
Text Example
White with #B4D22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D22F; }
p { color: rgb(180,210,47); }
H1.HeaderClassName
{
color: #B4D22F;
}
.AnyTagClassName
{
color: #B4D22F;
}
</style>
background-color css
<style>
a { background-color: #B4D22F; }
a { background-color: rgb(180,210,47); }
div.DivClassName
{
background-color: #B4D22F;
}
.BgClassName
{
background-color: #B4D22F;
}
</style>
border-color css
<style>
span { border-color: #B4D22F; }
span { border-color: rgb(180,210,47); }
td.TdClassName
{
border-color: #B4D22F;
}
.TagClassName
{
border-color: #B4D22F;
}
</style>