Shades of Fuego #BED41F
Tints of Fuego #BED41F
RGB
CMYK
RGB Variations
Color information
#BED41F (or 0xBED41F) is known color: Fuego. HEX triplet: BE, D4 and 1F. RGB value is (190,212,31). Sum of RGB (Red+Green+Blue) = 190+212+31=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #BED41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED41F is #412BE0. Grayscale: #B9B9B9. Windows color (decimal): -4271073 or 2086078. OLE color: 2086078.
HSL color Cylindrical-coordinate representation of color #BED41F: hue angle of 67.29º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BED41F is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 31 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.17 |
| HSL | 67.29º | 0.74% | 0.48% | - |
| HSV(B) | 67.29º | 0.85% | 0.83% | - |
| XYZ | 45.03 | 58.13 | 10.14 | - |
| YUV | 184.79 | 41.21 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 31 | 0.10 | 0 | 0.85 | 0.17 | 67.29 | 0.74 | 0.48 |
| Hex | BE | D4 | 1F | A | 0 | 55 | 11 | 43 | 4A | 30 |
| Octal | 276 | 324 | 37 | 12 | 0 | 125 | 21 | 103 | 112 | 60 |
| Binary | 10111110 | 11010100 | 11111 | 1010 | 0 | 1010101 | 10001 | 1000011 | 1001010 | 110000 |
Color Harmonies of #BED41F
Complementary color
Monochromatic Colors of #BED41F
Black with #BED41F
Text Example
Text Example
White with #BED41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED41F; }
p { color: rgb(190,212,31); }
H1.HeaderClassName
{
color: #BED41F;
}
.AnyTagClassName
{
color: #BED41F;
}
</style>
background-color css
<style>
a { background-color: #BED41F; }
a { background-color: rgb(190,212,31); }
div.DivClassName
{
background-color: #BED41F;
}
.BgClassName
{
background-color: #BED41F;
}
</style>
border-color css
<style>
span { border-color: #BED41F; }
span { border-color: rgb(190,212,31); }
td.TdClassName
{
border-color: #BED41F;
}
.TagClassName
{
border-color: #BED41F;
}
</style>