Shades of Fuego #B6DF2A
Tints of Fuego #B6DF2A
RGB
CMYK
RGB Variations
Color information
#B6DF2A (or 0xB6DF2A) is known color: Fuego. HEX triplet: B6, DF and 2A. RGB value is (182,223,42). Sum of RGB (Red+Green+Blue) = 182+223+42=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 42 (16.80% from 255 or 9.40% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DF2A is #4920D5. Grayscale: #BEBEBE. Windows color (decimal): -4792534 or 2809782. OLE color: 2809782.
HSL color Cylindrical-coordinate representation of color #B6DF2A: hue angle of 73.59º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6DF2A is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 223 | 42 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.13 |
| HSL | 73.59º | 0.74% | 0.52% | - |
| HSV(B) | 73.59º | 0.81% | 0.87% | - |
| XYZ | 46.1 | 62.89 | 11.9 | - |
| YUV | 190.11 | 44.42 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 223 | 42 | 0.18 | 0 | 0.81 | 0.13 | 73.59 | 0.74 | 0.52 |
| Hex | B6 | DF | 2A | 12 | 0 | 51 | D | 4A | 4A | 34 |
| Octal | 266 | 337 | 52 | 22 | 0 | 121 | 15 | 112 | 112 | 64 |
| Binary | 10110110 | 11011111 | 101010 | 10010 | 0 | 1010001 | 1101 | 1001010 | 1001010 | 110100 |
Color Harmonies of #B6DF2A
Complementary color
Monochromatic Colors of #B6DF2A
Black with #B6DF2A
Text Example
Text Example
White with #B6DF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DF2A; }
p { color: rgb(182,223,42); }
H1.HeaderClassName
{
color: #B6DF2A;
}
.AnyTagClassName
{
color: #B6DF2A;
}
</style>
background-color css
<style>
a { background-color: #B6DF2A; }
a { background-color: rgb(182,223,42); }
div.DivClassName
{
background-color: #B6DF2A;
}
.BgClassName
{
background-color: #B6DF2A;
}
</style>
border-color css
<style>
span { border-color: #B6DF2A; }
span { border-color: rgb(182,223,42); }
td.TdClassName
{
border-color: #B6DF2A;
}
.TagClassName
{
border-color: #B6DF2A;
}
</style>