Shades of Fuego #B7E227
Tints of Fuego #B7E227
RGB
CMYK
RGB Variations
Color information
#B7E227 (or 0xB7E227) is known color: Fuego. HEX triplet: B7, E2 and 27. RGB value is (183,226,39). Sum of RGB (Red+Green+Blue) = 183+226+39=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 226 (88.67% from 255 or 50.45% from 448); Blue value is 39 (15.62% from 255 or 8.71% from 448); Max value from RGB is 226 - color contains mainly: green. Hex color #B7E227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7E227 is #481DD8. Grayscale: #C0C0C0. Windows color (decimal): -4726233 or 2613943. OLE color: 2613943.
HSL color Cylindrical-coordinate representation of color #B7E227: hue angle of 73.8º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7E227 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 226 | 39 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.11 |
| HSL | 73.8º | 0.76% | 0.52% | - |
| HSV(B) | 73.8º | 0.83% | 0.89% | - |
| XYZ | 47.09 | 64.61 | 11.91 | - |
| YUV | 191.83 | 41.75 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 226 | 39 | 0.19 | 0 | 0.83 | 0.11 | 73.8 | 0.76 | 0.52 |
| Hex | B7 | E2 | 27 | 13 | 0 | 53 | B | 4A | 4C | 34 |
| Octal | 267 | 342 | 47 | 23 | 0 | 123 | 13 | 112 | 114 | 64 |
| Binary | 10110111 | 11100010 | 100111 | 10011 | 0 | 1010011 | 1011 | 1001010 | 1001100 | 110100 |
Color Harmonies of #B7E227
Complementary color
Monochromatic Colors of #B7E227
Black with #B7E227
Text Example
Text Example
White with #B7E227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E227; }
p { color: rgb(183,226,39); }
H1.HeaderClassName
{
color: #B7E227;
}
.AnyTagClassName
{
color: #B7E227;
}
</style>
background-color css
<style>
a { background-color: #B7E227; }
a { background-color: rgb(183,226,39); }
div.DivClassName
{
background-color: #B7E227;
}
.BgClassName
{
background-color: #B7E227;
}
</style>
border-color css
<style>
span { border-color: #B7E227; }
span { border-color: rgb(183,226,39); }
td.TdClassName
{
border-color: #B7E227;
}
.TagClassName
{
border-color: #B7E227;
}
</style>