Shades of Fuego #BDDF28
Tints of Fuego #BDDF28
RGB
CMYK
RGB Variations
Color information
#BDDF28 (or 0xBDDF28) is known color: Fuego. HEX triplet: BD, DF and 28. RGB value is (189,223,40). Sum of RGB (Red+Green+Blue) = 189+223+40=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDF28 is #4220D7. Grayscale: #C0C0C0. Windows color (decimal): -4333784 or 2678717. OLE color: 2678717.
HSL color Cylindrical-coordinate representation of color #BDDF28: hue angle of 71.15º 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 #BDDF28 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 40 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.13 |
| HSL | 71.15º | 0.74% | 0.52% | - |
| HSV(B) | 71.15º | 0.82% | 0.87% | - |
| XYZ | 47.76 | 63.75 | 11.79 | - |
| YUV | 191.97 | 42.24 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 40 | 0.15 | 0 | 0.82 | 0.13 | 71.15 | 0.74 | 0.52 |
| Hex | BD | DF | 28 | F | 0 | 52 | D | 47 | 4A | 34 |
| Octal | 275 | 337 | 50 | 17 | 0 | 122 | 15 | 107 | 112 | 64 |
| Binary | 10111101 | 11011111 | 101000 | 1111 | 0 | 1010010 | 1101 | 1000111 | 1001010 | 110100 |
Color Harmonies of #BDDF28
Complementary color
Monochromatic Colors of #BDDF28
Black with #BDDF28
Text Example
Text Example
White with #BDDF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF28; }
p { color: rgb(189,223,40); }
H1.HeaderClassName
{
color: #BDDF28;
}
.AnyTagClassName
{
color: #BDDF28;
}
</style>
background-color css
<style>
a { background-color: #BDDF28; }
a { background-color: rgb(189,223,40); }
div.DivClassName
{
background-color: #BDDF28;
}
.BgClassName
{
background-color: #BDDF28;
}
</style>
border-color css
<style>
span { border-color: #BDDF28; }
span { border-color: rgb(189,223,40); }
td.TdClassName
{
border-color: #BDDF28;
}
.TagClassName
{
border-color: #BDDF28;
}
</style>