Shades of Fuego #BED82B
Tints of Fuego #BED82B
RGB
CMYK
RGB Variations
Color information
#BED82B (or 0xBED82B) is known color: Fuego. HEX triplet: BE, D8 and 2B. RGB value is (190,216,43). Sum of RGB (Red+Green+Blue) = 190+216+43=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #BED82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED82B is #4127D4. Grayscale: #BDBDBD. Windows color (decimal): -4270037 or 2873534. OLE color: 2873534.
HSL color Cylindrical-coordinate representation of color #BED82B: hue angle of 69.02º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BED82B is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 43 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.15 |
| HSL | 69.02º | 0.69% | 0.51% | - |
| HSV(B) | 69.02º | 0.8% | 0.85% | - |
| XYZ | 46.23 | 60.23 | 11.48 | - |
| YUV | 188.5 | 45.89 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 43 | 0.12 | 0 | 0.80 | 0.15 | 69.02 | 0.69 | 0.51 |
| Hex | BE | D8 | 2B | C | 0 | 50 | F | 45 | 45 | 33 |
| Octal | 276 | 330 | 53 | 14 | 0 | 120 | 17 | 105 | 105 | 63 |
| Binary | 10111110 | 11011000 | 101011 | 1100 | 0 | 1010000 | 1111 | 1000101 | 1000101 | 110011 |
Color Harmonies of #BED82B
Complementary color
Monochromatic Colors of #BED82B
Black with #BED82B
Text Example
Text Example
White with #BED82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED82B; }
p { color: rgb(190,216,43); }
H1.HeaderClassName
{
color: #BED82B;
}
.AnyTagClassName
{
color: #BED82B;
}
</style>
background-color css
<style>
a { background-color: #BED82B; }
a { background-color: rgb(190,216,43); }
div.DivClassName
{
background-color: #BED82B;
}
.BgClassName
{
background-color: #BED82B;
}
</style>
border-color css
<style>
span { border-color: #BED82B; }
span { border-color: rgb(190,216,43); }
td.TdClassName
{
border-color: #BED82B;
}
.TagClassName
{
border-color: #BED82B;
}
</style>