Shades of Fuego #BEE826
Tints of Fuego #BEE826
RGB
CMYK
RGB Variations
Color information
#BEE826 (or 0xBEE826) is known color: Fuego. HEX triplet: BE, E8 and 26. RGB value is (190,232,38). Sum of RGB (Red+Green+Blue) = 190+232+38=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 232 (91.02% from 255 or 50.43% from 460); Blue value is 38 (15.23% from 255 or 8.26% from 460); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE826 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE826 is #4117D9. Grayscale: #C6C6C6. Windows color (decimal): -4265946 or 2549950. OLE color: 2549950.
HSL color Cylindrical-coordinate representation of color #BEE826: hue angle of 72.99º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BEE826 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 38 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.09 |
| HSL | 72.99º | 0.81% | 0.53% | - |
| HSV(B) | 72.99º | 0.84% | 0.91% | - |
| XYZ | 50.44 | 68.8 | 12.45 | - |
| YUV | 197.33 | 38.09 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 38 | 0.18 | 0 | 0.84 | 0.09 | 72.99 | 0.81 | 0.53 |
| Hex | BE | E8 | 26 | 12 | 0 | 54 | 9 | 49 | 51 | 35 |
| Octal | 276 | 350 | 46 | 22 | 0 | 124 | 11 | 111 | 121 | 65 |
| Binary | 10111110 | 11101000 | 100110 | 10010 | 0 | 1010100 | 1001 | 1001001 | 1010001 | 110101 |
Color Harmonies of #BEE826
Complementary color
Monochromatic Colors of #BEE826
Black with #BEE826
Text Example
Text Example
White with #BEE826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE826; }
p { color: rgb(190,232,38); }
H1.HeaderClassName
{
color: #BEE826;
}
.AnyTagClassName
{
color: #BEE826;
}
</style>
background-color css
<style>
a { background-color: #BEE826; }
a { background-color: rgb(190,232,38); }
div.DivClassName
{
background-color: #BEE826;
}
.BgClassName
{
background-color: #BEE826;
}
</style>
border-color css
<style>
span { border-color: #BEE826; }
span { border-color: rgb(190,232,38); }
td.TdClassName
{
border-color: #BEE826;
}
.TagClassName
{
border-color: #BEE826;
}
</style>