Shades of Fuego #BED61D
Tints of Fuego #BED61D
RGB
CMYK
RGB Variations
Color information
#BED61D (or 0xBED61D) is known color: Fuego. HEX triplet: BE, D6 and 1D. RGB value is (190,214,29). Sum of RGB (Red+Green+Blue) = 190+214+29=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #BED61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED61D is #4129E2. Grayscale: #BABABA. Windows color (decimal): -4270563 or 1955518. OLE color: 1955518.
HSL color Cylindrical-coordinate representation of color #BED61D: hue angle of 67.78º degrees, saturation: 0.76, 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 #BED61D is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 29 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.16 |
| HSL | 67.78º | 0.76% | 0.48% | - |
| HSV(B) | 67.78º | 0.86% | 0.84% | - |
| XYZ | 45.5 | 59.13 | 10.18 | - |
| YUV | 185.73 | 39.55 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 29 | 0.11 | 0 | 0.86 | 0.16 | 67.78 | 0.76 | 0.48 |
| Hex | BE | D6 | 1D | B | 0 | 56 | 10 | 44 | 4C | 30 |
| Octal | 276 | 326 | 35 | 13 | 0 | 126 | 20 | 104 | 114 | 60 |
| Binary | 10111110 | 11010110 | 11101 | 1011 | 0 | 1010110 | 10000 | 1000100 | 1001100 | 110000 |
Color Harmonies of #BED61D
Complementary color
Monochromatic Colors of #BED61D
Black with #BED61D
Text Example
Text Example
White with #BED61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED61D; }
p { color: rgb(190,214,29); }
H1.HeaderClassName
{
color: #BED61D;
}
.AnyTagClassName
{
color: #BED61D;
}
</style>
background-color css
<style>
a { background-color: #BED61D; }
a { background-color: rgb(190,214,29); }
div.DivClassName
{
background-color: #BED61D;
}
.BgClassName
{
background-color: #BED61D;
}
</style>
border-color css
<style>
span { border-color: #BED61D; }
span { border-color: rgb(190,214,29); }
td.TdClassName
{
border-color: #BED61D;
}
.TagClassName
{
border-color: #BED61D;
}
</style>