Shades of Fuego #BED429
Tints of Fuego #BED429
RGB
CMYK
RGB Variations
Color information
#BED429 (or 0xBED429) is known color: Fuego. HEX triplet: BE, D4 and 29. RGB value is (190,212,41). Sum of RGB (Red+Green+Blue) = 190+212+41=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 41 (16.41% from 255 or 9.26% from 443); Max value from RGB is 212 - color contains mainly: green. Hex color #BED429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED429 is #412BD6. Grayscale: #BABABA. Windows color (decimal): -4271063 or 2741438. OLE color: 2741438.
HSL color Cylindrical-coordinate representation of color #BED429: hue angle of 67.72º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BED429 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 41 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.17 |
| HSL | 67.72º | 0.68% | 0.5% | - |
| HSV(B) | 67.72º | 0.81% | 0.83% | - |
| XYZ | 45.18 | 58.19 | 10.95 | - |
| YUV | 185.93 | 46.21 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 41 | 0.10 | 0 | 0.81 | 0.17 | 67.72 | 0.68 | 0.5 |
| Hex | BE | D4 | 29 | A | 0 | 51 | 11 | 44 | 44 | 32 |
| Octal | 276 | 324 | 51 | 12 | 0 | 121 | 21 | 104 | 104 | 62 |
| Binary | 10111110 | 11010100 | 101001 | 1010 | 0 | 1010001 | 10001 | 1000100 | 1000100 | 110010 |
Color Harmonies of #BED429
Complementary color
Monochromatic Colors of #BED429
Black with #BED429
Text Example
Text Example
White with #BED429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED429; }
p { color: rgb(190,212,41); }
H1.HeaderClassName
{
color: #BED429;
}
.AnyTagClassName
{
color: #BED429;
}
</style>
background-color css
<style>
a { background-color: #BED429; }
a { background-color: rgb(190,212,41); }
div.DivClassName
{
background-color: #BED429;
}
.BgClassName
{
background-color: #BED429;
}
</style>
border-color css
<style>
span { border-color: #BED429; }
span { border-color: rgb(190,212,41); }
td.TdClassName
{
border-color: #BED429;
}
.TagClassName
{
border-color: #BED429;
}
</style>