Shades of Fuego #B7DD2E
Tints of Fuego #B7DD2E
RGB
CMYK
RGB Variations
Color information
#B7DD2E (or 0xB7DD2E) is known color: Fuego. HEX triplet: B7, DD and 2E. RGB value is (183,221,46). Sum of RGB (Red+Green+Blue) = 183+221+46=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 46 (18.36% from 255 or 10.22% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DD2E is #4822D1. Grayscale: #BEBEBE. Windows color (decimal): -4727506 or 3071415. OLE color: 3071415.
HSL color Cylindrical-coordinate representation of color #B7DD2E: hue angle of 73.03º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7DD2E is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 221 | 46 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.13 |
| HSL | 73.03º | 0.72% | 0.52% | - |
| HSV(B) | 73.03º | 0.79% | 0.87% | - |
| XYZ | 45.88 | 61.98 | 12.13 | - |
| YUV | 189.69 | 46.91 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 221 | 46 | 0.17 | 0 | 0.79 | 0.13 | 73.03 | 0.72 | 0.52 |
| Hex | B7 | DD | 2E | 11 | 0 | 4F | D | 49 | 48 | 34 |
| Octal | 267 | 335 | 56 | 21 | 0 | 117 | 15 | 111 | 110 | 64 |
| Binary | 10110111 | 11011101 | 101110 | 10001 | 0 | 1001111 | 1101 | 1001001 | 1001000 | 110100 |
Color Harmonies of #B7DD2E
Complementary color
Monochromatic Colors of #B7DD2E
Black with #B7DD2E
Text Example
Text Example
White with #B7DD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DD2E; }
p { color: rgb(183,221,46); }
H1.HeaderClassName
{
color: #B7DD2E;
}
.AnyTagClassName
{
color: #B7DD2E;
}
</style>
background-color css
<style>
a { background-color: #B7DD2E; }
a { background-color: rgb(183,221,46); }
div.DivClassName
{
background-color: #B7DD2E;
}
.BgClassName
{
background-color: #B7DD2E;
}
</style>
border-color css
<style>
span { border-color: #B7DD2E; }
span { border-color: rgb(183,221,46); }
td.TdClassName
{
border-color: #B7DD2E;
}
.TagClassName
{
border-color: #B7DD2E;
}
</style>