Shades of Fuego #BEE129
Tints of Fuego #BEE129
RGB
CMYK
RGB Variations
Color information
#BEE129 (or 0xBEE129) is known color: Fuego. HEX triplet: BE, E1 and 29. RGB value is (190,225,41). Sum of RGB (Red+Green+Blue) = 190+225+41=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE129 is #411ED6. Grayscale: #C2C2C2. Windows color (decimal): -4267735 or 2744766. OLE color: 2744766.
HSL color Cylindrical-coordinate representation of color #BEE129: hue angle of 71.41º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEE129 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 41 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.12 |
| HSL | 71.41º | 0.75% | 0.52% | - |
| HSV(B) | 71.41º | 0.82% | 0.88% | - |
| XYZ | 48.56 | 64.96 | 12.08 | - |
| YUV | 193.56 | 41.9 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 41 | 0.16 | 0 | 0.82 | 0.12 | 71.41 | 0.75 | 0.52 |
| Hex | BE | E1 | 29 | 10 | 0 | 52 | C | 47 | 4B | 34 |
| Octal | 276 | 341 | 51 | 20 | 0 | 122 | 14 | 107 | 113 | 64 |
| Binary | 10111110 | 11100001 | 101001 | 10000 | 0 | 1010010 | 1100 | 1000111 | 1001011 | 110100 |
Color Harmonies of #BEE129
Complementary color
Monochromatic Colors of #BEE129
Black with #BEE129
Text Example
Text Example
White with #BEE129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE129; }
p { color: rgb(190,225,41); }
H1.HeaderClassName
{
color: #BEE129;
}
.AnyTagClassName
{
color: #BEE129;
}
</style>
background-color css
<style>
a { background-color: #BEE129; }
a { background-color: rgb(190,225,41); }
div.DivClassName
{
background-color: #BEE129;
}
.BgClassName
{
background-color: #BEE129;
}
</style>
border-color css
<style>
span { border-color: #BEE129; }
span { border-color: rgb(190,225,41); }
td.TdClassName
{
border-color: #BEE129;
}
.TagClassName
{
border-color: #BEE129;
}
</style>