Shades of Fuego #BCDD22
Tints of Fuego #BCDD22
RGB
CMYK
RGB Variations
Color information
#BCDD22 (or 0xBCDD22) is known color: Fuego. HEX triplet: BC, DD and 22. RGB value is (188,221,34). Sum of RGB (Red+Green+Blue) = 188+221+34=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 34 (13.67% from 255 or 7.67% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD22 is #4322DD. Grayscale: #BEBEBE. Windows color (decimal): -4399838 or 2284988. OLE color: 2284988.
HSL color Cylindrical-coordinate representation of color #BCDD22: hue angle of 70.59º 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 #BCDD22 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 34 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.13 |
| HSL | 70.59º | 0.73% | 0.5% | - |
| HSV(B) | 70.59º | 0.85% | 0.87% | - |
| XYZ | 46.88 | 62.52 | 11.11 | - |
| YUV | 189.82 | 40.07 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 34 | 0.15 | 0 | 0.85 | 0.13 | 70.59 | 0.73 | 0.5 |
| Hex | BC | DD | 22 | F | 0 | 55 | D | 47 | 49 | 32 |
| Octal | 274 | 335 | 42 | 17 | 0 | 125 | 15 | 107 | 111 | 62 |
| Binary | 10111100 | 11011101 | 100010 | 1111 | 0 | 1010101 | 1101 | 1000111 | 1001001 | 110010 |
Color Harmonies of #BCDD22
Complementary color
Monochromatic Colors of #BCDD22
Black with #BCDD22
Text Example
Text Example
White with #BCDD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD22; }
p { color: rgb(188,221,34); }
H1.HeaderClassName
{
color: #BCDD22;
}
.AnyTagClassName
{
color: #BCDD22;
}
</style>
background-color css
<style>
a { background-color: #BCDD22; }
a { background-color: rgb(188,221,34); }
div.DivClassName
{
background-color: #BCDD22;
}
.BgClassName
{
background-color: #BCDD22;
}
</style>
border-color css
<style>
span { border-color: #BCDD22; }
span { border-color: rgb(188,221,34); }
td.TdClassName
{
border-color: #BCDD22;
}
.TagClassName
{
border-color: #BCDD22;
}
</style>