Shades of Fuego #BDE226
Tints of Fuego #BDE226
RGB
CMYK
RGB Variations
Color information
#BDE226 (or 0xBDE226) is known color: Fuego. HEX triplet: BD, E2 and 26. RGB value is (189,226,38). Sum of RGB (Red+Green+Blue) = 189+226+38=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 226 (88.67% from 255 or 49.89% from 453); Blue value is 38 (15.23% from 255 or 8.39% from 453); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE226 is #421DD9. Grayscale: #C2C2C2. Windows color (decimal): -4333018 or 2548413. OLE color: 2548413.
HSL color Cylindrical-coordinate representation of color #BDE226: hue angle of 71.81º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDE226 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 38 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.11 |
| HSL | 71.81º | 0.76% | 0.52% | - |
| HSV(B) | 71.81º | 0.83% | 0.89% | - |
| XYZ | 48.53 | 65.35 | 11.89 | - |
| YUV | 193.51 | 40.24 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 38 | 0.16 | 0 | 0.83 | 0.11 | 71.81 | 0.76 | 0.52 |
| Hex | BD | E2 | 26 | 10 | 0 | 53 | B | 48 | 4C | 34 |
| Octal | 275 | 342 | 46 | 20 | 0 | 123 | 13 | 110 | 114 | 64 |
| Binary | 10111101 | 11100010 | 100110 | 10000 | 0 | 1010011 | 1011 | 1001000 | 1001100 | 110100 |
Color Harmonies of #BDE226
Complementary color
Monochromatic Colors of #BDE226
Black with #BDE226
Text Example
Text Example
White with #BDE226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE226; }
p { color: rgb(189,226,38); }
H1.HeaderClassName
{
color: #BDE226;
}
.AnyTagClassName
{
color: #BDE226;
}
</style>
background-color css
<style>
a { background-color: #BDE226; }
a { background-color: rgb(189,226,38); }
div.DivClassName
{
background-color: #BDE226;
}
.BgClassName
{
background-color: #BDE226;
}
</style>
border-color css
<style>
span { border-color: #BDE226; }
span { border-color: rgb(189,226,38); }
td.TdClassName
{
border-color: #BDE226;
}
.TagClassName
{
border-color: #BDE226;
}
</style>