Shades of Fuego #BDDE2D
Tints of Fuego #BDDE2D
RGB
CMYK
RGB Variations
Color information
#BDDE2D (or 0xBDDE2D) is known color: Fuego. HEX triplet: BD, DE and 2D. RGB value is (189,222,45). Sum of RGB (Red+Green+Blue) = 189+222+45=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDE2D is #4221D2. Grayscale: #C0C0C0. Windows color (decimal): -4334035 or 3006141. OLE color: 3006141.
HSL color Cylindrical-coordinate representation of color #BDDE2D: hue angle of 71.19º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDDE2D is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 222 | 45 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.13 |
| HSL | 71.19º | 0.73% | 0.52% | - |
| HSV(B) | 71.19º | 0.8% | 0.87% | - |
| XYZ | 47.58 | 63.25 | 12.18 | - |
| YUV | 191.96 | 45.07 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 45 | 0.15 | 0 | 0.80 | 0.13 | 71.19 | 0.73 | 0.52 |
| Hex | BD | DE | 2D | F | 0 | 50 | D | 47 | 49 | 34 |
| Octal | 275 | 336 | 55 | 17 | 0 | 120 | 15 | 107 | 111 | 64 |
| Binary | 10111101 | 11011110 | 101101 | 1111 | 0 | 1010000 | 1101 | 1000111 | 1001001 | 110100 |
Color Harmonies of #BDDE2D
Complementary color
Monochromatic Colors of #BDDE2D
Black with #BDDE2D
Text Example
Text Example
White with #BDDE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDE2D; }
p { color: rgb(189,222,45); }
H1.HeaderClassName
{
color: #BDDE2D;
}
.AnyTagClassName
{
color: #BDDE2D;
}
</style>
background-color css
<style>
a { background-color: #BDDE2D; }
a { background-color: rgb(189,222,45); }
div.DivClassName
{
background-color: #BDDE2D;
}
.BgClassName
{
background-color: #BDDE2D;
}
</style>
border-color css
<style>
span { border-color: #BDDE2D; }
span { border-color: rgb(189,222,45); }
td.TdClassName
{
border-color: #BDDE2D;
}
.TagClassName
{
border-color: #BDDE2D;
}
</style>