Shades of Fuego #BED71F
Tints of Fuego #BED71F
RGB
CMYK
RGB Variations
Color information
#BED71F (or 0xBED71F) is known color: Fuego. HEX triplet: BE, D7 and 1F. RGB value is (190,215,31). Sum of RGB (Red+Green+Blue) = 190+215+31=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 31 (12.5% from 255 or 7.11% from 436); Max value from RGB is 215 - color contains mainly: green. Hex color #BED71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED71F is #4128E0. Grayscale: #BBBBBB. Windows color (decimal): -4270305 or 2086846. OLE color: 2086846.
HSL color Cylindrical-coordinate representation of color #BED71F: hue angle of 68.15º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BED71F is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 31 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.16 |
| HSL | 68.15º | 0.75% | 0.48% | - |
| HSV(B) | 68.15º | 0.86% | 0.84% | - |
| XYZ | 45.78 | 59.65 | 10.4 | - |
| YUV | 186.55 | 40.22 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 31 | 0.12 | 0 | 0.86 | 0.16 | 68.15 | 0.75 | 0.48 |
| Hex | BE | D7 | 1F | C | 0 | 56 | 10 | 44 | 4B | 30 |
| Octal | 276 | 327 | 37 | 14 | 0 | 126 | 20 | 104 | 113 | 60 |
| Binary | 10111110 | 11010111 | 11111 | 1100 | 0 | 1010110 | 10000 | 1000100 | 1001011 | 110000 |
Color Harmonies of #BED71F
Complementary color
Monochromatic Colors of #BED71F
Black with #BED71F
Text Example
Text Example
White with #BED71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED71F; }
p { color: rgb(190,215,31); }
H1.HeaderClassName
{
color: #BED71F;
}
.AnyTagClassName
{
color: #BED71F;
}
</style>
background-color css
<style>
a { background-color: #BED71F; }
a { background-color: rgb(190,215,31); }
div.DivClassName
{
background-color: #BED71F;
}
.BgClassName
{
background-color: #BED71F;
}
</style>
border-color css
<style>
span { border-color: #BED71F; }
span { border-color: rgb(190,215,31); }
td.TdClassName
{
border-color: #BED71F;
}
.TagClassName
{
border-color: #BED71F;
}
</style>