Shades of Fuego #BEE42B
Tints of Fuego #BEE42B
RGB
CMYK
RGB Variations
Color information
#BEE42B (or 0xBEE42B) is known color: Fuego. HEX triplet: BE, E4 and 2B. RGB value is (190,228,43). Sum of RGB (Red+Green+Blue) = 190+228+43=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 228 (89.45% from 255 or 49.46% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE42B is #411BD4. Grayscale: #C4C4C4. Windows color (decimal): -4266965 or 2876606. OLE color: 2876606.
HSL color Cylindrical-coordinate representation of color #BEE42B: hue angle of 72.32º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEE42B is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 43 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.11 |
| HSL | 72.32º | 0.77% | 0.53% | - |
| HSV(B) | 72.32º | 0.81% | 0.89% | - |
| XYZ | 49.41 | 66.61 | 12.54 | - |
| YUV | 195.55 | 41.91 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 43 | 0.17 | 0 | 0.81 | 0.11 | 72.32 | 0.77 | 0.53 |
| Hex | BE | E4 | 2B | 11 | 0 | 51 | B | 48 | 4D | 35 |
| Octal | 276 | 344 | 53 | 21 | 0 | 121 | 13 | 110 | 115 | 65 |
| Binary | 10111110 | 11100100 | 101011 | 10001 | 0 | 1010001 | 1011 | 1001000 | 1001101 | 110101 |
Color Harmonies of #BEE42B
Complementary color
Monochromatic Colors of #BEE42B
Black with #BEE42B
Text Example
Text Example
White with #BEE42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE42B; }
p { color: rgb(190,228,43); }
H1.HeaderClassName
{
color: #BEE42B;
}
.AnyTagClassName
{
color: #BEE42B;
}
</style>
background-color css
<style>
a { background-color: #BEE42B; }
a { background-color: rgb(190,228,43); }
div.DivClassName
{
background-color: #BEE42B;
}
.BgClassName
{
background-color: #BEE42B;
}
</style>
border-color css
<style>
span { border-color: #BEE42B; }
span { border-color: rgb(190,228,43); }
td.TdClassName
{
border-color: #BEE42B;
}
.TagClassName
{
border-color: #BEE42B;
}
</style>