Shades of Fuego #BEEC29
Tints of Fuego #BEEC29
RGB
CMYK
RGB Variations
Color information
#BEEC29 (or 0xBEEC29) is known color: Fuego. HEX triplet: BE, EC and 29. RGB value is (190,236,41). Sum of RGB (Red+Green+Blue) = 190+236+41=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 41 (16.41% from 255 or 8.78% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #BEEC29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEEC29 is #4113D6. Grayscale: #C8C8C8. Windows color (decimal): -4264919 or 2747582. OLE color: 2747582.
HSL color Cylindrical-coordinate representation of color #BEEC29: hue angle of 74.15º degrees, saturation: 0.84, 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 #BEEC29 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 41 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.07 |
| HSL | 74.15º | 0.84% | 0.54% | - |
| HSV(B) | 74.15º | 0.83% | 0.93% | - |
| XYZ | 51.63 | 71.1 | 13.1 | - |
| YUV | 200.02 | 38.26 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 41 | 0.19 | 0 | 0.83 | 0.07 | 74.15 | 0.84 | 0.54 |
| Hex | BE | EC | 29 | 13 | 0 | 53 | 7 | 4A | 54 | 36 |
| Octal | 276 | 354 | 51 | 23 | 0 | 123 | 7 | 112 | 124 | 66 |
| Binary | 10111110 | 11101100 | 101001 | 10011 | 0 | 1010011 | 111 | 1001010 | 1010100 | 110110 |
Color Harmonies of #BEEC29
Complementary color
Monochromatic Colors of #BEEC29
Black with #BEEC29
Text Example
Text Example
White with #BEEC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEC29; }
p { color: rgb(190,236,41); }
H1.HeaderClassName
{
color: #BEEC29;
}
.AnyTagClassName
{
color: #BEEC29;
}
</style>
background-color css
<style>
a { background-color: #BEEC29; }
a { background-color: rgb(190,236,41); }
div.DivClassName
{
background-color: #BEEC29;
}
.BgClassName
{
background-color: #BEEC29;
}
</style>
border-color css
<style>
span { border-color: #BEEC29; }
span { border-color: rgb(190,236,41); }
td.TdClassName
{
border-color: #BEEC29;
}
.TagClassName
{
border-color: #BEEC29;
}
</style>