Shades of Fuego #BEDF21
Tints of Fuego #BEDF21
RGB
CMYK
RGB Variations
Color information
#BEDF21 (or 0xBEDF21) is known color: Fuego. HEX triplet: BE, DF and 21. RGB value is (190,223,33). Sum of RGB (Red+Green+Blue) = 190+223+33=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDF21 is #4120DE. Grayscale: #C0C0C0. Windows color (decimal): -4268255 or 2219966. OLE color: 2219966.
HSL color Cylindrical-coordinate representation of color #BEDF21: hue angle of 70.42º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEDF21 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 33 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.13 |
| HSL | 70.42º | 0.75% | 0.5% | - |
| HSV(B) | 70.42º | 0.85% | 0.87% | - |
| XYZ | 47.9 | 63.83 | 11.24 | - |
| YUV | 191.47 | 38.57 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 33 | 0.15 | 0 | 0.85 | 0.13 | 70.42 | 0.75 | 0.5 |
| Hex | BE | DF | 21 | F | 0 | 55 | D | 46 | 4B | 32 |
| Octal | 276 | 337 | 41 | 17 | 0 | 125 | 15 | 106 | 113 | 62 |
| Binary | 10111110 | 11011111 | 100001 | 1111 | 0 | 1010101 | 1101 | 1000110 | 1001011 | 110010 |
Color Harmonies of #BEDF21
Complementary color
Monochromatic Colors of #BEDF21
Black with #BEDF21
Text Example
Text Example
White with #BEDF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDF21; }
p { color: rgb(190,223,33); }
H1.HeaderClassName
{
color: #BEDF21;
}
.AnyTagClassName
{
color: #BEDF21;
}
</style>
background-color css
<style>
a { background-color: #BEDF21; }
a { background-color: rgb(190,223,33); }
div.DivClassName
{
background-color: #BEDF21;
}
.BgClassName
{
background-color: #BEDF21;
}
</style>
border-color css
<style>
span { border-color: #BEDF21; }
span { border-color: rgb(190,223,33); }
td.TdClassName
{
border-color: #BEDF21;
}
.TagClassName
{
border-color: #BEDF21;
}
</style>