Shades of Fuego #BEE52C
Tints of Fuego #BEE52C
RGB
CMYK
RGB Variations
Color information
#BEE52C (or 0xBEE52C) is known color: Fuego. HEX triplet: BE, E5 and 2C. RGB value is (190,229,44). Sum of RGB (Red+Green+Blue) = 190+229+44=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 44 (17.58% from 255 or 9.50% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE52C is #411AD3. Grayscale: #C4C4C4. Windows color (decimal): -4266708 or 2942398. OLE color: 2942398.
HSL color Cylindrical-coordinate representation of color #BEE52C: hue angle of 72.65º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEE52C is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 44 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.10 |
| HSL | 72.65º | 0.78% | 0.54% | - |
| HSV(B) | 72.65º | 0.81% | 0.9% | - |
| XYZ | 49.71 | 67.17 | 12.73 | - |
| YUV | 196.25 | 42.08 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 44 | 0.17 | 0 | 0.81 | 0.10 | 72.65 | 0.78 | 0.54 |
| Hex | BE | E5 | 2C | 11 | 0 | 51 | A | 49 | 4E | 36 |
| Octal | 276 | 345 | 54 | 21 | 0 | 121 | 12 | 111 | 116 | 66 |
| Binary | 10111110 | 11100101 | 101100 | 10001 | 0 | 1010001 | 1010 | 1001001 | 1001110 | 110110 |
Color Harmonies of #BEE52C
Complementary color
Monochromatic Colors of #BEE52C
Black with #BEE52C
Text Example
Text Example
White with #BEE52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE52C; }
p { color: rgb(190,229,44); }
H1.HeaderClassName
{
color: #BEE52C;
}
.AnyTagClassName
{
color: #BEE52C;
}
</style>
background-color css
<style>
a { background-color: #BEE52C; }
a { background-color: rgb(190,229,44); }
div.DivClassName
{
background-color: #BEE52C;
}
.BgClassName
{
background-color: #BEE52C;
}
</style>
border-color css
<style>
span { border-color: #BEE52C; }
span { border-color: rgb(190,229,44); }
td.TdClassName
{
border-color: #BEE52C;
}
.TagClassName
{
border-color: #BEE52C;
}
</style>