Shades of Fuego #BEE128
Tints of Fuego #BEE128
RGB
CMYK
RGB Variations
Color information
#BEE128 (or 0xBEE128) is known color: Fuego. HEX triplet: BE, E1 and 28. RGB value is (190,225,40). Sum of RGB (Red+Green+Blue) = 190+225+40=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 225 (88.28% from 255 or 49.45% from 455); Blue value is 40 (16.02% from 255 or 8.79% from 455); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE128 is #411ED7. Grayscale: #C2C2C2. Windows color (decimal): -4267736 or 2679230. OLE color: 2679230.
HSL color Cylindrical-coordinate representation of color #BEE128: hue angle of 71.35º degrees, saturation: 0.76, 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 #BEE128 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 40 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.12 |
| HSL | 71.35º | 0.76% | 0.52% | - |
| HSV(B) | 71.35º | 0.82% | 0.88% | - |
| XYZ | 48.54 | 64.95 | 11.99 | - |
| YUV | 193.45 | 41.4 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 40 | 0.16 | 0 | 0.82 | 0.12 | 71.35 | 0.76 | 0.52 |
| Hex | BE | E1 | 28 | 10 | 0 | 52 | C | 47 | 4C | 34 |
| Octal | 276 | 341 | 50 | 20 | 0 | 122 | 14 | 107 | 114 | 64 |
| Binary | 10111110 | 11100001 | 101000 | 10000 | 0 | 1010010 | 1100 | 1000111 | 1001100 | 110100 |
Color Harmonies of #BEE128
Complementary color
Monochromatic Colors of #BEE128
Black with #BEE128
Text Example
Text Example
White with #BEE128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE128; }
p { color: rgb(190,225,40); }
H1.HeaderClassName
{
color: #BEE128;
}
.AnyTagClassName
{
color: #BEE128;
}
</style>
background-color css
<style>
a { background-color: #BEE128; }
a { background-color: rgb(190,225,40); }
div.DivClassName
{
background-color: #BEE128;
}
.BgClassName
{
background-color: #BEE128;
}
</style>
border-color css
<style>
span { border-color: #BEE128; }
span { border-color: rgb(190,225,40); }
td.TdClassName
{
border-color: #BEE128;
}
.TagClassName
{
border-color: #BEE128;
}
</style>