Shades of Fuego #BDDD22
Tints of Fuego #BDDD22
RGB
CMYK
RGB Variations
Color information
#BDDD22 (or 0xBDDD22) is known color: Fuego. HEX triplet: BD, DD and 22. RGB value is (189,221,34). Sum of RGB (Red+Green+Blue) = 189+221+34=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 34 (13.67% from 255 or 7.66% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDD22 is #4222DD. Grayscale: #BEBEBE. Windows color (decimal): -4334302 or 2284989. OLE color: 2284989.
HSL color Cylindrical-coordinate representation of color #BDDD22: hue angle of 70.27º degrees, saturation: 0.73, 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 #BDDD22 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 34 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.13 |
| HSL | 70.27º | 0.73% | 0.5% | - |
| HSV(B) | 70.27º | 0.85% | 0.87% | - |
| XYZ | 47.13 | 62.65 | 11.12 | - |
| YUV | 190.11 | 39.9 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 34 | 0.14 | 0 | 0.85 | 0.13 | 70.27 | 0.73 | 0.5 |
| Hex | BD | DD | 22 | E | 0 | 55 | D | 46 | 49 | 32 |
| Octal | 275 | 335 | 42 | 16 | 0 | 125 | 15 | 106 | 111 | 62 |
| Binary | 10111101 | 11011101 | 100010 | 1110 | 0 | 1010101 | 1101 | 1000110 | 1001001 | 110010 |
Color Harmonies of #BDDD22
Complementary color
Monochromatic Colors of #BDDD22
Black with #BDDD22
Text Example
Text Example
White with #BDDD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD22; }
p { color: rgb(189,221,34); }
H1.HeaderClassName
{
color: #BDDD22;
}
.AnyTagClassName
{
color: #BDDD22;
}
</style>
background-color css
<style>
a { background-color: #BDDD22; }
a { background-color: rgb(189,221,34); }
div.DivClassName
{
background-color: #BDDD22;
}
.BgClassName
{
background-color: #BDDD22;
}
</style>
border-color css
<style>
span { border-color: #BDDD22; }
span { border-color: rgb(189,221,34); }
td.TdClassName
{
border-color: #BDDD22;
}
.TagClassName
{
border-color: #BDDD22;
}
</style>