Shades of Fuego #BDDF29
Tints of Fuego #BDDF29
RGB
CMYK
RGB Variations
Color information
#BDDF29 (or 0xBDDF29) is known color: Fuego. HEX triplet: BD, DF and 29. RGB value is (189,223,41). Sum of RGB (Red+Green+Blue) = 189+223+41=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 41 (16.41% from 255 or 9.05% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDF29 is #4220D6. Grayscale: #C0C0C0. Windows color (decimal): -4333783 or 2744253. OLE color: 2744253.
HSL color Cylindrical-coordinate representation of color #BDDF29: hue angle of 71.21º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDDF29 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 41 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.13 |
| HSL | 71.21º | 0.74% | 0.52% | - |
| HSV(B) | 71.21º | 0.82% | 0.87% | - |
| XYZ | 47.77 | 63.75 | 11.89 | - |
| YUV | 192.09 | 42.74 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 41 | 0.15 | 0 | 0.82 | 0.13 | 71.21 | 0.74 | 0.52 |
| Hex | BD | DF | 29 | F | 0 | 52 | D | 47 | 4A | 34 |
| Octal | 275 | 337 | 51 | 17 | 0 | 122 | 15 | 107 | 112 | 64 |
| Binary | 10111101 | 11011111 | 101001 | 1111 | 0 | 1010010 | 1101 | 1000111 | 1001010 | 110100 |
Color Harmonies of #BDDF29
Complementary color
Monochromatic Colors of #BDDF29
Black with #BDDF29
Text Example
Text Example
White with #BDDF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF29; }
p { color: rgb(189,223,41); }
H1.HeaderClassName
{
color: #BDDF29;
}
.AnyTagClassName
{
color: #BDDF29;
}
</style>
background-color css
<style>
a { background-color: #BDDF29; }
a { background-color: rgb(189,223,41); }
div.DivClassName
{
background-color: #BDDF29;
}
.BgClassName
{
background-color: #BDDF29;
}
</style>
border-color css
<style>
span { border-color: #BDDF29; }
span { border-color: rgb(189,223,41); }
td.TdClassName
{
border-color: #BDDF29;
}
.TagClassName
{
border-color: #BDDF29;
}
</style>