Shades of Fuego #B7E82D
Tints of Fuego #B7E82D
RGB
CMYK
RGB Variations
Color information
#B7E82D (or 0xB7E82D) is known color: Fuego. HEX triplet: B7, E8 and 2D. RGB value is (183,232,45). Sum of RGB (Red+Green+Blue) = 183+232+45=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 232 (91.02% from 255 or 50.43% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 232 - color contains mainly: green. Hex color #B7E82D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B7E82D is #4817D2. Grayscale: #C4C4C4. Windows color (decimal): -4724691 or 3008695. OLE color: 3008695.
HSL color Cylindrical-coordinate representation of color #B7E82D: hue angle of 75.72º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7E82D is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 232 | 45 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.09 |
| HSL | 75.72º | 0.8% | 0.54% | - |
| HSV(B) | 75.72º | 0.81% | 0.91% | - |
| XYZ | 48.86 | 67.97 | 13.03 | - |
| YUV | 196.03 | 42.77 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 232 | 45 | 0.21 | 0 | 0.81 | 0.09 | 75.72 | 0.8 | 0.54 |
| Hex | B7 | E8 | 2D | 15 | 0 | 51 | 9 | 4C | 50 | 36 |
| Octal | 267 | 350 | 55 | 25 | 0 | 121 | 11 | 114 | 120 | 66 |
| Binary | 10110111 | 11101000 | 101101 | 10101 | 0 | 1010001 | 1001 | 1001100 | 1010000 | 110110 |
Color Harmonies of #B7E82D
Complementary color
Monochromatic Colors of #B7E82D
Black with #B7E82D
Text Example
Text Example
White with #B7E82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E82D; }
p { color: rgb(183,232,45); }
H1.HeaderClassName
{
color: #B7E82D;
}
.AnyTagClassName
{
color: #B7E82D;
}
</style>
background-color css
<style>
a { background-color: #B7E82D; }
a { background-color: rgb(183,232,45); }
div.DivClassName
{
background-color: #B7E82D;
}
.BgClassName
{
background-color: #B7E82D;
}
</style>
border-color css
<style>
span { border-color: #B7E82D; }
span { border-color: rgb(183,232,45); }
td.TdClassName
{
border-color: #B7E82D;
}
.TagClassName
{
border-color: #B7E82D;
}
</style>