Shades of Fuego #BED72A
Tints of Fuego #BED72A
RGB
CMYK
RGB Variations
Color information
#BED72A (or 0xBED72A) is known color: Fuego. HEX triplet: BE, D7 and 2A. RGB value is (190,215,42). Sum of RGB (Red+Green+Blue) = 190+215+42=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 42 (16.80% from 255 or 9.40% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #BED72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED72A is #4128D5. Grayscale: #BCBCBC. Windows color (decimal): -4270294 or 2807742. OLE color: 2807742.
HSL color Cylindrical-coordinate representation of color #BED72A: hue angle of 68.67º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BED72A is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 42 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.16 |
| HSL | 68.67º | 0.68% | 0.5% | - |
| HSV(B) | 68.67º | 0.8% | 0.84% | - |
| XYZ | 45.95 | 59.72 | 11.29 | - |
| YUV | 187.8 | 45.72 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 42 | 0.12 | 0 | 0.80 | 0.16 | 68.67 | 0.68 | 0.5 |
| Hex | BE | D7 | 2A | C | 0 | 50 | 10 | 45 | 44 | 32 |
| Octal | 276 | 327 | 52 | 14 | 0 | 120 | 20 | 105 | 104 | 62 |
| Binary | 10111110 | 11010111 | 101010 | 1100 | 0 | 1010000 | 10000 | 1000101 | 1000100 | 110010 |
Color Harmonies of #BED72A
Complementary color
Monochromatic Colors of #BED72A
Black with #BED72A
Text Example
Text Example
White with #BED72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED72A; }
p { color: rgb(190,215,42); }
H1.HeaderClassName
{
color: #BED72A;
}
.AnyTagClassName
{
color: #BED72A;
}
</style>
background-color css
<style>
a { background-color: #BED72A; }
a { background-color: rgb(190,215,42); }
div.DivClassName
{
background-color: #BED72A;
}
.BgClassName
{
background-color: #BED72A;
}
</style>
border-color css
<style>
span { border-color: #BED72A; }
span { border-color: rgb(190,215,42); }
td.TdClassName
{
border-color: #BED72A;
}
.TagClassName
{
border-color: #BED72A;
}
</style>