Shades of Fuego #BDD235
Tints of Fuego #BDD235
RGB
CMYK
RGB Variations
Color information
#BDD235 (or 0xBDD235) is known color: Fuego. HEX triplet: BD, D2 and 35. RGB value is (189,210,53). Sum of RGB (Red+Green+Blue) = 189+210+53=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 53 (21.09% from 255 or 11.73% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD235 is #422DCA. Grayscale: #BABABA. Windows color (decimal): -4337099 or 3527357. OLE color: 3527357.
HSL color Cylindrical-coordinate representation of color #BDD235: hue angle of 68.03º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDD235 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 53 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.18 |
| HSL | 68.03º | 0.64% | 0.52% | - |
| HSV(B) | 68.03º | 0.75% | 0.82% | - |
| XYZ | 44.68 | 57.17 | 12.05 | - |
| YUV | 185.82 | 53.04 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 53 | 0.10 | 0 | 0.75 | 0.18 | 68.03 | 0.64 | 0.52 |
| Hex | BD | D2 | 35 | A | 0 | 4B | 12 | 44 | 40 | 34 |
| Octal | 275 | 322 | 65 | 12 | 0 | 113 | 22 | 104 | 100 | 64 |
| Binary | 10111101 | 11010010 | 110101 | 1010 | 0 | 1001011 | 10010 | 1000100 | 1000000 | 110100 |
Color Harmonies of #BDD235
Complementary color
Monochromatic Colors of #BDD235
Black with #BDD235
Text Example
Text Example
White with #BDD235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD235; }
p { color: rgb(189,210,53); }
H1.HeaderClassName
{
color: #BDD235;
}
.AnyTagClassName
{
color: #BDD235;
}
</style>
background-color css
<style>
a { background-color: #BDD235; }
a { background-color: rgb(189,210,53); }
div.DivClassName
{
background-color: #BDD235;
}
.BgClassName
{
background-color: #BDD235;
}
</style>
border-color css
<style>
span { border-color: #BDD235; }
span { border-color: rgb(189,210,53); }
td.TdClassName
{
border-color: #BDD235;
}
.TagClassName
{
border-color: #BDD235;
}
</style>