Shades of Fuego #BEDE20
Tints of Fuego #BEDE20
RGB
CMYK
RGB Variations
Color information
#BEDE20 (or 0xBEDE20) is known color: Fuego. HEX triplet: BE, DE and 20. RGB value is (190,222,32). Sum of RGB (Red+Green+Blue) = 190+222+32=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDE20 is #4121DF. Grayscale: #BFBFBF. Windows color (decimal): -4268512 or 2154174. OLE color: 2154174.
HSL color Cylindrical-coordinate representation of color #BEDE20: hue angle of 70.11º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEDE20 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 32 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.13 |
| HSL | 70.11º | 0.75% | 0.5% | - |
| HSV(B) | 70.11º | 0.86% | 0.87% | - |
| XYZ | 47.62 | 63.29 | 11.07 | - |
| YUV | 190.77 | 38.4 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 32 | 0.14 | 0 | 0.86 | 0.13 | 70.11 | 0.75 | 0.5 |
| Hex | BE | DE | 20 | E | 0 | 56 | D | 46 | 4B | 32 |
| Octal | 276 | 336 | 40 | 16 | 0 | 126 | 15 | 106 | 113 | 62 |
| Binary | 10111110 | 11011110 | 100000 | 1110 | 0 | 1010110 | 1101 | 1000110 | 1001011 | 110010 |
Color Harmonies of #BEDE20
Complementary color
Monochromatic Colors of #BEDE20
Black with #BEDE20
Text Example
Text Example
White with #BEDE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDE20; }
p { color: rgb(190,222,32); }
H1.HeaderClassName
{
color: #BEDE20;
}
.AnyTagClassName
{
color: #BEDE20;
}
</style>
background-color css
<style>
a { background-color: #BEDE20; }
a { background-color: rgb(190,222,32); }
div.DivClassName
{
background-color: #BEDE20;
}
.BgClassName
{
background-color: #BEDE20;
}
</style>
border-color css
<style>
span { border-color: #BEDE20; }
span { border-color: rgb(190,222,32); }
td.TdClassName
{
border-color: #BEDE20;
}
.TagClassName
{
border-color: #BEDE20;
}
</style>