Shades of Fuego #B7E02B
Tints of Fuego #B7E02B
RGB
CMYK
RGB Variations
Color information
#B7E02B (or 0xB7E02B) is known color: Fuego. HEX triplet: B7, E0 and 2B. RGB value is (183,224,43). Sum of RGB (Red+Green+Blue) = 183+224+43=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #B7E02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7E02B is #481FD4. Grayscale: #BFBFBF. Windows color (decimal): -4726741 or 2875575. OLE color: 2875575.
HSL color Cylindrical-coordinate representation of color #B7E02B: hue angle of 73.59º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7E02B is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 224 | 43 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.12 |
| HSL | 73.59º | 0.74% | 0.52% | - |
| HSV(B) | 73.59º | 0.81% | 0.88% | - |
| XYZ | 46.62 | 63.55 | 12.1 | - |
| YUV | 191.11 | 44.42 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 224 | 43 | 0.18 | 0 | 0.81 | 0.12 | 73.59 | 0.74 | 0.52 |
| Hex | B7 | E0 | 2B | 12 | 0 | 51 | C | 4A | 4A | 34 |
| Octal | 267 | 340 | 53 | 22 | 0 | 121 | 14 | 112 | 112 | 64 |
| Binary | 10110111 | 11100000 | 101011 | 10010 | 0 | 1010001 | 1100 | 1001010 | 1001010 | 110100 |
Color Harmonies of #B7E02B
Complementary color
Monochromatic Colors of #B7E02B
Black with #B7E02B
Text Example
Text Example
White with #B7E02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E02B; }
p { color: rgb(183,224,43); }
H1.HeaderClassName
{
color: #B7E02B;
}
.AnyTagClassName
{
color: #B7E02B;
}
</style>
background-color css
<style>
a { background-color: #B7E02B; }
a { background-color: rgb(183,224,43); }
div.DivClassName
{
background-color: #B7E02B;
}
.BgClassName
{
background-color: #B7E02B;
}
</style>
border-color css
<style>
span { border-color: #B7E02B; }
span { border-color: rgb(183,224,43); }
td.TdClassName
{
border-color: #B7E02B;
}
.TagClassName
{
border-color: #B7E02B;
}
</style>