Shades of Fuego #BDED28
Tints of Fuego #BDED28
RGB
CMYK
RGB Variations
Color information
#BDED28 (or 0xBDED28) is known color: Fuego. HEX triplet: BD, ED and 28. RGB value is (189,237,40). Sum of RGB (Red+Green+Blue) = 189+237+40=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 237 (92.97% from 255 or 50.86% from 466); Blue value is 40 (16.02% from 255 or 8.58% from 466); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDED28 is #4212D7. Grayscale: #C8C8C8. Windows color (decimal): -4330200 or 2682301. OLE color: 2682301.
HSL color Cylindrical-coordinate representation of color #BDED28: hue angle of 74.62º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDED28 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 40 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.07 |
| HSL | 74.62º | 0.85% | 0.54% | - |
| HSV(B) | 74.62º | 0.83% | 0.93% | - |
| XYZ | 51.65 | 71.54 | 13.09 | - |
| YUV | 200.19 | 37.6 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 40 | 0.20 | 0 | 0.83 | 0.07 | 74.62 | 0.85 | 0.54 |
| Hex | BD | ED | 28 | 14 | 0 | 53 | 7 | 4B | 55 | 36 |
| Octal | 275 | 355 | 50 | 24 | 0 | 123 | 7 | 113 | 125 | 66 |
| Binary | 10111101 | 11101101 | 101000 | 10100 | 0 | 1010011 | 111 | 1001011 | 1010101 | 110110 |
Color Harmonies of #BDED28
Complementary color
Monochromatic Colors of #BDED28
Black with #BDED28
Text Example
Text Example
White with #BDED28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDED28; }
p { color: rgb(189,237,40); }
H1.HeaderClassName
{
color: #BDED28;
}
.AnyTagClassName
{
color: #BDED28;
}
</style>
background-color css
<style>
a { background-color: #BDED28; }
a { background-color: rgb(189,237,40); }
div.DivClassName
{
background-color: #BDED28;
}
.BgClassName
{
background-color: #BDED28;
}
</style>
border-color css
<style>
span { border-color: #BDED28; }
span { border-color: rgb(189,237,40); }
td.TdClassName
{
border-color: #BDED28;
}
.TagClassName
{
border-color: #BDED28;
}
</style>