Shades of Fuego #BEDD31
Tints of Fuego #BEDD31
RGB
CMYK
RGB Variations
Color information
#BEDD31 (or 0xBEDD31) is known color: Fuego. HEX triplet: BE, DD and 31. RGB value is (190,221,49). Sum of RGB (Red+Green+Blue) = 190+221+49=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 49 (19.53% from 255 or 10.65% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD31 is #4122CE. Grayscale: #C0C0C0. Windows color (decimal): -4268751 or 3268030. OLE color: 3268030.
HSL color Cylindrical-coordinate representation of color #BEDD31: hue angle of 70.81º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEDD31 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 49 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.13 |
| HSL | 70.81º | 0.72% | 0.53% | - |
| HSV(B) | 70.81º | 0.78% | 0.87% | - |
| XYZ | 47.65 | 62.88 | 12.53 | - |
| YUV | 192.12 | 47.23 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 49 | 0.14 | 0 | 0.78 | 0.13 | 70.81 | 0.72 | 0.53 |
| Hex | BE | DD | 31 | E | 0 | 4E | D | 47 | 48 | 35 |
| Octal | 276 | 335 | 61 | 16 | 0 | 116 | 15 | 107 | 110 | 65 |
| Binary | 10111110 | 11011101 | 110001 | 1110 | 0 | 1001110 | 1101 | 1000111 | 1001000 | 110101 |
Color Harmonies of #BEDD31
Complementary color
Monochromatic Colors of #BEDD31
Black with #BEDD31
Text Example
Text Example
White with #BEDD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD31; }
p { color: rgb(190,221,49); }
H1.HeaderClassName
{
color: #BEDD31;
}
.AnyTagClassName
{
color: #BEDD31;
}
</style>
background-color css
<style>
a { background-color: #BEDD31; }
a { background-color: rgb(190,221,49); }
div.DivClassName
{
background-color: #BEDD31;
}
.BgClassName
{
background-color: #BEDD31;
}
</style>
border-color css
<style>
span { border-color: #BEDD31; }
span { border-color: rgb(190,221,49); }
td.TdClassName
{
border-color: #BEDD31;
}
.TagClassName
{
border-color: #BEDD31;
}
</style>