Shades of Fuego #BEE229
Tints of Fuego #BEE229
RGB
CMYK
RGB Variations
Color information
#BEE229 (or 0xBEE229) is known color: Fuego. HEX triplet: BE, E2 and 29. RGB value is (190,226,41). Sum of RGB (Red+Green+Blue) = 190+226+41=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 226 (88.67% from 255 or 49.45% from 457); Blue value is 41 (16.41% from 255 or 8.97% from 457); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE229 is #411DD6. Grayscale: #C2C2C2. Windows color (decimal): -4267479 or 2745022. OLE color: 2745022.
HSL color Cylindrical-coordinate representation of color #BEE229: hue angle of 71.68º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEE229 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 41 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.11 |
| HSL | 71.68º | 0.76% | 0.52% | - |
| HSV(B) | 71.68º | 0.82% | 0.89% | - |
| XYZ | 48.83 | 65.5 | 12.17 | - |
| YUV | 194.15 | 41.57 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 41 | 0.16 | 0 | 0.82 | 0.11 | 71.68 | 0.76 | 0.52 |
| Hex | BE | E2 | 29 | 10 | 0 | 52 | B | 48 | 4C | 34 |
| Octal | 276 | 342 | 51 | 20 | 0 | 122 | 13 | 110 | 114 | 64 |
| Binary | 10111110 | 11100010 | 101001 | 10000 | 0 | 1010010 | 1011 | 1001000 | 1001100 | 110100 |
Color Harmonies of #BEE229
Complementary color
Monochromatic Colors of #BEE229
Black with #BEE229
Text Example
Text Example
White with #BEE229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE229; }
p { color: rgb(190,226,41); }
H1.HeaderClassName
{
color: #BEE229;
}
.AnyTagClassName
{
color: #BEE229;
}
</style>
background-color css
<style>
a { background-color: #BEE229; }
a { background-color: rgb(190,226,41); }
div.DivClassName
{
background-color: #BEE229;
}
.BgClassName
{
background-color: #BEE229;
}
</style>
border-color css
<style>
span { border-color: #BEE229; }
span { border-color: rgb(190,226,41); }
td.TdClassName
{
border-color: #BEE229;
}
.TagClassName
{
border-color: #BEE229;
}
</style>