Shades of Fuego #BEE527
Tints of Fuego #BEE527
RGB
CMYK
RGB Variations
Color information
#BEE527 (or 0xBEE527) is known color: Fuego. HEX triplet: BE, E5 and 27. RGB value is (190,229,39). Sum of RGB (Red+Green+Blue) = 190+229+39=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 39 (15.62% from 255 or 8.52% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE527 is #411AD8. Grayscale: #C4C4C4. Windows color (decimal): -4266713 or 2614718. OLE color: 2614718.
HSL color Cylindrical-coordinate representation of color #BEE527: hue angle of 72.32º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEE527 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 39 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.10 |
| HSL | 72.32º | 0.79% | 0.53% | - |
| HSV(B) | 72.32º | 0.83% | 0.9% | - |
| XYZ | 49.62 | 67.13 | 12.26 | - |
| YUV | 195.68 | 39.58 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 39 | 0.17 | 0 | 0.83 | 0.10 | 72.32 | 0.79 | 0.53 |
| Hex | BE | E5 | 27 | 11 | 0 | 53 | A | 48 | 4F | 35 |
| Octal | 276 | 345 | 47 | 21 | 0 | 123 | 12 | 110 | 117 | 65 |
| Binary | 10111110 | 11100101 | 100111 | 10001 | 0 | 1010011 | 1010 | 1001000 | 1001111 | 110101 |
Color Harmonies of #BEE527
Complementary color
Monochromatic Colors of #BEE527
Black with #BEE527
Text Example
Text Example
White with #BEE527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE527; }
p { color: rgb(190,229,39); }
H1.HeaderClassName
{
color: #BEE527;
}
.AnyTagClassName
{
color: #BEE527;
}
</style>
background-color css
<style>
a { background-color: #BEE527; }
a { background-color: rgb(190,229,39); }
div.DivClassName
{
background-color: #BEE527;
}
.BgClassName
{
background-color: #BEE527;
}
</style>
border-color css
<style>
span { border-color: #BEE527; }
span { border-color: rgb(190,229,39); }
td.TdClassName
{
border-color: #BEE527;
}
.TagClassName
{
border-color: #BEE527;
}
</style>