Shades of Fuego #B3E62E
Tints of Fuego #B3E62E
RGB
CMYK
RGB Variations
Color information
#B3E62E (or 0xB3E62E) is known color: Fuego. HEX triplet: B3, E6 and 2E. RGB value is (179,230,46). Sum of RGB (Red+Green+Blue) = 179+230+46=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 230 (90.23% from 255 or 50.55% from 455); Blue value is 46 (18.36% from 255 or 10.11% from 455); Max value from RGB is 230 - color contains mainly: green. Hex color #B3E62E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B3E62E is #4C19D1. Grayscale: #C2C2C2. Windows color (decimal): -4987346 or 3073715. OLE color: 3073715.
HSL color Cylindrical-coordinate representation of color #B3E62E: hue angle of 76.63º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B3E62E is Cyan = 0.22, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 230 | 46 | - |
| CMYK | 0.22 | 0 | 0.8 | 0.10 |
| HSL | 76.63º | 0.79% | 0.54% | - |
| HSV(B) | 76.63º | 0.8% | 0.9% | - |
| XYZ | 47.38 | 66.37 | 12.9 | - |
| YUV | 193.78 | 44.6 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 230 | 46 | 0.22 | 0 | 0.8 | 0.10 | 76.63 | 0.79 | 0.54 |
| Hex | B3 | E6 | 2E | 16 | 0 | 50 | A | 4D | 4F | 36 |
| Octal | 263 | 346 | 56 | 26 | 0 | 120 | 12 | 115 | 117 | 66 |
| Binary | 10110011 | 11100110 | 101110 | 10110 | 0 | 1010000 | 1010 | 1001101 | 1001111 | 110110 |
Color Harmonies of #B3E62E
Complementary color
Monochromatic Colors of #B3E62E
Black with #B3E62E
Text Example
Text Example
White with #B3E62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E62E; }
p { color: rgb(179,230,46); }
H1.HeaderClassName
{
color: #B3E62E;
}
.AnyTagClassName
{
color: #B3E62E;
}
</style>
background-color css
<style>
a { background-color: #B3E62E; }
a { background-color: rgb(179,230,46); }
div.DivClassName
{
background-color: #B3E62E;
}
.BgClassName
{
background-color: #B3E62E;
}
</style>
border-color css
<style>
span { border-color: #B3E62E; }
span { border-color: rgb(179,230,46); }
td.TdClassName
{
border-color: #B3E62E;
}
.TagClassName
{
border-color: #B3E62E;
}
</style>