Shades of Fuego #BDE227
Tints of Fuego #BDE227
RGB
CMYK
RGB Variations
Color information
#BDE227 (or 0xBDE227) is known color: Fuego. HEX triplet: BD, E2 and 27. RGB value is (189,226,39). Sum of RGB (Red+Green+Blue) = 189+226+39=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 226 (88.67% from 255 or 49.78% from 454); Blue value is 39 (15.62% from 255 or 8.59% from 454); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE227 is #421DD8. Grayscale: #C2C2C2. Windows color (decimal): -4333017 or 2613949. OLE color: 2613949.
HSL color Cylindrical-coordinate representation of color #BDE227: hue angle of 71.87º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDE227 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 39 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.11 |
| HSL | 71.87º | 0.76% | 0.52% | - |
| HSV(B) | 71.87º | 0.83% | 0.89% | - |
| XYZ | 48.55 | 65.36 | 11.98 | - |
| YUV | 193.62 | 40.74 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 39 | 0.16 | 0 | 0.83 | 0.11 | 71.87 | 0.76 | 0.52 |
| Hex | BD | E2 | 27 | 10 | 0 | 53 | B | 48 | 4C | 34 |
| Octal | 275 | 342 | 47 | 20 | 0 | 123 | 13 | 110 | 114 | 64 |
| Binary | 10111101 | 11100010 | 100111 | 10000 | 0 | 1010011 | 1011 | 1001000 | 1001100 | 110100 |
Color Harmonies of #BDE227
Complementary color
Monochromatic Colors of #BDE227
Black with #BDE227
Text Example
Text Example
White with #BDE227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE227; }
p { color: rgb(189,226,39); }
H1.HeaderClassName
{
color: #BDE227;
}
.AnyTagClassName
{
color: #BDE227;
}
</style>
background-color css
<style>
a { background-color: #BDE227; }
a { background-color: rgb(189,226,39); }
div.DivClassName
{
background-color: #BDE227;
}
.BgClassName
{
background-color: #BDE227;
}
</style>
border-color css
<style>
span { border-color: #BDE227; }
span { border-color: rgb(189,226,39); }
td.TdClassName
{
border-color: #BDE227;
}
.TagClassName
{
border-color: #BDE227;
}
</style>