Shades of Fuego #B6DF2E
Tints of Fuego #B6DF2E
RGB
CMYK
RGB Variations
Color information
#B6DF2E (or 0xB6DF2E) is known color: Fuego. HEX triplet: B6, DF and 2E. RGB value is (182,223,46). Sum of RGB (Red+Green+Blue) = 182+223+46=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 46 (18.36% from 255 or 10.20% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DF2E is #4920D1. Grayscale: #BFBFBF. Windows color (decimal): -4792530 or 3071926. OLE color: 3071926.
HSL color Cylindrical-coordinate representation of color #B6DF2E: hue angle of 73.9º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B6DF2E is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 223 | 46 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.13 |
| HSL | 73.9º | 0.73% | 0.53% | - |
| HSV(B) | 73.9º | 0.79% | 0.87% | - |
| XYZ | 46.17 | 62.92 | 12.3 | - |
| YUV | 190.56 | 46.42 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 223 | 46 | 0.18 | 0 | 0.79 | 0.13 | 73.9 | 0.73 | 0.53 |
| Hex | B6 | DF | 2E | 12 | 0 | 4F | D | 4A | 49 | 35 |
| Octal | 266 | 337 | 56 | 22 | 0 | 117 | 15 | 112 | 111 | 65 |
| Binary | 10110110 | 11011111 | 101110 | 10010 | 0 | 1001111 | 1101 | 1001010 | 1001001 | 110101 |
Color Harmonies of #B6DF2E
Complementary color
Monochromatic Colors of #B6DF2E
Black with #B6DF2E
Text Example
Text Example
White with #B6DF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DF2E; }
p { color: rgb(182,223,46); }
H1.HeaderClassName
{
color: #B6DF2E;
}
.AnyTagClassName
{
color: #B6DF2E;
}
</style>
background-color css
<style>
a { background-color: #B6DF2E; }
a { background-color: rgb(182,223,46); }
div.DivClassName
{
background-color: #B6DF2E;
}
.BgClassName
{
background-color: #B6DF2E;
}
</style>
border-color css
<style>
span { border-color: #B6DF2E; }
span { border-color: rgb(182,223,46); }
td.TdClassName
{
border-color: #B6DF2E;
}
.TagClassName
{
border-color: #B6DF2E;
}
</style>