Shades of Fuego #BEDB28
Tints of Fuego #BEDB28
RGB
CMYK
RGB Variations
Color information
#BEDB28 (or 0xBEDB28) is known color: Fuego. HEX triplet: BE, DB and 28. RGB value is (190,219,40). Sum of RGB (Red+Green+Blue) = 190+219+40=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 40 (16.02% from 255 or 8.91% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDB28 is #4124D7. Grayscale: #BEBEBE. Windows color (decimal): -4269272 or 2677694. OLE color: 2677694.
HSL color Cylindrical-coordinate representation of color #BEDB28: hue angle of 69.72º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEDB28 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 40 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.14 |
| HSL | 69.72º | 0.71% | 0.51% | - |
| HSV(B) | 69.72º | 0.82% | 0.86% | - |
| XYZ | 46.95 | 61.76 | 11.45 | - |
| YUV | 189.92 | 43.39 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 40 | 0.13 | 0 | 0.82 | 0.14 | 69.72 | 0.71 | 0.51 |
| Hex | BE | DB | 28 | D | 0 | 52 | E | 46 | 47 | 33 |
| Octal | 276 | 333 | 50 | 15 | 0 | 122 | 16 | 106 | 107 | 63 |
| Binary | 10111110 | 11011011 | 101000 | 1101 | 0 | 1010010 | 1110 | 1000110 | 1000111 | 110011 |
Color Harmonies of #BEDB28
Complementary color
Monochromatic Colors of #BEDB28
Black with #BEDB28
Text Example
Text Example
White with #BEDB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB28; }
p { color: rgb(190,219,40); }
H1.HeaderClassName
{
color: #BEDB28;
}
.AnyTagClassName
{
color: #BEDB28;
}
</style>
background-color css
<style>
a { background-color: #BEDB28; }
a { background-color: rgb(190,219,40); }
div.DivClassName
{
background-color: #BEDB28;
}
.BgClassName
{
background-color: #BEDB28;
}
</style>
border-color css
<style>
span { border-color: #BEDB28; }
span { border-color: rgb(190,219,40); }
td.TdClassName
{
border-color: #BEDB28;
}
.TagClassName
{
border-color: #BEDB28;
}
</style>