Shades of Fuego #BEDB2B
Tints of Fuego #BEDB2B
RGB
CMYK
RGB Variations
Color information
#BEDB2B (or 0xBEDB2B) is known color: Fuego. HEX triplet: BE, DB and 2B. RGB value is (190,219,43). Sum of RGB (Red+Green+Blue) = 190+219+43=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 43 (17.19% from 255 or 9.51% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDB2B is #4124D4. Grayscale: #BEBEBE. Windows color (decimal): -4269269 or 2874302. OLE color: 2874302.
HSL color Cylindrical-coordinate representation of color #BEDB2B: hue angle of 69.89º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEDB2B is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 43 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.14 |
| HSL | 69.89º | 0.71% | 0.51% | - |
| HSV(B) | 69.89º | 0.8% | 0.86% | - |
| XYZ | 47 | 61.78 | 11.73 | - |
| YUV | 190.27 | 44.89 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 43 | 0.13 | 0 | 0.80 | 0.14 | 69.89 | 0.71 | 0.51 |
| Hex | BE | DB | 2B | D | 0 | 50 | E | 46 | 47 | 33 |
| Octal | 276 | 333 | 53 | 15 | 0 | 120 | 16 | 106 | 107 | 63 |
| Binary | 10111110 | 11011011 | 101011 | 1101 | 0 | 1010000 | 1110 | 1000110 | 1000111 | 110011 |
Color Harmonies of #BEDB2B
Complementary color
Monochromatic Colors of #BEDB2B
Black with #BEDB2B
Text Example
Text Example
White with #BEDB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB2B; }
p { color: rgb(190,219,43); }
H1.HeaderClassName
{
color: #BEDB2B;
}
.AnyTagClassName
{
color: #BEDB2B;
}
</style>
background-color css
<style>
a { background-color: #BEDB2B; }
a { background-color: rgb(190,219,43); }
div.DivClassName
{
background-color: #BEDB2B;
}
.BgClassName
{
background-color: #BEDB2B;
}
</style>
border-color css
<style>
span { border-color: #BEDB2B; }
span { border-color: rgb(190,219,43); }
td.TdClassName
{
border-color: #BEDB2B;
}
.TagClassName
{
border-color: #BEDB2B;
}
</style>