Shades of Fuego #B4D227
Tints of Fuego #B4D227
RGB
CMYK
RGB Variations
Color information
#B4D227 (or 0xB4D227) is known color: Fuego. HEX triplet: B4, D2 and 27. RGB value is (180,210,39). Sum of RGB (Red+Green+Blue) = 180+210+39=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 39 (15.62% from 255 or 9.09% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D227 is #4B2DD8. Grayscale: #B6B6B6. Windows color (decimal): -4926937 or 2609844. OLE color: 2609844.
HSL color Cylindrical-coordinate representation of color #B4D227: hue angle of 70.53º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B4D227 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 210 | 39 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.18 |
| HSL | 70.53º | 0.69% | 0.49% | - |
| HSV(B) | 70.53º | 0.81% | 0.82% | - |
| XYZ | 42.24 | 55.94 | 10.49 | - |
| YUV | 181.54 | 47.56 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 210 | 39 | 0.14 | 0 | 0.81 | 0.18 | 70.53 | 0.69 | 0.49 |
| Hex | B4 | D2 | 27 | E | 0 | 51 | 12 | 47 | 45 | 31 |
| Octal | 264 | 322 | 47 | 16 | 0 | 121 | 22 | 107 | 105 | 61 |
| Binary | 10110100 | 11010010 | 100111 | 1110 | 0 | 1010001 | 10010 | 1000111 | 1000101 | 110001 |
Color Harmonies of #B4D227
Complementary color
Monochromatic Colors of #B4D227
Black with #B4D227
Text Example
Text Example
White with #B4D227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D227; }
p { color: rgb(180,210,39); }
H1.HeaderClassName
{
color: #B4D227;
}
.AnyTagClassName
{
color: #B4D227;
}
</style>
background-color css
<style>
a { background-color: #B4D227; }
a { background-color: rgb(180,210,39); }
div.DivClassName
{
background-color: #B4D227;
}
.BgClassName
{
background-color: #B4D227;
}
</style>
border-color css
<style>
span { border-color: #B4D227; }
span { border-color: rgb(180,210,39); }
td.TdClassName
{
border-color: #B4D227;
}
.TagClassName
{
border-color: #B4D227;
}
</style>