Shades of Fuego #B7E52C
Tints of Fuego #B7E52C
RGB
CMYK
RGB Variations
Color information
#B7E52C (or 0xB7E52C) is known color: Fuego. HEX triplet: B7, E5 and 2C. RGB value is (183,229,44). Sum of RGB (Red+Green+Blue) = 183+229+44=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 229 (89.84% from 255 or 50.22% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 229 - color contains mainly: green. Hex color #B7E52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7E52C is #481AD3. Grayscale: #C2C2C2. Windows color (decimal): -4725460 or 2942391. OLE color: 2942391.
HSL color Cylindrical-coordinate representation of color #B7E52C: hue angle of 74.92º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7E52C is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 229 | 44 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.10 |
| HSL | 74.92º | 0.78% | 0.54% | - |
| HSV(B) | 74.92º | 0.81% | 0.9% | - |
| XYZ | 48 | 66.29 | 12.65 | - |
| YUV | 194.16 | 43.26 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 229 | 44 | 0.20 | 0 | 0.81 | 0.10 | 74.92 | 0.78 | 0.54 |
| Hex | B7 | E5 | 2C | 14 | 0 | 51 | A | 4B | 4E | 36 |
| Octal | 267 | 345 | 54 | 24 | 0 | 121 | 12 | 113 | 116 | 66 |
| Binary | 10110111 | 11100101 | 101100 | 10100 | 0 | 1010001 | 1010 | 1001011 | 1001110 | 110110 |
Color Harmonies of #B7E52C
Complementary color
Monochromatic Colors of #B7E52C
Black with #B7E52C
Text Example
Text Example
White with #B7E52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E52C; }
p { color: rgb(183,229,44); }
H1.HeaderClassName
{
color: #B7E52C;
}
.AnyTagClassName
{
color: #B7E52C;
}
</style>
background-color css
<style>
a { background-color: #B7E52C; }
a { background-color: rgb(183,229,44); }
div.DivClassName
{
background-color: #B7E52C;
}
.BgClassName
{
background-color: #B7E52C;
}
</style>
border-color css
<style>
span { border-color: #B7E52C; }
span { border-color: rgb(183,229,44); }
td.TdClassName
{
border-color: #B7E52C;
}
.TagClassName
{
border-color: #B7E52C;
}
</style>