Shades of Fuego #BDCF2D
Tints of Fuego #BDCF2D
RGB
CMYK
RGB Variations
Color information
#BDCF2D (or 0xBDCF2D) is known color: Fuego. HEX triplet: BD, CF and 2D. RGB value is (189,207,45). Sum of RGB (Red+Green+Blue) = 189+207+45=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCF2D is #4230D2. Grayscale: #B7B7B7. Windows color (decimal): -4337875 or 3002301. OLE color: 3002301.
HSL color Cylindrical-coordinate representation of color #BDCF2D: hue angle of 66.67º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDCF2D is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 45 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.19 |
| HSL | 66.67º | 0.64% | 0.49% | - |
| HSV(B) | 66.67º | 0.78% | 0.81% | - |
| XYZ | 43.77 | 55.63 | 10.91 | - |
| YUV | 183.15 | 50.04 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 45 | 0.09 | 0 | 0.78 | 0.19 | 66.67 | 0.64 | 0.49 |
| Hex | BD | CF | 2D | 9 | 0 | 4E | 13 | 43 | 40 | 31 |
| Octal | 275 | 317 | 55 | 11 | 0 | 116 | 23 | 103 | 100 | 61 |
| Binary | 10111101 | 11001111 | 101101 | 1001 | 0 | 1001110 | 10011 | 1000011 | 1000000 | 110001 |
Color Harmonies of #BDCF2D
Complementary color
Monochromatic Colors of #BDCF2D
Black with #BDCF2D
Text Example
Text Example
White with #BDCF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCF2D; }
p { color: rgb(189,207,45); }
H1.HeaderClassName
{
color: #BDCF2D;
}
.AnyTagClassName
{
color: #BDCF2D;
}
</style>
background-color css
<style>
a { background-color: #BDCF2D; }
a { background-color: rgb(189,207,45); }
div.DivClassName
{
background-color: #BDCF2D;
}
.BgClassName
{
background-color: #BDCF2D;
}
</style>
border-color css
<style>
span { border-color: #BDCF2D; }
span { border-color: rgb(189,207,45); }
td.TdClassName
{
border-color: #BDCF2D;
}
.TagClassName
{
border-color: #BDCF2D;
}
</style>