Shades of Fuego #BEE32C
Tints of Fuego #BEE32C
RGB
CMYK
RGB Variations
Color information
#BEE32C (or 0xBEE32C) is known color: Fuego. HEX triplet: BE, E3 and 2C. RGB value is (190,227,44). Sum of RGB (Red+Green+Blue) = 190+227+44=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 227 (89.06% from 255 or 49.24% from 461); Blue value is 44 (17.58% from 255 or 9.54% from 461); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE32C is #411CD3. Grayscale: #C3C3C3. Windows color (decimal): -4267220 or 2941886. OLE color: 2941886.
HSL color Cylindrical-coordinate representation of color #BEE32C: hue angle of 72.13º 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 #BEE32C is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 44 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.11 |
| HSL | 72.13º | 0.77% | 0.53% | - |
| HSV(B) | 72.13º | 0.81% | 0.89% | - |
| XYZ | 49.16 | 66.07 | 12.54 | - |
| YUV | 195.08 | 42.74 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 44 | 0.16 | 0 | 0.81 | 0.11 | 72.13 | 0.77 | 0.53 |
| Hex | BE | E3 | 2C | 10 | 0 | 51 | B | 48 | 4D | 35 |
| Octal | 276 | 343 | 54 | 20 | 0 | 121 | 13 | 110 | 115 | 65 |
| Binary | 10111110 | 11100011 | 101100 | 10000 | 0 | 1010001 | 1011 | 1001000 | 1001101 | 110101 |
Color Harmonies of #BEE32C
Complementary color
Monochromatic Colors of #BEE32C
Black with #BEE32C
Text Example
Text Example
White with #BEE32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE32C; }
p { color: rgb(190,227,44); }
H1.HeaderClassName
{
color: #BEE32C;
}
.AnyTagClassName
{
color: #BEE32C;
}
</style>
background-color css
<style>
a { background-color: #BEE32C; }
a { background-color: rgb(190,227,44); }
div.DivClassName
{
background-color: #BEE32C;
}
.BgClassName
{
background-color: #BEE32C;
}
</style>
border-color css
<style>
span { border-color: #BEE32C; }
span { border-color: rgb(190,227,44); }
td.TdClassName
{
border-color: #BEE32C;
}
.TagClassName
{
border-color: #BEE32C;
}
</style>