Shades of Fuego #BDD135
Tints of Fuego #BDD135
RGB
CMYK
RGB Variations
Color information
#BDD135 (or 0xBDD135) is known color: Fuego. HEX triplet: BD, D1 and 35. RGB value is (189,209,53). Sum of RGB (Red+Green+Blue) = 189+209+53=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD135 is #422ECA. Grayscale: #B9B9B9. Windows color (decimal): -4337355 or 3527101. OLE color: 3527101.
HSL color Cylindrical-coordinate representation of color #BDD135: hue angle of 67.69º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDD135 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 53 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.18 |
| HSL | 67.69º | 0.63% | 0.51% | - |
| HSV(B) | 67.69º | 0.75% | 0.82% | - |
| XYZ | 44.43 | 56.68 | 11.97 | - |
| YUV | 185.24 | 53.37 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 53 | 0.10 | 0 | 0.75 | 0.18 | 67.69 | 0.63 | 0.51 |
| Hex | BD | D1 | 35 | A | 0 | 4B | 12 | 44 | 3F | 33 |
| Octal | 275 | 321 | 65 | 12 | 0 | 113 | 22 | 104 | 77 | 63 |
| Binary | 10111101 | 11010001 | 110101 | 1010 | 0 | 1001011 | 10010 | 1000100 | 111111 | 110011 |
Color Harmonies of #BDD135
Complementary color
Monochromatic Colors of #BDD135
Black with #BDD135
Text Example
Text Example
White with #BDD135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD135; }
p { color: rgb(189,209,53); }
H1.HeaderClassName
{
color: #BDD135;
}
.AnyTagClassName
{
color: #BDD135;
}
</style>
background-color css
<style>
a { background-color: #BDD135; }
a { background-color: rgb(189,209,53); }
div.DivClassName
{
background-color: #BDD135;
}
.BgClassName
{
background-color: #BDD135;
}
</style>
border-color css
<style>
span { border-color: #BDD135; }
span { border-color: rgb(189,209,53); }
td.TdClassName
{
border-color: #BDD135;
}
.TagClassName
{
border-color: #BDD135;
}
</style>