Shades of Fuego #BDDF2A
Tints of Fuego #BDDF2A
RGB
CMYK
RGB Variations
Color information
#BDDF2A (or 0xBDDF2A) is known color: Fuego. HEX triplet: BD, DF and 2A. RGB value is (189,223,42). Sum of RGB (Red+Green+Blue) = 189+223+42=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 42 (16.80% from 255 or 9.25% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDF2A is #4220D5. Grayscale: #C0C0C0. Windows color (decimal): -4333782 or 2809789. OLE color: 2809789.
HSL color Cylindrical-coordinate representation of color #BDDF2A: hue angle of 71.27º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDDF2A is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 42 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.13 |
| HSL | 71.27º | 0.74% | 0.52% | - |
| HSV(B) | 71.27º | 0.81% | 0.87% | - |
| XYZ | 47.79 | 63.76 | 11.98 | - |
| YUV | 192.2 | 43.24 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 42 | 0.15 | 0 | 0.81 | 0.13 | 71.27 | 0.74 | 0.52 |
| Hex | BD | DF | 2A | F | 0 | 51 | D | 47 | 4A | 34 |
| Octal | 275 | 337 | 52 | 17 | 0 | 121 | 15 | 107 | 112 | 64 |
| Binary | 10111101 | 11011111 | 101010 | 1111 | 0 | 1010001 | 1101 | 1000111 | 1001010 | 110100 |
Color Harmonies of #BDDF2A
Complementary color
Monochromatic Colors of #BDDF2A
Black with #BDDF2A
Text Example
Text Example
White with #BDDF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF2A; }
p { color: rgb(189,223,42); }
H1.HeaderClassName
{
color: #BDDF2A;
}
.AnyTagClassName
{
color: #BDDF2A;
}
</style>
background-color css
<style>
a { background-color: #BDDF2A; }
a { background-color: rgb(189,223,42); }
div.DivClassName
{
background-color: #BDDF2A;
}
.BgClassName
{
background-color: #BDDF2A;
}
</style>
border-color css
<style>
span { border-color: #BDDF2A; }
span { border-color: rgb(189,223,42); }
td.TdClassName
{
border-color: #BDDF2A;
}
.TagClassName
{
border-color: #BDDF2A;
}
</style>