Shades of Fuego #BDD435
Tints of Fuego #BDD435
RGB
CMYK
RGB Variations
Color information
#BDD435 (or 0xBDD435) is known color: Fuego. HEX triplet: BD, D4 and 35. RGB value is (189,212,53). Sum of RGB (Red+Green+Blue) = 189+212+53=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 53 (21.09% from 255 or 11.67% from 454); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD435 is #422BCA. Grayscale: #BBBBBB. Windows color (decimal): -4336587 or 3527869. OLE color: 3527869.
HSL color Cylindrical-coordinate representation of color #BDD435: hue angle of 68.68º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDD435 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 53 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.17 |
| HSL | 68.68º | 0.65% | 0.52% | - |
| HSV(B) | 68.68º | 0.75% | 0.83% | - |
| XYZ | 45.17 | 58.16 | 12.21 | - |
| YUV | 187 | 52.38 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 53 | 0.11 | 0 | 0.75 | 0.17 | 68.68 | 0.65 | 0.52 |
| Hex | BD | D4 | 35 | B | 0 | 4B | 11 | 45 | 41 | 34 |
| Octal | 275 | 324 | 65 | 13 | 0 | 113 | 21 | 105 | 101 | 64 |
| Binary | 10111101 | 11010100 | 110101 | 1011 | 0 | 1001011 | 10001 | 1000101 | 1000001 | 110100 |
Color Harmonies of #BDD435
Complementary color
Monochromatic Colors of #BDD435
Black with #BDD435
Text Example
Text Example
White with #BDD435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD435; }
p { color: rgb(189,212,53); }
H1.HeaderClassName
{
color: #BDD435;
}
.AnyTagClassName
{
color: #BDD435;
}
</style>
background-color css
<style>
a { background-color: #BDD435; }
a { background-color: rgb(189,212,53); }
div.DivClassName
{
background-color: #BDD435;
}
.BgClassName
{
background-color: #BDD435;
}
</style>
border-color css
<style>
span { border-color: #BDD435; }
span { border-color: rgb(189,212,53); }
td.TdClassName
{
border-color: #BDD435;
}
.TagClassName
{
border-color: #BDD435;
}
</style>