Shades of Fuego #BEDF2D
Tints of Fuego #BEDF2D
RGB
CMYK
RGB Variations
Color information
#BEDF2D (or 0xBEDF2D) is known color: Fuego. HEX triplet: BE, DF and 2D. RGB value is (190,223,45). Sum of RGB (Red+Green+Blue) = 190+223+45=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDF2D is #4120D2. Grayscale: #C1C1C1. Windows color (decimal): -4268243 or 3006398. OLE color: 3006398.
HSL color Cylindrical-coordinate representation of color #BEDF2D: hue angle of 71.12º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEDF2D is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 45 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.13 |
| HSL | 71.12º | 0.74% | 0.53% | - |
| HSV(B) | 71.12º | 0.8% | 0.87% | - |
| XYZ | 48.1 | 63.91 | 12.28 | - |
| YUV | 192.84 | 44.57 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 45 | 0.15 | 0 | 0.80 | 0.13 | 71.12 | 0.74 | 0.53 |
| Hex | BE | DF | 2D | F | 0 | 50 | D | 47 | 4A | 35 |
| Octal | 276 | 337 | 55 | 17 | 0 | 120 | 15 | 107 | 112 | 65 |
| Binary | 10111110 | 11011111 | 101101 | 1111 | 0 | 1010000 | 1101 | 1000111 | 1001010 | 110101 |
Color Harmonies of #BEDF2D
Complementary color
Monochromatic Colors of #BEDF2D
Black with #BEDF2D
Text Example
Text Example
White with #BEDF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDF2D; }
p { color: rgb(190,223,45); }
H1.HeaderClassName
{
color: #BEDF2D;
}
.AnyTagClassName
{
color: #BEDF2D;
}
</style>
background-color css
<style>
a { background-color: #BEDF2D; }
a { background-color: rgb(190,223,45); }
div.DivClassName
{
background-color: #BEDF2D;
}
.BgClassName
{
background-color: #BEDF2D;
}
</style>
border-color css
<style>
span { border-color: #BEDF2D; }
span { border-color: rgb(190,223,45); }
td.TdClassName
{
border-color: #BEDF2D;
}
.TagClassName
{
border-color: #BEDF2D;
}
</style>