Shades of Fuego #BED424
Tints of Fuego #BED424
RGB
CMYK
RGB Variations
Color information
#BED424 (or 0xBED424) is known color: Fuego. HEX triplet: BE, D4 and 24. RGB value is (190,212,36). Sum of RGB (Red+Green+Blue) = 190+212+36=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 36 (14.45% from 255 or 8.22% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #BED424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED424 is #412BDB. Grayscale: #BABABA. Windows color (decimal): -4271068 or 2413758. OLE color: 2413758.
HSL color Cylindrical-coordinate representation of color #BED424: hue angle of 67.5º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BED424 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 36 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.17 |
| HSL | 67.5º | 0.71% | 0.49% | - |
| HSV(B) | 67.5º | 0.83% | 0.83% | - |
| XYZ | 45.1 | 58.16 | 10.52 | - |
| YUV | 185.36 | 43.71 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 36 | 0.10 | 0 | 0.83 | 0.17 | 67.5 | 0.71 | 0.49 |
| Hex | BE | D4 | 24 | A | 0 | 53 | 11 | 44 | 47 | 31 |
| Octal | 276 | 324 | 44 | 12 | 0 | 123 | 21 | 104 | 107 | 61 |
| Binary | 10111110 | 11010100 | 100100 | 1010 | 0 | 1010011 | 10001 | 1000100 | 1000111 | 110001 |
Color Harmonies of #BED424
Complementary color
Monochromatic Colors of #BED424
Black with #BED424
Text Example
Text Example
White with #BED424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED424; }
p { color: rgb(190,212,36); }
H1.HeaderClassName
{
color: #BED424;
}
.AnyTagClassName
{
color: #BED424;
}
</style>
background-color css
<style>
a { background-color: #BED424; }
a { background-color: rgb(190,212,36); }
div.DivClassName
{
background-color: #BED424;
}
.BgClassName
{
background-color: #BED424;
}
</style>
border-color css
<style>
span { border-color: #BED424; }
span { border-color: rgb(190,212,36); }
td.TdClassName
{
border-color: #BED424;
}
.TagClassName
{
border-color: #BED424;
}
</style>