Shades of Fuego #BDDE32
Tints of Fuego #BDDE32
RGB
CMYK
RGB Variations
Color information
#BDDE32 (or 0xBDDE32) is known color: Fuego. HEX triplet: BD, DE and 32. RGB value is (189,222,50). Sum of RGB (Red+Green+Blue) = 189+222+50=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 50 (19.92% from 255 or 10.85% from 461); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDE32 is #4221CD. Grayscale: #C1C1C1. Windows color (decimal): -4334030 or 3333821. OLE color: 3333821.
HSL color Cylindrical-coordinate representation of color #BDDE32: hue angle of 71.51º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDDE32 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 222 | 50 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.13 |
| HSL | 71.51º | 0.72% | 0.53% | - |
| HSV(B) | 71.51º | 0.77% | 0.87% | - |
| XYZ | 47.68 | 63.29 | 12.72 | - |
| YUV | 192.53 | 47.57 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 50 | 0.15 | 0 | 0.77 | 0.13 | 71.51 | 0.72 | 0.53 |
| Hex | BD | DE | 32 | F | 0 | 4D | D | 48 | 48 | 35 |
| Octal | 275 | 336 | 62 | 17 | 0 | 115 | 15 | 110 | 110 | 65 |
| Binary | 10111101 | 11011110 | 110010 | 1111 | 0 | 1001101 | 1101 | 1001000 | 1001000 | 110101 |
Color Harmonies of #BDDE32
Complementary color
Monochromatic Colors of #BDDE32
Black with #BDDE32
Text Example
Text Example
White with #BDDE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDE32; }
p { color: rgb(189,222,50); }
H1.HeaderClassName
{
color: #BDDE32;
}
.AnyTagClassName
{
color: #BDDE32;
}
</style>
background-color css
<style>
a { background-color: #BDDE32; }
a { background-color: rgb(189,222,50); }
div.DivClassName
{
background-color: #BDDE32;
}
.BgClassName
{
background-color: #BDDE32;
}
</style>
border-color css
<style>
span { border-color: #BDDE32; }
span { border-color: rgb(189,222,50); }
td.TdClassName
{
border-color: #BDDE32;
}
.TagClassName
{
border-color: #BDDE32;
}
</style>