Shades of Fuego #B7E12A
Tints of Fuego #B7E12A
RGB
CMYK
RGB Variations
Color information
#B7E12A (or 0xB7E12A) is known color: Fuego. HEX triplet: B7, E1 and 2A. RGB value is (183,225,42). Sum of RGB (Red+Green+Blue) = 183+225+42=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 42 (16.80% from 255 or 9.33% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #B7E12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7E12A is #481ED5. Grayscale: #C0C0C0. Windows color (decimal): -4726486 or 2810295. OLE color: 2810295.
HSL color Cylindrical-coordinate representation of color #B7E12A: hue angle of 73.77º degrees, saturation: 0.75, 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 #B7E12A is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 225 | 42 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.12 |
| HSL | 73.77º | 0.75% | 0.52% | - |
| HSV(B) | 73.77º | 0.81% | 0.88% | - |
| XYZ | 46.87 | 64.08 | 12.09 | - |
| YUV | 191.58 | 43.59 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 225 | 42 | 0.19 | 0 | 0.81 | 0.12 | 73.77 | 0.75 | 0.52 |
| Hex | B7 | E1 | 2A | 13 | 0 | 51 | C | 4A | 4B | 34 |
| Octal | 267 | 341 | 52 | 23 | 0 | 121 | 14 | 112 | 113 | 64 |
| Binary | 10110111 | 11100001 | 101010 | 10011 | 0 | 1010001 | 1100 | 1001010 | 1001011 | 110100 |
Color Harmonies of #B7E12A
Complementary color
Monochromatic Colors of #B7E12A
Black with #B7E12A
Text Example
Text Example
White with #B7E12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E12A; }
p { color: rgb(183,225,42); }
H1.HeaderClassName
{
color: #B7E12A;
}
.AnyTagClassName
{
color: #B7E12A;
}
</style>
background-color css
<style>
a { background-color: #B7E12A; }
a { background-color: rgb(183,225,42); }
div.DivClassName
{
background-color: #B7E12A;
}
.BgClassName
{
background-color: #B7E12A;
}
</style>
border-color css
<style>
span { border-color: #B7E12A; }
span { border-color: rgb(183,225,42); }
td.TdClassName
{
border-color: #B7E12A;
}
.TagClassName
{
border-color: #B7E12A;
}
</style>