Shades of Fuego #BEE72C
Tints of Fuego #BEE72C
RGB
CMYK
RGB Variations
Color information
#BEE72C (or 0xBEE72C) is known color: Fuego. HEX triplet: BE, E7 and 2C. RGB value is (190,231,44). Sum of RGB (Red+Green+Blue) = 190+231+44=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 231 (90.62% from 255 or 49.68% from 465); Blue value is 44 (17.58% from 255 or 9.46% from 465); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE72C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE72C is #4118D3. Grayscale: #C6C6C6. Windows color (decimal): -4266196 or 2942910. OLE color: 2942910.
HSL color Cylindrical-coordinate representation of color #BEE72C: hue angle of 73.16º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEE72C is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 231 | 44 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.09 |
| HSL | 73.16º | 0.8% | 0.54% | - |
| HSV(B) | 73.16º | 0.81% | 0.91% | - |
| XYZ | 50.27 | 68.28 | 12.91 | - |
| YUV | 197.42 | 41.42 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 231 | 44 | 0.18 | 0 | 0.81 | 0.09 | 73.16 | 0.8 | 0.54 |
| Hex | BE | E7 | 2C | 12 | 0 | 51 | 9 | 49 | 50 | 36 |
| Octal | 276 | 347 | 54 | 22 | 0 | 121 | 11 | 111 | 120 | 66 |
| Binary | 10111110 | 11100111 | 101100 | 10010 | 0 | 1010001 | 1001 | 1001001 | 1010000 | 110110 |
Color Harmonies of #BEE72C
Complementary color
Monochromatic Colors of #BEE72C
Black with #BEE72C
Text Example
Text Example
White with #BEE72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE72C; }
p { color: rgb(190,231,44); }
H1.HeaderClassName
{
color: #BEE72C;
}
.AnyTagClassName
{
color: #BEE72C;
}
</style>
background-color css
<style>
a { background-color: #BEE72C; }
a { background-color: rgb(190,231,44); }
div.DivClassName
{
background-color: #BEE72C;
}
.BgClassName
{
background-color: #BEE72C;
}
</style>
border-color css
<style>
span { border-color: #BEE72C; }
span { border-color: rgb(190,231,44); }
td.TdClassName
{
border-color: #BEE72C;
}
.TagClassName
{
border-color: #BEE72C;
}
</style>