Shades of Fuego #BDE62C
Tints of Fuego #BDE62C
RGB
CMYK
RGB Variations
Color information
#BDE62C (or 0xBDE62C) is known color: Fuego. HEX triplet: BD, E6 and 2C. RGB value is (189,230,44). Sum of RGB (Red+Green+Blue) = 189+230+44=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 230 (90.23% from 255 or 49.68% from 463); Blue value is 44 (17.58% from 255 or 9.50% from 463); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE62C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE62C is #4219D3. Grayscale: #C5C5C5. Windows color (decimal): -4331988 or 2942653. OLE color: 2942653.
HSL color Cylindrical-coordinate representation of color #BDE62C: hue angle of 73.23º degrees, saturation: 0.79, 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 #BDE62C is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 44 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.10 |
| HSL | 73.23º | 0.79% | 0.54% | - |
| HSV(B) | 73.23º | 0.81% | 0.9% | - |
| XYZ | 49.74 | 67.59 | 12.81 | - |
| YUV | 196.54 | 41.92 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 44 | 0.18 | 0 | 0.81 | 0.10 | 73.23 | 0.79 | 0.54 |
| Hex | BD | E6 | 2C | 12 | 0 | 51 | A | 49 | 4F | 36 |
| Octal | 275 | 346 | 54 | 22 | 0 | 121 | 12 | 111 | 117 | 66 |
| Binary | 10111101 | 11100110 | 101100 | 10010 | 0 | 1010001 | 1010 | 1001001 | 1001111 | 110110 |
Color Harmonies of #BDE62C
Complementary color
Monochromatic Colors of #BDE62C
Black with #BDE62C
Text Example
Text Example
White with #BDE62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE62C; }
p { color: rgb(189,230,44); }
H1.HeaderClassName
{
color: #BDE62C;
}
.AnyTagClassName
{
color: #BDE62C;
}
</style>
background-color css
<style>
a { background-color: #BDE62C; }
a { background-color: rgb(189,230,44); }
div.DivClassName
{
background-color: #BDE62C;
}
.BgClassName
{
background-color: #BDE62C;
}
</style>
border-color css
<style>
span { border-color: #BDE62C; }
span { border-color: rgb(189,230,44); }
td.TdClassName
{
border-color: #BDE62C;
}
.TagClassName
{
border-color: #BDE62C;
}
</style>