Shades of Fuego #BEE222
Tints of Fuego #BEE222
RGB
CMYK
RGB Variations
Color information
#BEE222 (or 0xBEE222) is known color: Fuego. HEX triplet: BE, E2 and 22. RGB value is (190,226,34). Sum of RGB (Red+Green+Blue) = 190+226+34=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 226 (88.67% from 255 or 50.22% from 450); Blue value is 34 (13.67% from 255 or 7.56% from 450); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE222 is #411DDD. Grayscale: #C2C2C2. Windows color (decimal): -4267486 or 2286270. OLE color: 2286270.
HSL color Cylindrical-coordinate representation of color #BEE222: hue angle of 71.25º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEE222 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 34 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.11 |
| HSL | 71.25º | 0.77% | 0.51% | - |
| HSV(B) | 71.25º | 0.85% | 0.89% | - |
| XYZ | 48.72 | 65.46 | 11.58 | - |
| YUV | 193.35 | 38.07 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 34 | 0.16 | 0 | 0.85 | 0.11 | 71.25 | 0.77 | 0.51 |
| Hex | BE | E2 | 22 | 10 | 0 | 55 | B | 47 | 4D | 33 |
| Octal | 276 | 342 | 42 | 20 | 0 | 125 | 13 | 107 | 115 | 63 |
| Binary | 10111110 | 11100010 | 100010 | 10000 | 0 | 1010101 | 1011 | 1000111 | 1001101 | 110011 |
Color Harmonies of #BEE222
Complementary color
Monochromatic Colors of #BEE222
Black with #BEE222
Text Example
Text Example
White with #BEE222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE222; }
p { color: rgb(190,226,34); }
H1.HeaderClassName
{
color: #BEE222;
}
.AnyTagClassName
{
color: #BEE222;
}
</style>
background-color css
<style>
a { background-color: #BEE222; }
a { background-color: rgb(190,226,34); }
div.DivClassName
{
background-color: #BEE222;
}
.BgClassName
{
background-color: #BEE222;
}
</style>
border-color css
<style>
span { border-color: #BEE222; }
span { border-color: rgb(190,226,34); }
td.TdClassName
{
border-color: #BEE222;
}
.TagClassName
{
border-color: #BEE222;
}
</style>