Shades of Fuego #BDE323
Tints of Fuego #BDE323
RGB
CMYK
RGB Variations
Color information
#BDE323 (or 0xBDE323) is known color: Fuego. HEX triplet: BD, E3 and 23. RGB value is (189,227,35). Sum of RGB (Red+Green+Blue) = 189+227+35=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 227 (89.06% from 255 or 50.33% from 451); Blue value is 35 (14.06% from 255 or 7.76% from 451); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE323 is #421CDC. Grayscale: #C2C2C2. Windows color (decimal): -4332765 or 2352061. OLE color: 2352061.
HSL color Cylindrical-coordinate representation of color #BDE323: hue angle of 71.88º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDE323 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 35 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.11 |
| HSL | 71.88º | 0.77% | 0.51% | - |
| HSV(B) | 71.88º | 0.85% | 0.89% | - |
| XYZ | 48.76 | 65.88 | 11.74 | - |
| YUV | 193.75 | 38.41 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 35 | 0.17 | 0 | 0.85 | 0.11 | 71.88 | 0.77 | 0.51 |
| Hex | BD | E3 | 23 | 11 | 0 | 55 | B | 48 | 4D | 33 |
| Octal | 275 | 343 | 43 | 21 | 0 | 125 | 13 | 110 | 115 | 63 |
| Binary | 10111101 | 11100011 | 100011 | 10001 | 0 | 1010101 | 1011 | 1001000 | 1001101 | 110011 |
Color Harmonies of #BDE323
Complementary color
Monochromatic Colors of #BDE323
Black with #BDE323
Text Example
Text Example
White with #BDE323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE323; }
p { color: rgb(189,227,35); }
H1.HeaderClassName
{
color: #BDE323;
}
.AnyTagClassName
{
color: #BDE323;
}
</style>
background-color css
<style>
a { background-color: #BDE323; }
a { background-color: rgb(189,227,35); }
div.DivClassName
{
background-color: #BDE323;
}
.BgClassName
{
background-color: #BDE323;
}
</style>
border-color css
<style>
span { border-color: #BDE323; }
span { border-color: rgb(189,227,35); }
td.TdClassName
{
border-color: #BDE323;
}
.TagClassName
{
border-color: #BDE323;
}
</style>