Shades of Fuego #BDDA33
Tints of Fuego #BDDA33
RGB
CMYK
RGB Variations
Color information
#BDDA33 (or 0xBDDA33) is known color: Fuego. HEX triplet: BD, DA and 33. RGB value is (189,218,51). Sum of RGB (Red+Green+Blue) = 189+218+51=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 51 (20.31% from 255 or 11.14% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDA33 is #4225CC. Grayscale: #BEBEBE. Windows color (decimal): -4335053 or 3398333. OLE color: 3398333.
HSL color Cylindrical-coordinate representation of color #BDDA33: hue angle of 70.42º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDDA33 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 51 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.15 |
| HSL | 70.42º | 0.69% | 0.53% | - |
| HSV(B) | 70.42º | 0.77% | 0.85% | - |
| XYZ | 46.66 | 61.2 | 12.49 | - |
| YUV | 190.29 | 49.39 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 51 | 0.13 | 0 | 0.77 | 0.15 | 70.42 | 0.69 | 0.53 |
| Hex | BD | DA | 33 | D | 0 | 4D | F | 46 | 45 | 35 |
| Octal | 275 | 332 | 63 | 15 | 0 | 115 | 17 | 106 | 105 | 65 |
| Binary | 10111101 | 11011010 | 110011 | 1101 | 0 | 1001101 | 1111 | 1000110 | 1000101 | 110101 |
Color Harmonies of #BDDA33
Complementary color
Monochromatic Colors of #BDDA33
Black with #BDDA33
Text Example
Text Example
White with #BDDA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA33; }
p { color: rgb(189,218,51); }
H1.HeaderClassName
{
color: #BDDA33;
}
.AnyTagClassName
{
color: #BDDA33;
}
</style>
background-color css
<style>
a { background-color: #BDDA33; }
a { background-color: rgb(189,218,51); }
div.DivClassName
{
background-color: #BDDA33;
}
.BgClassName
{
background-color: #BDDA33;
}
</style>
border-color css
<style>
span { border-color: #BDDA33; }
span { border-color: rgb(189,218,51); }
td.TdClassName
{
border-color: #BDDA33;
}
.TagClassName
{
border-color: #BDDA33;
}
</style>