Shades of Fuego #BED425
Tints of Fuego #BED425
RGB
CMYK
RGB Variations
Color information
#BED425 (or 0xBED425) is known color: Fuego. HEX triplet: BE, D4 and 25. RGB value is (190,212,37). Sum of RGB (Red+Green+Blue) = 190+212+37=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 37 (14.84% from 255 or 8.43% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #BED425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED425 is #412BDA. Grayscale: #BABABA. Windows color (decimal): -4271067 or 2479294. OLE color: 2479294.
HSL color Cylindrical-coordinate representation of color #BED425: hue angle of 67.54º degrees, saturation: 0.7, 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 #BED425 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 37 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.17 |
| HSL | 67.54º | 0.7% | 0.49% | - |
| HSV(B) | 67.54º | 0.83% | 0.83% | - |
| XYZ | 45.11 | 58.17 | 10.6 | - |
| YUV | 185.47 | 44.21 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 37 | 0.10 | 0 | 0.83 | 0.17 | 67.54 | 0.7 | 0.49 |
| Hex | BE | D4 | 25 | A | 0 | 53 | 11 | 44 | 46 | 31 |
| Octal | 276 | 324 | 45 | 12 | 0 | 123 | 21 | 104 | 106 | 61 |
| Binary | 10111110 | 11010100 | 100101 | 1010 | 0 | 1010011 | 10001 | 1000100 | 1000110 | 110001 |
Color Harmonies of #BED425
Complementary color
Monochromatic Colors of #BED425
Black with #BED425
Text Example
Text Example
White with #BED425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED425; }
p { color: rgb(190,212,37); }
H1.HeaderClassName
{
color: #BED425;
}
.AnyTagClassName
{
color: #BED425;
}
</style>
background-color css
<style>
a { background-color: #BED425; }
a { background-color: rgb(190,212,37); }
div.DivClassName
{
background-color: #BED425;
}
.BgClassName
{
background-color: #BED425;
}
</style>
border-color css
<style>
span { border-color: #BED425; }
span { border-color: rgb(190,212,37); }
td.TdClassName
{
border-color: #BED425;
}
.TagClassName
{
border-color: #BED425;
}
</style>