Shades of Fuego #B6DF2D
Tints of Fuego #B6DF2D
RGB
CMYK
RGB Variations
Color information
#B6DF2D (or 0xB6DF2D) is known color: Fuego. HEX triplet: B6, DF and 2D. RGB value is (182,223,45). Sum of RGB (Red+Green+Blue) = 182+223+45=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 45 (17.97% from 255 or 10% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DF2D is #4920D2. Grayscale: #BFBFBF. Windows color (decimal): -4792531 or 3006390. OLE color: 3006390.
HSL color Cylindrical-coordinate representation of color #B6DF2D: hue angle of 73.82º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6DF2D is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 223 | 45 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.13 |
| HSL | 73.82º | 0.74% | 0.53% | - |
| HSV(B) | 73.82º | 0.8% | 0.87% | - |
| XYZ | 46.15 | 62.91 | 12.19 | - |
| YUV | 190.45 | 45.92 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 223 | 45 | 0.18 | 0 | 0.80 | 0.13 | 73.82 | 0.74 | 0.53 |
| Hex | B6 | DF | 2D | 12 | 0 | 50 | D | 4A | 4A | 35 |
| Octal | 266 | 337 | 55 | 22 | 0 | 120 | 15 | 112 | 112 | 65 |
| Binary | 10110110 | 11011111 | 101101 | 10010 | 0 | 1010000 | 1101 | 1001010 | 1001010 | 110101 |
Color Harmonies of #B6DF2D
Complementary color
Monochromatic Colors of #B6DF2D
Black with #B6DF2D
Text Example
Text Example
White with #B6DF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DF2D; }
p { color: rgb(182,223,45); }
H1.HeaderClassName
{
color: #B6DF2D;
}
.AnyTagClassName
{
color: #B6DF2D;
}
</style>
background-color css
<style>
a { background-color: #B6DF2D; }
a { background-color: rgb(182,223,45); }
div.DivClassName
{
background-color: #B6DF2D;
}
.BgClassName
{
background-color: #B6DF2D;
}
</style>
border-color css
<style>
span { border-color: #B6DF2D; }
span { border-color: rgb(182,223,45); }
td.TdClassName
{
border-color: #B6DF2D;
}
.TagClassName
{
border-color: #B6DF2D;
}
</style>