Shades of Fuego #BDE22C
Tints of Fuego #BDE22C
RGB
CMYK
RGB Variations
Color information
#BDE22C (or 0xBDE22C) is known color: Fuego. HEX triplet: BD, E2 and 2C. RGB value is (189,226,44). Sum of RGB (Red+Green+Blue) = 189+226+44=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 226 (88.67% from 255 or 49.24% from 459); Blue value is 44 (17.58% from 255 or 9.59% from 459); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE22C is #421DD3. Grayscale: #C2C2C2. Windows color (decimal): -4333012 or 2941629. OLE color: 2941629.
HSL color Cylindrical-coordinate representation of color #BDE22C: hue angle of 72.2º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDE22C is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 44 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.11 |
| HSL | 72.2º | 0.76% | 0.53% | - |
| HSV(B) | 72.2º | 0.81% | 0.89% | - |
| XYZ | 48.64 | 65.39 | 12.44 | - |
| YUV | 194.19 | 43.24 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 44 | 0.16 | 0 | 0.81 | 0.11 | 72.2 | 0.76 | 0.53 |
| Hex | BD | E2 | 2C | 10 | 0 | 51 | B | 48 | 4C | 35 |
| Octal | 275 | 342 | 54 | 20 | 0 | 121 | 13 | 110 | 114 | 65 |
| Binary | 10111101 | 11100010 | 101100 | 10000 | 0 | 1010001 | 1011 | 1001000 | 1001100 | 110101 |
Color Harmonies of #BDE22C
Complementary color
Monochromatic Colors of #BDE22C
Black with #BDE22C
Text Example
Text Example
White with #BDE22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE22C; }
p { color: rgb(189,226,44); }
H1.HeaderClassName
{
color: #BDE22C;
}
.AnyTagClassName
{
color: #BDE22C;
}
</style>
background-color css
<style>
a { background-color: #BDE22C; }
a { background-color: rgb(189,226,44); }
div.DivClassName
{
background-color: #BDE22C;
}
.BgClassName
{
background-color: #BDE22C;
}
</style>
border-color css
<style>
span { border-color: #BDE22C; }
span { border-color: rgb(189,226,44); }
td.TdClassName
{
border-color: #BDE22C;
}
.TagClassName
{
border-color: #BDE22C;
}
</style>