Shades of Fuego #BEDB22
Tints of Fuego #BEDB22
RGB
CMYK
RGB Variations
Color information
#BEDB22 (or 0xBEDB22) is known color: Fuego. HEX triplet: BE, DB and 22. RGB value is (190,219,34). Sum of RGB (Red+Green+Blue) = 190+219+34=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 34 (13.67% from 255 or 7.67% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDB22 is #4124DD. Grayscale: #BDBDBD. Windows color (decimal): -4269278 or 2284478. OLE color: 2284478.
HSL color Cylindrical-coordinate representation of color #BEDB22: hue angle of 69.41º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BEDB22 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 34 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.14 |
| HSL | 69.41º | 0.73% | 0.5% | - |
| HSV(B) | 69.41º | 0.84% | 0.86% | - |
| XYZ | 46.86 | 61.73 | 10.96 | - |
| YUV | 189.24 | 40.39 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 34 | 0.13 | 0 | 0.84 | 0.14 | 69.41 | 0.73 | 0.5 |
| Hex | BE | DB | 22 | D | 0 | 54 | E | 45 | 49 | 32 |
| Octal | 276 | 333 | 42 | 15 | 0 | 124 | 16 | 105 | 111 | 62 |
| Binary | 10111110 | 11011011 | 100010 | 1101 | 0 | 1010100 | 1110 | 1000101 | 1001001 | 110010 |
Color Harmonies of #BEDB22
Complementary color
Monochromatic Colors of #BEDB22
Black with #BEDB22
Text Example
Text Example
White with #BEDB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB22; }
p { color: rgb(190,219,34); }
H1.HeaderClassName
{
color: #BEDB22;
}
.AnyTagClassName
{
color: #BEDB22;
}
</style>
background-color css
<style>
a { background-color: #BEDB22; }
a { background-color: rgb(190,219,34); }
div.DivClassName
{
background-color: #BEDB22;
}
.BgClassName
{
background-color: #BEDB22;
}
</style>
border-color css
<style>
span { border-color: #BEDB22; }
span { border-color: rgb(190,219,34); }
td.TdClassName
{
border-color: #BEDB22;
}
.TagClassName
{
border-color: #BEDB22;
}
</style>