Shades of Fuego #BED71D
Tints of Fuego #BED71D
RGB
CMYK
RGB Variations
Color information
#BED71D (or 0xBED71D) is known color: Fuego. HEX triplet: BE, D7 and 1D. RGB value is (190,215,29). Sum of RGB (Red+Green+Blue) = 190+215+29=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #BED71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED71D is #4128E2. Grayscale: #BBBBBB. Windows color (decimal): -4270307 or 1955774. OLE color: 1955774.
HSL color Cylindrical-coordinate representation of color #BED71D: hue angle of 68.06º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BED71D is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 29 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.16 |
| HSL | 68.06º | 0.76% | 0.48% | - |
| HSV(B) | 68.06º | 0.87% | 0.84% | - |
| XYZ | 45.76 | 59.64 | 10.26 | - |
| YUV | 186.32 | 39.22 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 29 | 0.12 | 0 | 0.87 | 0.16 | 68.06 | 0.76 | 0.48 |
| Hex | BE | D7 | 1D | C | 0 | 57 | 10 | 44 | 4C | 30 |
| Octal | 276 | 327 | 35 | 14 | 0 | 127 | 20 | 104 | 114 | 60 |
| Binary | 10111110 | 11010111 | 11101 | 1100 | 0 | 1010111 | 10000 | 1000100 | 1001100 | 110000 |
Color Harmonies of #BED71D
Complementary color
Monochromatic Colors of #BED71D
Black with #BED71D
Text Example
Text Example
White with #BED71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED71D; }
p { color: rgb(190,215,29); }
H1.HeaderClassName
{
color: #BED71D;
}
.AnyTagClassName
{
color: #BED71D;
}
</style>
background-color css
<style>
a { background-color: #BED71D; }
a { background-color: rgb(190,215,29); }
div.DivClassName
{
background-color: #BED71D;
}
.BgClassName
{
background-color: #BED71D;
}
</style>
border-color css
<style>
span { border-color: #BED71D; }
span { border-color: rgb(190,215,29); }
td.TdClassName
{
border-color: #BED71D;
}
.TagClassName
{
border-color: #BED71D;
}
</style>