Shades of Fuego #BEE422
Tints of Fuego #BEE422
RGB
CMYK
RGB Variations
Color information
#BEE422 (or 0xBEE422) is known color: Fuego. HEX triplet: BE, E4 and 22. RGB value is (190,228,34). Sum of RGB (Red+Green+Blue) = 190+228+34=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 228 (89.45% from 255 or 50.44% from 452); Blue value is 34 (13.67% from 255 or 7.52% from 452); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE422 is #411BDD. Grayscale: #C3C3C3. Windows color (decimal): -4266974 or 2286782. OLE color: 2286782.
HSL color Cylindrical-coordinate representation of color #BEE422: hue angle of 71.75º degrees, saturation: 0.78, 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 #BEE422 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 34 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.11 |
| HSL | 71.75º | 0.78% | 0.51% | - |
| HSV(B) | 71.75º | 0.85% | 0.89% | - |
| XYZ | 49.27 | 66.55 | 11.76 | - |
| YUV | 194.52 | 37.41 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 34 | 0.17 | 0 | 0.85 | 0.11 | 71.75 | 0.78 | 0.51 |
| Hex | BE | E4 | 22 | 11 | 0 | 55 | B | 48 | 4E | 33 |
| Octal | 276 | 344 | 42 | 21 | 0 | 125 | 13 | 110 | 116 | 63 |
| Binary | 10111110 | 11100100 | 100010 | 10001 | 0 | 1010101 | 1011 | 1001000 | 1001110 | 110011 |
Color Harmonies of #BEE422
Complementary color
Monochromatic Colors of #BEE422
Black with #BEE422
Text Example
Text Example
White with #BEE422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE422; }
p { color: rgb(190,228,34); }
H1.HeaderClassName
{
color: #BEE422;
}
.AnyTagClassName
{
color: #BEE422;
}
</style>
background-color css
<style>
a { background-color: #BEE422; }
a { background-color: rgb(190,228,34); }
div.DivClassName
{
background-color: #BEE422;
}
.BgClassName
{
background-color: #BEE422;
}
</style>
border-color css
<style>
span { border-color: #BEE422; }
span { border-color: rgb(190,228,34); }
td.TdClassName
{
border-color: #BEE422;
}
.TagClassName
{
border-color: #BEE422;
}
</style>