Shades of Fuego #BDDA2D
Tints of Fuego #BDDA2D
RGB
CMYK
RGB Variations
Color information
#BDDA2D (or 0xBDDA2D) is known color: Fuego. HEX triplet: BD, DA and 2D. RGB value is (189,218,45). Sum of RGB (Red+Green+Blue) = 189+218+45=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDA2D is #4225D2. Grayscale: #BEBEBE. Windows color (decimal): -4335059 or 3005117. OLE color: 3005117.
HSL color Cylindrical-coordinate representation of color #BDDA2D: hue angle of 70.06º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDDA2D is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 45 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.15 |
| HSL | 70.06º | 0.7% | 0.52% | - |
| HSV(B) | 70.06º | 0.79% | 0.85% | - |
| XYZ | 46.53 | 61.15 | 11.83 | - |
| YUV | 189.61 | 46.39 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 45 | 0.13 | 0 | 0.79 | 0.15 | 70.06 | 0.7 | 0.52 |
| Hex | BD | DA | 2D | D | 0 | 4F | F | 46 | 46 | 34 |
| Octal | 275 | 332 | 55 | 15 | 0 | 117 | 17 | 106 | 106 | 64 |
| Binary | 10111101 | 11011010 | 101101 | 1101 | 0 | 1001111 | 1111 | 1000110 | 1000110 | 110100 |
Color Harmonies of #BDDA2D
Complementary color
Monochromatic Colors of #BDDA2D
Black with #BDDA2D
Text Example
Text Example
White with #BDDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA2D; }
p { color: rgb(189,218,45); }
H1.HeaderClassName
{
color: #BDDA2D;
}
.AnyTagClassName
{
color: #BDDA2D;
}
</style>
background-color css
<style>
a { background-color: #BDDA2D; }
a { background-color: rgb(189,218,45); }
div.DivClassName
{
background-color: #BDDA2D;
}
.BgClassName
{
background-color: #BDDA2D;
}
</style>
border-color css
<style>
span { border-color: #BDDA2D; }
span { border-color: rgb(189,218,45); }
td.TdClassName
{
border-color: #BDDA2D;
}
.TagClassName
{
border-color: #BDDA2D;
}
</style>