Shades of Fuego #BEE227
Tints of Fuego #BEE227
RGB
CMYK
RGB Variations
Color information
#BEE227 (or 0xBEE227) is known color: Fuego. HEX triplet: BE, E2 and 27. RGB value is (190,226,39). Sum of RGB (Red+Green+Blue) = 190+226+39=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 226 (88.67% from 255 or 49.67% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE227 is #411DD8. Grayscale: #C2C2C2. Windows color (decimal): -4267481 or 2613950. OLE color: 2613950.
HSL color Cylindrical-coordinate representation of color #BEE227: hue angle of 71.55º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEE227 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 39 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.11 |
| HSL | 71.55º | 0.76% | 0.52% | - |
| HSV(B) | 71.55º | 0.83% | 0.89% | - |
| XYZ | 48.8 | 65.49 | 11.99 | - |
| YUV | 193.92 | 40.57 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 39 | 0.16 | 0 | 0.83 | 0.11 | 71.55 | 0.76 | 0.52 |
| Hex | BE | E2 | 27 | 10 | 0 | 53 | B | 48 | 4C | 34 |
| Octal | 276 | 342 | 47 | 20 | 0 | 123 | 13 | 110 | 114 | 64 |
| Binary | 10111110 | 11100010 | 100111 | 10000 | 0 | 1010011 | 1011 | 1001000 | 1001100 | 110100 |
Color Harmonies of #BEE227
Complementary color
Monochromatic Colors of #BEE227
Black with #BEE227
Text Example
Text Example
White with #BEE227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE227; }
p { color: rgb(190,226,39); }
H1.HeaderClassName
{
color: #BEE227;
}
.AnyTagClassName
{
color: #BEE227;
}
</style>
background-color css
<style>
a { background-color: #BEE227; }
a { background-color: rgb(190,226,39); }
div.DivClassName
{
background-color: #BEE227;
}
.BgClassName
{
background-color: #BEE227;
}
</style>
border-color css
<style>
span { border-color: #BEE227; }
span { border-color: rgb(190,226,39); }
td.TdClassName
{
border-color: #BEE227;
}
.TagClassName
{
border-color: #BEE227;
}
</style>