Shades of Fuego #BEE725
Tints of Fuego #BEE725
RGB
CMYK
RGB Variations
Color information
#BEE725 (or 0xBEE725) is known color: Fuego. HEX triplet: BE, E7 and 25. RGB value is (190,231,37). Sum of RGB (Red+Green+Blue) = 190+231+37=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 231 (90.62% from 255 or 50.44% from 458); Blue value is 37 (14.84% from 255 or 8.08% from 458); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE725 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE725 is #4118DA. Grayscale: #C5C5C5. Windows color (decimal): -4266203 or 2484158. OLE color: 2484158.
HSL color Cylindrical-coordinate representation of color #BEE725: hue angle of 72.68º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BEE725 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 231 | 37 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.09 |
| HSL | 72.68º | 0.8% | 0.53% | - |
| HSV(B) | 72.68º | 0.84% | 0.91% | - |
| XYZ | 50.15 | 68.23 | 12.28 | - |
| YUV | 196.63 | 37.92 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 231 | 37 | 0.18 | 0 | 0.84 | 0.09 | 72.68 | 0.8 | 0.53 |
| Hex | BE | E7 | 25 | 12 | 0 | 54 | 9 | 49 | 50 | 35 |
| Octal | 276 | 347 | 45 | 22 | 0 | 124 | 11 | 111 | 120 | 65 |
| Binary | 10111110 | 11100111 | 100101 | 10010 | 0 | 1010100 | 1001 | 1001001 | 1010000 | 110101 |
Color Harmonies of #BEE725
Complementary color
Monochromatic Colors of #BEE725
Black with #BEE725
Text Example
Text Example
White with #BEE725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE725; }
p { color: rgb(190,231,37); }
H1.HeaderClassName
{
color: #BEE725;
}
.AnyTagClassName
{
color: #BEE725;
}
</style>
background-color css
<style>
a { background-color: #BEE725; }
a { background-color: rgb(190,231,37); }
div.DivClassName
{
background-color: #BEE725;
}
.BgClassName
{
background-color: #BEE725;
}
</style>
border-color css
<style>
span { border-color: #BEE725; }
span { border-color: rgb(190,231,37); }
td.TdClassName
{
border-color: #BEE725;
}
.TagClassName
{
border-color: #BEE725;
}
</style>