Shades of Fuego #BDE42C
Tints of Fuego #BDE42C
RGB
CMYK
RGB Variations
Color information
#BDE42C (or 0xBDE42C) is known color: Fuego. HEX triplet: BD, E4 and 2C. RGB value is (189,228,44). Sum of RGB (Red+Green+Blue) = 189+228+44=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 228 (89.45% from 255 or 49.46% from 461); Blue value is 44 (17.58% from 255 or 9.54% from 461); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE42C is #421BD3. Grayscale: #C4C4C4. Windows color (decimal): -4332500 or 2942141. OLE color: 2942141.
HSL color Cylindrical-coordinate representation of color #BDE42C: hue angle of 72.72º degrees, saturation: 0.77, 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 #BDE42C is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 44 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.11 |
| HSL | 72.72º | 0.77% | 0.53% | - |
| HSV(B) | 72.72º | 0.81% | 0.89% | - |
| XYZ | 49.18 | 66.49 | 12.62 | - |
| YUV | 195.36 | 42.58 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 44 | 0.17 | 0 | 0.81 | 0.11 | 72.72 | 0.77 | 0.53 |
| Hex | BD | E4 | 2C | 11 | 0 | 51 | B | 49 | 4D | 35 |
| Octal | 275 | 344 | 54 | 21 | 0 | 121 | 13 | 111 | 115 | 65 |
| Binary | 10111101 | 11100100 | 101100 | 10001 | 0 | 1010001 | 1011 | 1001001 | 1001101 | 110101 |
Color Harmonies of #BDE42C
Complementary color
Monochromatic Colors of #BDE42C
Black with #BDE42C
Text Example
Text Example
White with #BDE42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE42C; }
p { color: rgb(189,228,44); }
H1.HeaderClassName
{
color: #BDE42C;
}
.AnyTagClassName
{
color: #BDE42C;
}
</style>
background-color css
<style>
a { background-color: #BDE42C; }
a { background-color: rgb(189,228,44); }
div.DivClassName
{
background-color: #BDE42C;
}
.BgClassName
{
background-color: #BDE42C;
}
</style>
border-color css
<style>
span { border-color: #BDE42C; }
span { border-color: rgb(189,228,44); }
td.TdClassName
{
border-color: #BDE42C;
}
.TagClassName
{
border-color: #BDE42C;
}
</style>