Shades of Fuego #B7E22F
Tints of Fuego #B7E22F
RGB
CMYK
RGB Variations
Color information
#B7E22F (or 0xB7E22F) is known color: Fuego. HEX triplet: B7, E2 and 2F. RGB value is (183,226,47). Sum of RGB (Red+Green+Blue) = 183+226+47=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 226 (88.67% from 255 or 49.56% from 456); Blue value is 47 (18.75% from 255 or 10.31% from 456); Max value from RGB is 226 - color contains mainly: green. Hex color #B7E22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7E22F is #481DD0. Grayscale: #C1C1C1. Windows color (decimal): -4726225 or 3138231. OLE color: 3138231.
HSL color Cylindrical-coordinate representation of color #B7E22F: hue angle of 74.41º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7E22F is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 226 | 47 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.11 |
| HSL | 74.41º | 0.76% | 0.54% | - |
| HSV(B) | 74.41º | 0.79% | 0.89% | - |
| XYZ | 47.24 | 64.67 | 12.68 | - |
| YUV | 192.74 | 45.75 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 226 | 47 | 0.19 | 0 | 0.79 | 0.11 | 74.41 | 0.76 | 0.54 |
| Hex | B7 | E2 | 2F | 13 | 0 | 4F | B | 4A | 4C | 36 |
| Octal | 267 | 342 | 57 | 23 | 0 | 117 | 13 | 112 | 114 | 66 |
| Binary | 10110111 | 11100010 | 101111 | 10011 | 0 | 1001111 | 1011 | 1001010 | 1001100 | 110110 |
Color Harmonies of #B7E22F
Complementary color
Monochromatic Colors of #B7E22F
Black with #B7E22F
Text Example
Text Example
White with #B7E22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E22F; }
p { color: rgb(183,226,47); }
H1.HeaderClassName
{
color: #B7E22F;
}
.AnyTagClassName
{
color: #B7E22F;
}
</style>
background-color css
<style>
a { background-color: #B7E22F; }
a { background-color: rgb(183,226,47); }
div.DivClassName
{
background-color: #B7E22F;
}
.BgClassName
{
background-color: #B7E22F;
}
</style>
border-color css
<style>
span { border-color: #B7E22F; }
span { border-color: rgb(183,226,47); }
td.TdClassName
{
border-color: #B7E22F;
}
.TagClassName
{
border-color: #B7E22F;
}
</style>