Shades of Fuego #BEDD21
Tints of Fuego #BEDD21
RGB
CMYK
RGB Variations
Color information
#BEDD21 (or 0xBEDD21) is known color: Fuego. HEX triplet: BE, DD and 21. RGB value is (190,221,33). Sum of RGB (Red+Green+Blue) = 190+221+33=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 33 (13.28% from 255 or 7.43% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD21 is #4122DE. Grayscale: #BFBFBF. Windows color (decimal): -4268767 or 2219454. OLE color: 2219454.
HSL color Cylindrical-coordinate representation of color #BEDD21: hue angle of 69.89º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEDD21 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 33 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.13 |
| HSL | 69.89º | 0.74% | 0.5% | - |
| HSV(B) | 69.89º | 0.85% | 0.87% | - |
| XYZ | 47.37 | 62.77 | 11.06 | - |
| YUV | 190.3 | 39.23 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 33 | 0.14 | 0 | 0.85 | 0.13 | 69.89 | 0.74 | 0.5 |
| Hex | BE | DD | 21 | E | 0 | 55 | D | 46 | 4A | 32 |
| Octal | 276 | 335 | 41 | 16 | 0 | 125 | 15 | 106 | 112 | 62 |
| Binary | 10111110 | 11011101 | 100001 | 1110 | 0 | 1010101 | 1101 | 1000110 | 1001010 | 110010 |
Color Harmonies of #BEDD21
Complementary color
Monochromatic Colors of #BEDD21
Black with #BEDD21
Text Example
Text Example
White with #BEDD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD21; }
p { color: rgb(190,221,33); }
H1.HeaderClassName
{
color: #BEDD21;
}
.AnyTagClassName
{
color: #BEDD21;
}
</style>
background-color css
<style>
a { background-color: #BEDD21; }
a { background-color: rgb(190,221,33); }
div.DivClassName
{
background-color: #BEDD21;
}
.BgClassName
{
background-color: #BEDD21;
}
</style>
border-color css
<style>
span { border-color: #BEDD21; }
span { border-color: rgb(190,221,33); }
td.TdClassName
{
border-color: #BEDD21;
}
.TagClassName
{
border-color: #BEDD21;
}
</style>