Shades of Fuego #BDDC30
Tints of Fuego #BDDC30
RGB
CMYK
RGB Variations
Color information
#BDDC30 (or 0xBDDC30) is known color: Fuego. HEX triplet: BD, DC and 30. RGB value is (189,220,48). Sum of RGB (Red+Green+Blue) = 189+220+48=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 48 (19.14% from 255 or 10.50% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDC30 is #4223CF. Grayscale: #BFBFBF. Windows color (decimal): -4334544 or 3202237. OLE color: 3202237.
HSL color Cylindrical-coordinate representation of color #BDDC30: hue angle of 70.81º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDDC30 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 48 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.14 |
| HSL | 70.81º | 0.71% | 0.53% | - |
| HSV(B) | 70.81º | 0.78% | 0.86% | - |
| XYZ | 47.11 | 62.22 | 12.32 | - |
| YUV | 191.12 | 47.23 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 48 | 0.14 | 0 | 0.78 | 0.14 | 70.81 | 0.71 | 0.53 |
| Hex | BD | DC | 30 | E | 0 | 4E | E | 47 | 47 | 35 |
| Octal | 275 | 334 | 60 | 16 | 0 | 116 | 16 | 107 | 107 | 65 |
| Binary | 10111101 | 11011100 | 110000 | 1110 | 0 | 1001110 | 1110 | 1000111 | 1000111 | 110101 |
Color Harmonies of #BDDC30
Complementary color
Monochromatic Colors of #BDDC30
Black with #BDDC30
Text Example
Text Example
White with #BDDC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC30; }
p { color: rgb(189,220,48); }
H1.HeaderClassName
{
color: #BDDC30;
}
.AnyTagClassName
{
color: #BDDC30;
}
</style>
background-color css
<style>
a { background-color: #BDDC30; }
a { background-color: rgb(189,220,48); }
div.DivClassName
{
background-color: #BDDC30;
}
.BgClassName
{
background-color: #BDDC30;
}
</style>
border-color css
<style>
span { border-color: #BDDC30; }
span { border-color: rgb(189,220,48); }
td.TdClassName
{
border-color: #BDDC30;
}
.TagClassName
{
border-color: #BDDC30;
}
</style>