Shades of Fuego #BDDA2E
Tints of Fuego #BDDA2E
RGB
CMYK
RGB Variations
Color information
#BDDA2E (or 0xBDDA2E) is known color: Fuego. HEX triplet: BD, DA and 2E. RGB value is (189,218,46). Sum of RGB (Red+Green+Blue) = 189+218+46=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 46 (18.36% from 255 or 10.15% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDA2E is #4225D1. Grayscale: #BEBEBE. Windows color (decimal): -4335058 or 3070653. OLE color: 3070653.
HSL color Cylindrical-coordinate representation of color #BDDA2E: hue angle of 70.12º 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 #BDDA2E is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 46 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.15 |
| HSL | 70.12º | 0.7% | 0.52% | - |
| HSV(B) | 70.12º | 0.79% | 0.85% | - |
| XYZ | 46.55 | 61.16 | 11.94 | - |
| YUV | 189.72 | 46.89 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 46 | 0.13 | 0 | 0.79 | 0.15 | 70.12 | 0.7 | 0.52 |
| Hex | BD | DA | 2E | D | 0 | 4F | F | 46 | 46 | 34 |
| Octal | 275 | 332 | 56 | 15 | 0 | 117 | 17 | 106 | 106 | 64 |
| Binary | 10111101 | 11011010 | 101110 | 1101 | 0 | 1001111 | 1111 | 1000110 | 1000110 | 110100 |
Color Harmonies of #BDDA2E
Complementary color
Monochromatic Colors of #BDDA2E
Black with #BDDA2E
Text Example
Text Example
White with #BDDA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA2E; }
p { color: rgb(189,218,46); }
H1.HeaderClassName
{
color: #BDDA2E;
}
.AnyTagClassName
{
color: #BDDA2E;
}
</style>
background-color css
<style>
a { background-color: #BDDA2E; }
a { background-color: rgb(189,218,46); }
div.DivClassName
{
background-color: #BDDA2E;
}
.BgClassName
{
background-color: #BDDA2E;
}
</style>
border-color css
<style>
span { border-color: #BDDA2E; }
span { border-color: rgb(189,218,46); }
td.TdClassName
{
border-color: #BDDA2E;
}
.TagClassName
{
border-color: #BDDA2E;
}
</style>