Shades of Fuego #BEE02C
Tints of Fuego #BEE02C
RGB
CMYK
RGB Variations
Color information
#BEE02C (or 0xBEE02C) is known color: Fuego. HEX triplet: BE, E0 and 2C. RGB value is (190,224,44). Sum of RGB (Red+Green+Blue) = 190+224+44=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE02C is #411FD3. Grayscale: #C2C2C2. Windows color (decimal): -4267988 or 2941118. OLE color: 2941118.
HSL color Cylindrical-coordinate representation of color #BEE02C: hue angle of 71.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEE02C is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 44 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.12 |
| HSL | 71.33º | 0.74% | 0.53% | - |
| HSV(B) | 71.33º | 0.8% | 0.88% | - |
| XYZ | 48.35 | 64.44 | 12.27 | - |
| YUV | 193.31 | 43.74 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 44 | 0.15 | 0 | 0.80 | 0.12 | 71.33 | 0.74 | 0.53 |
| Hex | BE | E0 | 2C | F | 0 | 50 | C | 47 | 4A | 35 |
| Octal | 276 | 340 | 54 | 17 | 0 | 120 | 14 | 107 | 112 | 65 |
| Binary | 10111110 | 11100000 | 101100 | 1111 | 0 | 1010000 | 1100 | 1000111 | 1001010 | 110101 |
Color Harmonies of #BEE02C
Complementary color
Monochromatic Colors of #BEE02C
Black with #BEE02C
Text Example
Text Example
White with #BEE02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE02C; }
p { color: rgb(190,224,44); }
H1.HeaderClassName
{
color: #BEE02C;
}
.AnyTagClassName
{
color: #BEE02C;
}
</style>
background-color css
<style>
a { background-color: #BEE02C; }
a { background-color: rgb(190,224,44); }
div.DivClassName
{
background-color: #BEE02C;
}
.BgClassName
{
background-color: #BEE02C;
}
</style>
border-color css
<style>
span { border-color: #BEE02C; }
span { border-color: rgb(190,224,44); }
td.TdClassName
{
border-color: #BEE02C;
}
.TagClassName
{
border-color: #BEE02C;
}
</style>