Shades of Fuego #B7D138
Tints of Fuego #B7D138
RGB
CMYK
RGB Variations
Color information
#B7D138 (or 0xB7D138) is known color: Fuego. HEX triplet: B7, D1 and 38. RGB value is (183,209,56). Sum of RGB (Red+Green+Blue) = 183+209+56=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 56 (22.27% from 255 or 12.5% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D138 is #482EC7. Grayscale: #B8B8B8. Windows color (decimal): -4730568 or 3723703. OLE color: 3723703.
HSL color Cylindrical-coordinate representation of color #B7D138: hue angle of 70.2º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7D138 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 209 | 56 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.18 |
| HSL | 70.2º | 0.62% | 0.52% | - |
| HSV(B) | 70.2º | 0.73% | 0.82% | - |
| XYZ | 43.04 | 55.95 | 12.27 | - |
| YUV | 183.78 | 55.89 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 209 | 56 | 0.12 | 0 | 0.73 | 0.18 | 70.2 | 0.62 | 0.52 |
| Hex | B7 | D1 | 38 | C | 0 | 49 | 12 | 46 | 3E | 34 |
| Octal | 267 | 321 | 70 | 14 | 0 | 111 | 22 | 106 | 76 | 64 |
| Binary | 10110111 | 11010001 | 111000 | 1100 | 0 | 1001001 | 10010 | 1000110 | 111110 | 110100 |
Color Harmonies of #B7D138
Complementary color
Monochromatic Colors of #B7D138
Black with #B7D138
Text Example
Text Example
White with #B7D138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D138; }
p { color: rgb(183,209,56); }
H1.HeaderClassName
{
color: #B7D138;
}
.AnyTagClassName
{
color: #B7D138;
}
</style>
background-color css
<style>
a { background-color: #B7D138; }
a { background-color: rgb(183,209,56); }
div.DivClassName
{
background-color: #B7D138;
}
.BgClassName
{
background-color: #B7D138;
}
</style>
border-color css
<style>
span { border-color: #B7D138; }
span { border-color: rgb(183,209,56); }
td.TdClassName
{
border-color: #B7D138;
}
.TagClassName
{
border-color: #B7D138;
}
</style>