Shades of Fuego #BEEA28
Tints of Fuego #BEEA28
RGB
CMYK
RGB Variations
Color information
#BEEA28 (or 0xBEEA28) is known color: Fuego. HEX triplet: BE, EA and 28. RGB value is (190,234,40). Sum of RGB (Red+Green+Blue) = 190+234+40=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEEA28 is #4115D7. Grayscale: #C7C7C7. Windows color (decimal): -4265432 or 2681534. OLE color: 2681534.
HSL color Cylindrical-coordinate representation of color #BEEA28: hue angle of 73.61º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEEA28 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 234 | 40 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.08 |
| HSL | 73.61º | 0.82% | 0.54% | - |
| HSV(B) | 73.61º | 0.83% | 0.92% | - |
| XYZ | 51.04 | 69.95 | 12.82 | - |
| YUV | 198.73 | 38.42 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 40 | 0.19 | 0 | 0.83 | 0.08 | 73.61 | 0.82 | 0.54 |
| Hex | BE | EA | 28 | 13 | 0 | 53 | 8 | 4A | 52 | 36 |
| Octal | 276 | 352 | 50 | 23 | 0 | 123 | 10 | 112 | 122 | 66 |
| Binary | 10111110 | 11101010 | 101000 | 10011 | 0 | 1010011 | 1000 | 1001010 | 1010010 | 110110 |
Color Harmonies of #BEEA28
Complementary color
Monochromatic Colors of #BEEA28
Black with #BEEA28
Text Example
Text Example
White with #BEEA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEA28; }
p { color: rgb(190,234,40); }
H1.HeaderClassName
{
color: #BEEA28;
}
.AnyTagClassName
{
color: #BEEA28;
}
</style>
background-color css
<style>
a { background-color: #BEEA28; }
a { background-color: rgb(190,234,40); }
div.DivClassName
{
background-color: #BEEA28;
}
.BgClassName
{
background-color: #BEEA28;
}
</style>
border-color css
<style>
span { border-color: #BEEA28; }
span { border-color: rgb(190,234,40); }
td.TdClassName
{
border-color: #BEEA28;
}
.TagClassName
{
border-color: #BEEA28;
}
</style>