Shades of Fuego #BDD62D
Tints of Fuego #BDD62D
RGB
CMYK
RGB Variations
Color information
#BDD62D (or 0xBDD62D) is known color: Fuego. HEX triplet: BD, D6 and 2D. RGB value is (189,214,45). Sum of RGB (Red+Green+Blue) = 189+214+45=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD62D is #4229D2. Grayscale: #BBBBBB. Windows color (decimal): -4336083 or 3004093. OLE color: 3004093.
HSL color Cylindrical-coordinate representation of color #BDD62D: hue angle of 68.88º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDD62D is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 45 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.16 |
| HSL | 68.88º | 0.67% | 0.51% | - |
| HSV(B) | 68.88º | 0.79% | 0.84% | - |
| XYZ | 45.51 | 59.1 | 11.49 | - |
| YUV | 187.26 | 47.72 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 45 | 0.12 | 0 | 0.79 | 0.16 | 68.88 | 0.67 | 0.51 |
| Hex | BD | D6 | 2D | C | 0 | 4F | 10 | 45 | 43 | 33 |
| Octal | 275 | 326 | 55 | 14 | 0 | 117 | 20 | 105 | 103 | 63 |
| Binary | 10111101 | 11010110 | 101101 | 1100 | 0 | 1001111 | 10000 | 1000101 | 1000011 | 110011 |
Color Harmonies of #BDD62D
Complementary color
Monochromatic Colors of #BDD62D
Black with #BDD62D
Text Example
Text Example
White with #BDD62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD62D; }
p { color: rgb(189,214,45); }
H1.HeaderClassName
{
color: #BDD62D;
}
.AnyTagClassName
{
color: #BDD62D;
}
</style>
background-color css
<style>
a { background-color: #BDD62D; }
a { background-color: rgb(189,214,45); }
div.DivClassName
{
background-color: #BDD62D;
}
.BgClassName
{
background-color: #BDD62D;
}
</style>
border-color css
<style>
span { border-color: #BDD62D; }
span { border-color: rgb(189,214,45); }
td.TdClassName
{
border-color: #BDD62D;
}
.TagClassName
{
border-color: #BDD62D;
}
</style>