Shades of Fuego #BDDF2B
Tints of Fuego #BDDF2B
RGB
CMYK
RGB Variations
Color information
#BDDF2B (or 0xBDDF2B) is known color: Fuego. HEX triplet: BD, DF and 2B. RGB value is (189,223,43). Sum of RGB (Red+Green+Blue) = 189+223+43=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 43 (17.19% from 255 or 9.45% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDF2B is #4220D4. Grayscale: #C0C0C0. Windows color (decimal): -4333781 or 2875325. OLE color: 2875325.
HSL color Cylindrical-coordinate representation of color #BDDF2B: hue angle of 71.33º 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 #BDDF2B is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 43 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.13 |
| HSL | 71.33º | 0.74% | 0.52% | - |
| HSV(B) | 71.33º | 0.81% | 0.87% | - |
| XYZ | 47.81 | 63.77 | 12.07 | - |
| YUV | 192.31 | 43.74 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 43 | 0.15 | 0 | 0.81 | 0.13 | 71.33 | 0.74 | 0.52 |
| Hex | BD | DF | 2B | F | 0 | 51 | D | 47 | 4A | 34 |
| Octal | 275 | 337 | 53 | 17 | 0 | 121 | 15 | 107 | 112 | 64 |
| Binary | 10111101 | 11011111 | 101011 | 1111 | 0 | 1010001 | 1101 | 1000111 | 1001010 | 110100 |
Color Harmonies of #BDDF2B
Complementary color
Monochromatic Colors of #BDDF2B
Black with #BDDF2B
Text Example
Text Example
White with #BDDF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF2B; }
p { color: rgb(189,223,43); }
H1.HeaderClassName
{
color: #BDDF2B;
}
.AnyTagClassName
{
color: #BDDF2B;
}
</style>
background-color css
<style>
a { background-color: #BDDF2B; }
a { background-color: rgb(189,223,43); }
div.DivClassName
{
background-color: #BDDF2B;
}
.BgClassName
{
background-color: #BDDF2B;
}
</style>
border-color css
<style>
span { border-color: #BDDF2B; }
span { border-color: rgb(189,223,43); }
td.TdClassName
{
border-color: #BDDF2B;
}
.TagClassName
{
border-color: #BDDF2B;
}
</style>