Shades of Fuego #BDD42F
Tints of Fuego #BDD42F
RGB
CMYK
RGB Variations
Color information
#BDD42F (or 0xBDD42F) is known color: Fuego. HEX triplet: BD, D4 and 2F. RGB value is (189,212,47). Sum of RGB (Red+Green+Blue) = 189+212+47=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 47 (18.75% from 255 or 10.49% from 448); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD42F is #422BD0. Grayscale: #BABABA. Windows color (decimal): -4336593 or 3134653. OLE color: 3134653.
HSL color Cylindrical-coordinate representation of color #BDD42F: hue angle of 68.36º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDD42F is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 47 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.17 |
| HSL | 68.36º | 0.66% | 0.51% | - |
| HSV(B) | 68.36º | 0.78% | 0.83% | - |
| XYZ | 45.04 | 58.11 | 11.53 | - |
| YUV | 186.31 | 49.38 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 47 | 0.11 | 0 | 0.78 | 0.17 | 68.36 | 0.66 | 0.51 |
| Hex | BD | D4 | 2F | B | 0 | 4E | 11 | 44 | 42 | 33 |
| Octal | 275 | 324 | 57 | 13 | 0 | 116 | 21 | 104 | 102 | 63 |
| Binary | 10111101 | 11010100 | 101111 | 1011 | 0 | 1001110 | 10001 | 1000100 | 1000010 | 110011 |
Color Harmonies of #BDD42F
Complementary color
Monochromatic Colors of #BDD42F
Black with #BDD42F
Text Example
Text Example
White with #BDD42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD42F; }
p { color: rgb(189,212,47); }
H1.HeaderClassName
{
color: #BDD42F;
}
.AnyTagClassName
{
color: #BDD42F;
}
</style>
background-color css
<style>
a { background-color: #BDD42F; }
a { background-color: rgb(189,212,47); }
div.DivClassName
{
background-color: #BDD42F;
}
.BgClassName
{
background-color: #BDD42F;
}
</style>
border-color css
<style>
span { border-color: #BDD42F; }
span { border-color: rgb(189,212,47); }
td.TdClassName
{
border-color: #BDD42F;
}
.TagClassName
{
border-color: #BDD42F;
}
</style>