Shades of Fuego #BDE127
Tints of Fuego #BDE127
RGB
CMYK
RGB Variations
Color information
#BDE127 (or 0xBDE127) is known color: Fuego. HEX triplet: BD, E1 and 27. RGB value is (189,225,39). Sum of RGB (Red+Green+Blue) = 189+225+39=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 39 (15.62% from 255 or 8.61% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE127 is #421ED8. Grayscale: #C1C1C1. Windows color (decimal): -4333273 or 2613693. OLE color: 2613693.
HSL color Cylindrical-coordinate representation of color #BDE127: hue angle of 71.61º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDE127 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 39 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.12 |
| HSL | 71.61º | 0.76% | 0.52% | - |
| HSV(B) | 71.61º | 0.83% | 0.88% | - |
| XYZ | 48.28 | 64.82 | 11.89 | - |
| YUV | 193.03 | 41.07 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 39 | 0.16 | 0 | 0.83 | 0.12 | 71.61 | 0.76 | 0.52 |
| Hex | BD | E1 | 27 | 10 | 0 | 53 | C | 48 | 4C | 34 |
| Octal | 275 | 341 | 47 | 20 | 0 | 123 | 14 | 110 | 114 | 64 |
| Binary | 10111101 | 11100001 | 100111 | 10000 | 0 | 1010011 | 1100 | 1001000 | 1001100 | 110100 |
Color Harmonies of #BDE127
Complementary color
Monochromatic Colors of #BDE127
Black with #BDE127
Text Example
Text Example
White with #BDE127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE127; }
p { color: rgb(189,225,39); }
H1.HeaderClassName
{
color: #BDE127;
}
.AnyTagClassName
{
color: #BDE127;
}
</style>
background-color css
<style>
a { background-color: #BDE127; }
a { background-color: rgb(189,225,39); }
div.DivClassName
{
background-color: #BDE127;
}
.BgClassName
{
background-color: #BDE127;
}
</style>
border-color css
<style>
span { border-color: #BDE127; }
span { border-color: rgb(189,225,39); }
td.TdClassName
{
border-color: #BDE127;
}
.TagClassName
{
border-color: #BDE127;
}
</style>