Shades of Fuego #BEE130
Tints of Fuego #BEE130
RGB
CMYK
RGB Variations
Color information
#BEE130 (or 0xBEE130) is known color: Fuego. HEX triplet: BE, E1 and 30. RGB value is (190,225,48). Sum of RGB (Red+Green+Blue) = 190+225+48=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 48 (19.14% from 255 or 10.37% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE130 is #411ECF. Grayscale: #C3C3C3. Windows color (decimal): -4267728 or 3203518. OLE color: 3203518.
HSL color Cylindrical-coordinate representation of color #BEE130: hue angle of 71.86º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BEE130 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 48 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.12 |
| HSL | 71.86º | 0.75% | 0.54% | - |
| HSV(B) | 71.86º | 0.79% | 0.88% | - |
| XYZ | 48.69 | 65.01 | 12.78 | - |
| YUV | 194.36 | 45.4 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 48 | 0.16 | 0 | 0.79 | 0.12 | 71.86 | 0.75 | 0.54 |
| Hex | BE | E1 | 30 | 10 | 0 | 4F | C | 48 | 4B | 36 |
| Octal | 276 | 341 | 60 | 20 | 0 | 117 | 14 | 110 | 113 | 66 |
| Binary | 10111110 | 11100001 | 110000 | 10000 | 0 | 1001111 | 1100 | 1001000 | 1001011 | 110110 |
Color Harmonies of #BEE130
Complementary color
Monochromatic Colors of #BEE130
Black with #BEE130
Text Example
Text Example
White with #BEE130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE130; }
p { color: rgb(190,225,48); }
H1.HeaderClassName
{
color: #BEE130;
}
.AnyTagClassName
{
color: #BEE130;
}
</style>
background-color css
<style>
a { background-color: #BEE130; }
a { background-color: rgb(190,225,48); }
div.DivClassName
{
background-color: #BEE130;
}
.BgClassName
{
background-color: #BEE130;
}
</style>
border-color css
<style>
span { border-color: #BEE130; }
span { border-color: rgb(190,225,48); }
td.TdClassName
{
border-color: #BEE130;
}
.TagClassName
{
border-color: #BEE130;
}
</style>