Shades of Fuego #B9EA2E
Tints of Fuego #B9EA2E
RGB
CMYK
RGB Variations
Color information
#B9EA2E (or 0xB9EA2E) is known color: Fuego. HEX triplet: B9, EA and 2E. RGB value is (185,234,46). Sum of RGB (Red+Green+Blue) = 185+234+46=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EA2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9EA2E is #4615D1. Grayscale: #C6C6C6. Windows color (decimal): -4593106 or 3074745. OLE color: 3074745.
HSL color Cylindrical-coordinate representation of color #B9EA2E: hue angle of 75.64º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9EA2E is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 234 | 46 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.08 |
| HSL | 75.64º | 0.82% | 0.55% | - |
| HSV(B) | 75.64º | 0.8% | 0.92% | - |
| XYZ | 49.92 | 69.36 | 13.34 | - |
| YUV | 197.92 | 42.27 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 234 | 46 | 0.21 | 0 | 0.80 | 0.08 | 75.64 | 0.82 | 0.55 |
| Hex | B9 | EA | 2E | 15 | 0 | 50 | 8 | 4C | 52 | 37 |
| Octal | 271 | 352 | 56 | 25 | 0 | 120 | 10 | 114 | 122 | 67 |
| Binary | 10111001 | 11101010 | 101110 | 10101 | 0 | 1010000 | 1000 | 1001100 | 1010010 | 110111 |
Color Harmonies of #B9EA2E
Complementary color
Monochromatic Colors of #B9EA2E
Black with #B9EA2E
Text Example
Text Example
White with #B9EA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EA2E; }
p { color: rgb(185,234,46); }
H1.HeaderClassName
{
color: #B9EA2E;
}
.AnyTagClassName
{
color: #B9EA2E;
}
</style>
background-color css
<style>
a { background-color: #B9EA2E; }
a { background-color: rgb(185,234,46); }
div.DivClassName
{
background-color: #B9EA2E;
}
.BgClassName
{
background-color: #B9EA2E;
}
</style>
border-color css
<style>
span { border-color: #B9EA2E; }
span { border-color: rgb(185,234,46); }
td.TdClassName
{
border-color: #B9EA2E;
}
.TagClassName
{
border-color: #B9EA2E;
}
</style>