Shades of Fuego #BDD635
Tints of Fuego #BDD635
RGB
CMYK
RGB Variations
Color information
#BDD635 (or 0xBDD635) is known color: Fuego. HEX triplet: BD, D6 and 35. RGB value is (189,214,53). Sum of RGB (Red+Green+Blue) = 189+214+53=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 53 (21.09% from 255 or 11.62% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD635 is #4229CA. Grayscale: #BCBCBC. Windows color (decimal): -4336075 or 3528381. OLE color: 3528381.
HSL color Cylindrical-coordinate representation of color #BDD635: hue angle of 69.32º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDD635 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 53 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.16 |
| HSL | 69.32º | 0.66% | 0.52% | - |
| HSV(B) | 69.32º | 0.75% | 0.84% | - |
| XYZ | 45.68 | 59.17 | 12.38 | - |
| YUV | 188.17 | 51.72 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 53 | 0.12 | 0 | 0.75 | 0.16 | 69.32 | 0.66 | 0.52 |
| Hex | BD | D6 | 35 | C | 0 | 4B | 10 | 45 | 42 | 34 |
| Octal | 275 | 326 | 65 | 14 | 0 | 113 | 20 | 105 | 102 | 64 |
| Binary | 10111101 | 11010110 | 110101 | 1100 | 0 | 1001011 | 10000 | 1000101 | 1000010 | 110100 |
Color Harmonies of #BDD635
Complementary color
Monochromatic Colors of #BDD635
Black with #BDD635
Text Example
Text Example
White with #BDD635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD635; }
p { color: rgb(189,214,53); }
H1.HeaderClassName
{
color: #BDD635;
}
.AnyTagClassName
{
color: #BDD635;
}
</style>
background-color css
<style>
a { background-color: #BDD635; }
a { background-color: rgb(189,214,53); }
div.DivClassName
{
background-color: #BDD635;
}
.BgClassName
{
background-color: #BDD635;
}
</style>
border-color css
<style>
span { border-color: #BDD635; }
span { border-color: rgb(189,214,53); }
td.TdClassName
{
border-color: #BDD635;
}
.TagClassName
{
border-color: #BDD635;
}
</style>