Shades of Fuego #BDDF20
Tints of Fuego #BDDF20
RGB
CMYK
RGB Variations
Color information
#BDDF20 (or 0xBDDF20) is known color: Fuego. HEX triplet: BD, DF and 20. RGB value is (189,223,32). Sum of RGB (Red+Green+Blue) = 189+223+32=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDF20 is #4220DF. Grayscale: #BFBFBF. Windows color (decimal): -4333792 or 2154429. OLE color: 2154429.
HSL color Cylindrical-coordinate representation of color #BDDF20: hue angle of 70.68º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDDF20 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 32 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.13 |
| HSL | 70.68º | 0.75% | 0.5% | - |
| HSV(B) | 70.68º | 0.86% | 0.87% | - |
| XYZ | 47.63 | 63.7 | 11.15 | - |
| YUV | 191.06 | 38.24 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 32 | 0.15 | 0 | 0.86 | 0.13 | 70.68 | 0.75 | 0.5 |
| Hex | BD | DF | 20 | F | 0 | 56 | D | 47 | 4B | 32 |
| Octal | 275 | 337 | 40 | 17 | 0 | 126 | 15 | 107 | 113 | 62 |
| Binary | 10111101 | 11011111 | 100000 | 1111 | 0 | 1010110 | 1101 | 1000111 | 1001011 | 110010 |
Color Harmonies of #BDDF20
Complementary color
Monochromatic Colors of #BDDF20
Black with #BDDF20
Text Example
Text Example
White with #BDDF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF20; }
p { color: rgb(189,223,32); }
H1.HeaderClassName
{
color: #BDDF20;
}
.AnyTagClassName
{
color: #BDDF20;
}
</style>
background-color css
<style>
a { background-color: #BDDF20; }
a { background-color: rgb(189,223,32); }
div.DivClassName
{
background-color: #BDDF20;
}
.BgClassName
{
background-color: #BDDF20;
}
</style>
border-color css
<style>
span { border-color: #BDDF20; }
span { border-color: rgb(189,223,32); }
td.TdClassName
{
border-color: #BDDF20;
}
.TagClassName
{
border-color: #BDDF20;
}
</style>