Shades of Fuego #BDDC25
Tints of Fuego #BDDC25
RGB
CMYK
RGB Variations
Color information
#BDDC25 (or 0xBDDC25) is known color: Fuego. HEX triplet: BD, DC and 25. RGB value is (189,220,37). Sum of RGB (Red+Green+Blue) = 189+220+37=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 37 (14.84% from 255 or 8.30% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDC25 is #4223DA. Grayscale: #BEBEBE. Windows color (decimal): -4334555 or 2481341. OLE color: 2481341.
HSL color Cylindrical-coordinate representation of color #BDDC25: hue angle of 70.16º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDDC25 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 37 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.14 |
| HSL | 70.16º | 0.72% | 0.5% | - |
| HSV(B) | 70.16º | 0.83% | 0.86% | - |
| XYZ | 46.91 | 62.14 | 11.27 | - |
| YUV | 189.87 | 41.73 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 37 | 0.14 | 0 | 0.83 | 0.14 | 70.16 | 0.72 | 0.5 |
| Hex | BD | DC | 25 | E | 0 | 53 | E | 46 | 48 | 32 |
| Octal | 275 | 334 | 45 | 16 | 0 | 123 | 16 | 106 | 110 | 62 |
| Binary | 10111101 | 11011100 | 100101 | 1110 | 0 | 1010011 | 1110 | 1000110 | 1001000 | 110010 |
Color Harmonies of #BDDC25
Complementary color
Monochromatic Colors of #BDDC25
Black with #BDDC25
Text Example
Text Example
White with #BDDC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC25; }
p { color: rgb(189,220,37); }
H1.HeaderClassName
{
color: #BDDC25;
}
.AnyTagClassName
{
color: #BDDC25;
}
</style>
background-color css
<style>
a { background-color: #BDDC25; }
a { background-color: rgb(189,220,37); }
div.DivClassName
{
background-color: #BDDC25;
}
.BgClassName
{
background-color: #BDDC25;
}
</style>
border-color css
<style>
span { border-color: #BDDC25; }
span { border-color: rgb(189,220,37); }
td.TdClassName
{
border-color: #BDDC25;
}
.TagClassName
{
border-color: #BDDC25;
}
</style>