Shades of Fuego #B3E62F
Tints of Fuego #B3E62F
RGB
CMYK
RGB Variations
Color information
#B3E62F (or 0xB3E62F) is known color: Fuego. HEX triplet: B3, E6 and 2F. RGB value is (179,230,47). Sum of RGB (Red+Green+Blue) = 179+230+47=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 230 (90.23% from 255 or 50.44% from 456); Blue value is 47 (18.75% from 255 or 10.31% from 456); Max value from RGB is 230 - color contains mainly: green. Hex color #B3E62F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B3E62F is #4C19D0. Grayscale: #C2C2C2. Windows color (decimal): -4987345 or 3139251. OLE color: 3139251.
HSL color Cylindrical-coordinate representation of color #B3E62F: hue angle of 76.72º 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 #B3E62F is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 230 | 47 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.10 |
| HSL | 76.72º | 0.79% | 0.54% | - |
| HSV(B) | 76.72º | 0.8% | 0.9% | - |
| XYZ | 47.4 | 66.38 | 13 | - |
| YUV | 193.89 | 45.1 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 230 | 47 | 0.22 | 0 | 0.80 | 0.10 | 76.72 | 0.79 | 0.54 |
| Hex | B3 | E6 | 2F | 16 | 0 | 50 | A | 4D | 4F | 36 |
| Octal | 263 | 346 | 57 | 26 | 0 | 120 | 12 | 115 | 117 | 66 |
| Binary | 10110011 | 11100110 | 101111 | 10110 | 0 | 1010000 | 1010 | 1001101 | 1001111 | 110110 |
Color Harmonies of #B3E62F
Complementary color
Monochromatic Colors of #B3E62F
Black with #B3E62F
Text Example
Text Example
White with #B3E62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E62F; }
p { color: rgb(179,230,47); }
H1.HeaderClassName
{
color: #B3E62F;
}
.AnyTagClassName
{
color: #B3E62F;
}
</style>
background-color css
<style>
a { background-color: #B3E62F; }
a { background-color: rgb(179,230,47); }
div.DivClassName
{
background-color: #B3E62F;
}
.BgClassName
{
background-color: #B3E62F;
}
</style>
border-color css
<style>
span { border-color: #B3E62F; }
span { border-color: rgb(179,230,47); }
td.TdClassName
{
border-color: #B3E62F;
}
.TagClassName
{
border-color: #B3E62F;
}
</style>