Shades of Fuego #BEDA23
Tints of Fuego #BEDA23
RGB
CMYK
RGB Variations
Color information
#BEDA23 (or 0xBEDA23) is known color: Fuego. HEX triplet: BE, DA and 23. RGB value is (190,218,35). Sum of RGB (Red+Green+Blue) = 190+218+35=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 35 (14.06% from 255 or 7.90% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDA23 is #4125DC. Grayscale: #BDBDBD. Windows color (decimal): -4269533 or 2349758. OLE color: 2349758.
HSL color Cylindrical-coordinate representation of color #BEDA23: hue angle of 69.18º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BEDA23 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 218 | 35 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.15 |
| HSL | 69.18º | 0.72% | 0.5% | - |
| HSV(B) | 69.18º | 0.84% | 0.85% | - |
| XYZ | 46.61 | 61.21 | 10.95 | - |
| YUV | 188.77 | 41.22 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 218 | 35 | 0.13 | 0 | 0.84 | 0.15 | 69.18 | 0.72 | 0.5 |
| Hex | BE | DA | 23 | D | 0 | 54 | F | 45 | 48 | 32 |
| Octal | 276 | 332 | 43 | 15 | 0 | 124 | 17 | 105 | 110 | 62 |
| Binary | 10111110 | 11011010 | 100011 | 1101 | 0 | 1010100 | 1111 | 1000101 | 1001000 | 110010 |
Color Harmonies of #BEDA23
Complementary color
Monochromatic Colors of #BEDA23
Black with #BEDA23
Text Example
Text Example
White with #BEDA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDA23; }
p { color: rgb(190,218,35); }
H1.HeaderClassName
{
color: #BEDA23;
}
.AnyTagClassName
{
color: #BEDA23;
}
</style>
background-color css
<style>
a { background-color: #BEDA23; }
a { background-color: rgb(190,218,35); }
div.DivClassName
{
background-color: #BEDA23;
}
.BgClassName
{
background-color: #BEDA23;
}
</style>
border-color css
<style>
span { border-color: #BEDA23; }
span { border-color: rgb(190,218,35); }
td.TdClassName
{
border-color: #BEDA23;
}
.TagClassName
{
border-color: #BEDA23;
}
</style>