Shades of Fuego #BDDF21
Tints of Fuego #BDDF21
RGB
CMYK
RGB Variations
Color information
#BDDF21 (or 0xBDDF21) is known color: Fuego. HEX triplet: BD, DF and 21. RGB value is (189,223,33). Sum of RGB (Red+Green+Blue) = 189+223+33=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 33 (13.28% from 255 or 7.42% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDF21 is #4220DE. Grayscale: #BFBFBF. Windows color (decimal): -4333791 or 2219965. OLE color: 2219965.
HSL color Cylindrical-coordinate representation of color #BDDF21: hue angle of 70.74º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDDF21 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 33 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.13 |
| HSL | 70.74º | 0.75% | 0.5% | - |
| HSV(B) | 70.74º | 0.85% | 0.87% | - |
| XYZ | 47.65 | 63.7 | 11.22 | - |
| YUV | 191.17 | 38.74 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 33 | 0.15 | 0 | 0.85 | 0.13 | 70.74 | 0.75 | 0.5 |
| Hex | BD | DF | 21 | F | 0 | 55 | D | 47 | 4B | 32 |
| Octal | 275 | 337 | 41 | 17 | 0 | 125 | 15 | 107 | 113 | 62 |
| Binary | 10111101 | 11011111 | 100001 | 1111 | 0 | 1010101 | 1101 | 1000111 | 1001011 | 110010 |
Color Harmonies of #BDDF21
Complementary color
Monochromatic Colors of #BDDF21
Black with #BDDF21
Text Example
Text Example
White with #BDDF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF21; }
p { color: rgb(189,223,33); }
H1.HeaderClassName
{
color: #BDDF21;
}
.AnyTagClassName
{
color: #BDDF21;
}
</style>
background-color css
<style>
a { background-color: #BDDF21; }
a { background-color: rgb(189,223,33); }
div.DivClassName
{
background-color: #BDDF21;
}
.BgClassName
{
background-color: #BDDF21;
}
</style>
border-color css
<style>
span { border-color: #BDDF21; }
span { border-color: rgb(189,223,33); }
td.TdClassName
{
border-color: #BDDF21;
}
.TagClassName
{
border-color: #BDDF21;
}
</style>