Shades of Fuego #BED82A
Tints of Fuego #BED82A
RGB
CMYK
RGB Variations
Color information
#BED82A (or 0xBED82A) is known color: Fuego. HEX triplet: BE, D8 and 2A. RGB value is (190,216,42). Sum of RGB (Red+Green+Blue) = 190+216+42=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 42 (16.80% from 255 or 9.38% from 448); Max value from RGB is 216 - color contains mainly: green. Hex color #BED82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED82A is #4127D5. Grayscale: #BDBDBD. Windows color (decimal): -4270038 or 2807998. OLE color: 2807998.
HSL color Cylindrical-coordinate representation of color #BED82A: hue angle of 68.97º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BED82A is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 42 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.15 |
| HSL | 68.97º | 0.69% | 0.51% | - |
| HSV(B) | 68.97º | 0.81% | 0.85% | - |
| XYZ | 46.21 | 60.23 | 11.38 | - |
| YUV | 188.39 | 45.39 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 42 | 0.12 | 0 | 0.81 | 0.15 | 68.97 | 0.69 | 0.51 |
| Hex | BE | D8 | 2A | C | 0 | 51 | F | 45 | 45 | 33 |
| Octal | 276 | 330 | 52 | 14 | 0 | 121 | 17 | 105 | 105 | 63 |
| Binary | 10111110 | 11011000 | 101010 | 1100 | 0 | 1010001 | 1111 | 1000101 | 1000101 | 110011 |
Color Harmonies of #BED82A
Complementary color
Monochromatic Colors of #BED82A
Black with #BED82A
Text Example
Text Example
White with #BED82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED82A; }
p { color: rgb(190,216,42); }
H1.HeaderClassName
{
color: #BED82A;
}
.AnyTagClassName
{
color: #BED82A;
}
</style>
background-color css
<style>
a { background-color: #BED82A; }
a { background-color: rgb(190,216,42); }
div.DivClassName
{
background-color: #BED82A;
}
.BgClassName
{
background-color: #BED82A;
}
</style>
border-color css
<style>
span { border-color: #BED82A; }
span { border-color: rgb(190,216,42); }
td.TdClassName
{
border-color: #BED82A;
}
.TagClassName
{
border-color: #BED82A;
}
</style>