Shades of Fuego #BDE527
Tints of Fuego #BDE527
RGB
CMYK
RGB Variations
Color information
#BDE527 (or 0xBDE527) is known color: Fuego. HEX triplet: BD, E5 and 27. RGB value is (189,229,39). Sum of RGB (Red+Green+Blue) = 189+229+39=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 229 (89.84% from 255 or 50.11% from 457); Blue value is 39 (15.62% from 255 or 8.53% from 457); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE527 is #421AD8. Grayscale: #C4C4C4. Windows color (decimal): -4332249 or 2614717. OLE color: 2614717.
HSL color Cylindrical-coordinate representation of color #BDE527: hue angle of 72.63º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDE527 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 39 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.10 |
| HSL | 72.63º | 0.79% | 0.53% | - |
| HSV(B) | 72.63º | 0.83% | 0.9% | - |
| XYZ | 49.37 | 67 | 12.25 | - |
| YUV | 195.38 | 39.75 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 39 | 0.17 | 0 | 0.83 | 0.10 | 72.63 | 0.79 | 0.53 |
| Hex | BD | E5 | 27 | 11 | 0 | 53 | A | 49 | 4F | 35 |
| Octal | 275 | 345 | 47 | 21 | 0 | 123 | 12 | 111 | 117 | 65 |
| Binary | 10111101 | 11100101 | 100111 | 10001 | 0 | 1010011 | 1010 | 1001001 | 1001111 | 110101 |
Color Harmonies of #BDE527
Complementary color
Monochromatic Colors of #BDE527
Black with #BDE527
Text Example
Text Example
White with #BDE527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE527; }
p { color: rgb(189,229,39); }
H1.HeaderClassName
{
color: #BDE527;
}
.AnyTagClassName
{
color: #BDE527;
}
</style>
background-color css
<style>
a { background-color: #BDE527; }
a { background-color: rgb(189,229,39); }
div.DivClassName
{
background-color: #BDE527;
}
.BgClassName
{
background-color: #BDE527;
}
</style>
border-color css
<style>
span { border-color: #BDE527; }
span { border-color: rgb(189,229,39); }
td.TdClassName
{
border-color: #BDE527;
}
.TagClassName
{
border-color: #BDE527;
}
</style>