Shades of Fuego #BDE52C
Tints of Fuego #BDE52C
RGB
CMYK
RGB Variations
Color information
#BDE52C (or 0xBDE52C) is known color: Fuego. HEX triplet: BD, E5 and 2C. RGB value is (189,229,44). Sum of RGB (Red+Green+Blue) = 189+229+44=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 229 (89.84% from 255 or 49.57% from 462); Blue value is 44 (17.58% from 255 or 9.52% from 462); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE52C is #421AD3. Grayscale: #C4C4C4. Windows color (decimal): -4332244 or 2942397. OLE color: 2942397.
HSL color Cylindrical-coordinate representation of color #BDE52C: hue angle of 72.97º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDE52C is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 44 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.10 |
| HSL | 72.97º | 0.78% | 0.54% | - |
| HSV(B) | 72.97º | 0.81% | 0.9% | - |
| XYZ | 49.46 | 67.04 | 12.72 | - |
| YUV | 195.95 | 42.25 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 44 | 0.17 | 0 | 0.81 | 0.10 | 72.97 | 0.78 | 0.54 |
| Hex | BD | E5 | 2C | 11 | 0 | 51 | A | 49 | 4E | 36 |
| Octal | 275 | 345 | 54 | 21 | 0 | 121 | 12 | 111 | 116 | 66 |
| Binary | 10111101 | 11100101 | 101100 | 10001 | 0 | 1010001 | 1010 | 1001001 | 1001110 | 110110 |
Color Harmonies of #BDE52C
Complementary color
Monochromatic Colors of #BDE52C
Black with #BDE52C
Text Example
Text Example
White with #BDE52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE52C; }
p { color: rgb(189,229,44); }
H1.HeaderClassName
{
color: #BDE52C;
}
.AnyTagClassName
{
color: #BDE52C;
}
</style>
background-color css
<style>
a { background-color: #BDE52C; }
a { background-color: rgb(189,229,44); }
div.DivClassName
{
background-color: #BDE52C;
}
.BgClassName
{
background-color: #BDE52C;
}
</style>
border-color css
<style>
span { border-color: #BDE52C; }
span { border-color: rgb(189,229,44); }
td.TdClassName
{
border-color: #BDE52C;
}
.TagClassName
{
border-color: #BDE52C;
}
</style>