Shades of Fuego #BDD137
Tints of Fuego #BDD137
RGB
CMYK
RGB Variations
Color information
#BDD137 (or 0xBDD137) is known color: Fuego. HEX triplet: BD, D1 and 37. RGB value is (189,209,55). Sum of RGB (Red+Green+Blue) = 189+209+55=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 55 (21.88% from 255 or 12.14% from 453); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD137 is #422EC8. Grayscale: #BABABA. Windows color (decimal): -4337353 or 3658173. OLE color: 3658173.
HSL color Cylindrical-coordinate representation of color #BDD137: hue angle of 67.79º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDD137 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 55 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.18 |
| HSL | 67.79º | 0.63% | 0.52% | - |
| HSV(B) | 67.79º | 0.74% | 0.82% | - |
| XYZ | 44.48 | 56.7 | 12.21 | - |
| YUV | 185.46 | 54.37 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 55 | 0.10 | 0 | 0.74 | 0.18 | 67.79 | 0.63 | 0.52 |
| Hex | BD | D1 | 37 | A | 0 | 4A | 12 | 44 | 3F | 34 |
| Octal | 275 | 321 | 67 | 12 | 0 | 112 | 22 | 104 | 77 | 64 |
| Binary | 10111101 | 11010001 | 110111 | 1010 | 0 | 1001010 | 10010 | 1000100 | 111111 | 110100 |
Color Harmonies of #BDD137
Complementary color
Monochromatic Colors of #BDD137
Black with #BDD137
Text Example
Text Example
White with #BDD137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD137; }
p { color: rgb(189,209,55); }
H1.HeaderClassName
{
color: #BDD137;
}
.AnyTagClassName
{
color: #BDD137;
}
</style>
background-color css
<style>
a { background-color: #BDD137; }
a { background-color: rgb(189,209,55); }
div.DivClassName
{
background-color: #BDD137;
}
.BgClassName
{
background-color: #BDD137;
}
</style>
border-color css
<style>
span { border-color: #BDD137; }
span { border-color: rgb(189,209,55); }
td.TdClassName
{
border-color: #BDD137;
}
.TagClassName
{
border-color: #BDD137;
}
</style>