Shades of Fuego #B6DB2E
Tints of Fuego #B6DB2E
RGB
CMYK
RGB Variations
Color information
#B6DB2E (or 0xB6DB2E) is known color: Fuego. HEX triplet: B6, DB and 2E. RGB value is (182,219,46). Sum of RGB (Red+Green+Blue) = 182+219+46=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 46 (18.36% from 255 or 10.29% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DB2E is #4924D1. Grayscale: #BCBCBC. Windows color (decimal): -4793554 or 3070902. OLE color: 3070902.
HSL color Cylindrical-coordinate representation of color #B6DB2E: hue angle of 72.83º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B6DB2E is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 219 | 46 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.14 |
| HSL | 72.83º | 0.71% | 0.52% | - |
| HSV(B) | 72.83º | 0.79% | 0.86% | - |
| XYZ | 45.12 | 60.81 | 11.94 | - |
| YUV | 188.22 | 47.74 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 219 | 46 | 0.17 | 0 | 0.79 | 0.14 | 72.83 | 0.71 | 0.52 |
| Hex | B6 | DB | 2E | 11 | 0 | 4F | E | 49 | 47 | 34 |
| Octal | 266 | 333 | 56 | 21 | 0 | 117 | 16 | 111 | 107 | 64 |
| Binary | 10110110 | 11011011 | 101110 | 10001 | 0 | 1001111 | 1110 | 1001001 | 1000111 | 110100 |
Color Harmonies of #B6DB2E
Complementary color
Monochromatic Colors of #B6DB2E
Black with #B6DB2E
Text Example
Text Example
White with #B6DB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DB2E; }
p { color: rgb(182,219,46); }
H1.HeaderClassName
{
color: #B6DB2E;
}
.AnyTagClassName
{
color: #B6DB2E;
}
</style>
background-color css
<style>
a { background-color: #B6DB2E; }
a { background-color: rgb(182,219,46); }
div.DivClassName
{
background-color: #B6DB2E;
}
.BgClassName
{
background-color: #B6DB2E;
}
</style>
border-color css
<style>
span { border-color: #B6DB2E; }
span { border-color: rgb(182,219,46); }
td.TdClassName
{
border-color: #B6DB2E;
}
.TagClassName
{
border-color: #B6DB2E;
}
</style>