Shades of Fuego #BEE62C
Tints of Fuego #BEE62C
RGB
CMYK
RGB Variations
Color information
#BEE62C (or 0xBEE62C) is known color: Fuego. HEX triplet: BE, E6 and 2C. RGB value is (190,230,44). Sum of RGB (Red+Green+Blue) = 190+230+44=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 44 (17.58% from 255 or 9.48% from 464); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE62C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE62C is #4119D3. Grayscale: #C5C5C5. Windows color (decimal): -4266452 or 2942654. OLE color: 2942654.
HSL color Cylindrical-coordinate representation of color #BEE62C: hue angle of 72.9º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEE62C is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 44 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.10 |
| HSL | 72.9º | 0.79% | 0.54% | - |
| HSV(B) | 72.9º | 0.81% | 0.9% | - |
| XYZ | 49.99 | 67.72 | 12.82 | - |
| YUV | 196.84 | 41.75 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 44 | 0.17 | 0 | 0.81 | 0.10 | 72.9 | 0.79 | 0.54 |
| Hex | BE | E6 | 2C | 11 | 0 | 51 | A | 49 | 4F | 36 |
| Octal | 276 | 346 | 54 | 21 | 0 | 121 | 12 | 111 | 117 | 66 |
| Binary | 10111110 | 11100110 | 101100 | 10001 | 0 | 1010001 | 1010 | 1001001 | 1001111 | 110110 |
Color Harmonies of #BEE62C
Complementary color
Monochromatic Colors of #BEE62C
Black with #BEE62C
Text Example
Text Example
White with #BEE62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE62C; }
p { color: rgb(190,230,44); }
H1.HeaderClassName
{
color: #BEE62C;
}
.AnyTagClassName
{
color: #BEE62C;
}
</style>
background-color css
<style>
a { background-color: #BEE62C; }
a { background-color: rgb(190,230,44); }
div.DivClassName
{
background-color: #BEE62C;
}
.BgClassName
{
background-color: #BEE62C;
}
</style>
border-color css
<style>
span { border-color: #BEE62C; }
span { border-color: rgb(190,230,44); }
td.TdClassName
{
border-color: #BEE62C;
}
.TagClassName
{
border-color: #BEE62C;
}
</style>