Shades of Fuego #BEE628
Tints of Fuego #BEE628
RGB
CMYK
RGB Variations
Color information
#BEE628 (or 0xBEE628) is known color: Fuego. HEX triplet: BE, E6 and 28. RGB value is (190,230,40). Sum of RGB (Red+Green+Blue) = 190+230+40=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 230 (90.23% from 255 or 50% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE628 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE628 is #4119D7. Grayscale: #C5C5C5. Windows color (decimal): -4266456 or 2680510. OLE color: 2680510.
HSL color Cylindrical-coordinate representation of color #BEE628: hue angle of 72.63º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEE628 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 40 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.10 |
| HSL | 72.63º | 0.79% | 0.53% | - |
| HSV(B) | 72.63º | 0.83% | 0.9% | - |
| XYZ | 49.92 | 67.69 | 12.44 | - |
| YUV | 196.38 | 39.75 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 40 | 0.17 | 0 | 0.83 | 0.10 | 72.63 | 0.79 | 0.53 |
| Hex | BE | E6 | 28 | 11 | 0 | 53 | A | 49 | 4F | 35 |
| Octal | 276 | 346 | 50 | 21 | 0 | 123 | 12 | 111 | 117 | 65 |
| Binary | 10111110 | 11100110 | 101000 | 10001 | 0 | 1010011 | 1010 | 1001001 | 1001111 | 110101 |
Color Harmonies of #BEE628
Complementary color
Monochromatic Colors of #BEE628
Black with #BEE628
Text Example
Text Example
White with #BEE628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE628; }
p { color: rgb(190,230,40); }
H1.HeaderClassName
{
color: #BEE628;
}
.AnyTagClassName
{
color: #BEE628;
}
</style>
background-color css
<style>
a { background-color: #BEE628; }
a { background-color: rgb(190,230,40); }
div.DivClassName
{
background-color: #BEE628;
}
.BgClassName
{
background-color: #BEE628;
}
</style>
border-color css
<style>
span { border-color: #BEE628; }
span { border-color: rgb(190,230,40); }
td.TdClassName
{
border-color: #BEE628;
}
.TagClassName
{
border-color: #BEE628;
}
</style>