Shades of Fuego #BEDD1D
Tints of Fuego #BEDD1D
RGB
CMYK
RGB Variations
Color information
#BEDD1D (or 0xBEDD1D) is known color: Fuego. HEX triplet: BE, DD and 1D. RGB value is (190,221,29). Sum of RGB (Red+Green+Blue) = 190+221+29=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 29 (11.72% from 255 or 6.59% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD1D is #4122E2. Grayscale: #BEBEBE. Windows color (decimal): -4268771 or 1957310. OLE color: 1957310.
HSL color Cylindrical-coordinate representation of color #BEDD1D: hue angle of 69.69º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEDD1D is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 29 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.13 |
| HSL | 69.69º | 0.77% | 0.49% | - |
| HSV(B) | 69.69º | 0.87% | 0.87% | - |
| XYZ | 47.31 | 62.75 | 10.78 | - |
| YUV | 189.84 | 37.23 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 29 | 0.14 | 0 | 0.87 | 0.13 | 69.69 | 0.77 | 0.49 |
| Hex | BE | DD | 1D | E | 0 | 57 | D | 46 | 4D | 31 |
| Octal | 276 | 335 | 35 | 16 | 0 | 127 | 15 | 106 | 115 | 61 |
| Binary | 10111110 | 11011101 | 11101 | 1110 | 0 | 1010111 | 1101 | 1000110 | 1001101 | 110001 |
Color Harmonies of #BEDD1D
Complementary color
Monochromatic Colors of #BEDD1D
Black with #BEDD1D
Text Example
Text Example
White with #BEDD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD1D; }
p { color: rgb(190,221,29); }
H1.HeaderClassName
{
color: #BEDD1D;
}
.AnyTagClassName
{
color: #BEDD1D;
}
</style>
background-color css
<style>
a { background-color: #BEDD1D; }
a { background-color: rgb(190,221,29); }
div.DivClassName
{
background-color: #BEDD1D;
}
.BgClassName
{
background-color: #BEDD1D;
}
</style>
border-color css
<style>
span { border-color: #BEDD1D; }
span { border-color: rgb(190,221,29); }
td.TdClassName
{
border-color: #BEDD1D;
}
.TagClassName
{
border-color: #BEDD1D;
}
</style>