Shades of Fuego #BDD823
Tints of Fuego #BDD823
RGB
CMYK
RGB Variations
Color information
#BDD823 (or 0xBDD823) is known color: Fuego. HEX triplet: BD, D8 and 23. RGB value is (189,216,35). Sum of RGB (Red+Green+Blue) = 189+216+35=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 35 (14.06% from 255 or 7.95% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD823 is #4227DC. Grayscale: #BBBBBB. Windows color (decimal): -4335581 or 2349245. OLE color: 2349245.
HSL color Cylindrical-coordinate representation of color #BDD823: hue angle of 68.95º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDD823 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 35 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.15 |
| HSL | 68.95º | 0.72% | 0.49% | - |
| HSV(B) | 68.95º | 0.84% | 0.85% | - |
| XYZ | 45.85 | 60.05 | 10.76 | - |
| YUV | 187.29 | 42.05 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 35 | 0.12 | 0 | 0.84 | 0.15 | 68.95 | 0.72 | 0.49 |
| Hex | BD | D8 | 23 | C | 0 | 54 | F | 45 | 48 | 31 |
| Octal | 275 | 330 | 43 | 14 | 0 | 124 | 17 | 105 | 110 | 61 |
| Binary | 10111101 | 11011000 | 100011 | 1100 | 0 | 1010100 | 1111 | 1000101 | 1001000 | 110001 |
Color Harmonies of #BDD823
Complementary color
Monochromatic Colors of #BDD823
Black with #BDD823
Text Example
Text Example
White with #BDD823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD823; }
p { color: rgb(189,216,35); }
H1.HeaderClassName
{
color: #BDD823;
}
.AnyTagClassName
{
color: #BDD823;
}
</style>
background-color css
<style>
a { background-color: #BDD823; }
a { background-color: rgb(189,216,35); }
div.DivClassName
{
background-color: #BDD823;
}
.BgClassName
{
background-color: #BDD823;
}
</style>
border-color css
<style>
span { border-color: #BDD823; }
span { border-color: rgb(189,216,35); }
td.TdClassName
{
border-color: #BDD823;
}
.TagClassName
{
border-color: #BDD823;
}
</style>