Shades of Fuego #B6DB28
Tints of Fuego #B6DB28
RGB
CMYK
RGB Variations
Color information
#B6DB28 (or 0xB6DB28) is known color: Fuego. HEX triplet: B6, DB and 28. RGB value is (182,219,40). Sum of RGB (Red+Green+Blue) = 182+219+40=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DB28 is #4924D7. Grayscale: #BCBCBC. Windows color (decimal): -4793560 or 2677686. OLE color: 2677686.
HSL color Cylindrical-coordinate representation of color #B6DB28: hue angle of 72.4º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B6DB28 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 219 | 40 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.14 |
| HSL | 72.4º | 0.71% | 0.51% | - |
| HSV(B) | 72.4º | 0.82% | 0.86% | - |
| XYZ | 45.01 | 60.76 | 11.36 | - |
| YUV | 187.53 | 44.74 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 219 | 40 | 0.17 | 0 | 0.82 | 0.14 | 72.4 | 0.71 | 0.51 |
| Hex | B6 | DB | 28 | 11 | 0 | 52 | E | 48 | 47 | 33 |
| Octal | 266 | 333 | 50 | 21 | 0 | 122 | 16 | 110 | 107 | 63 |
| Binary | 10110110 | 11011011 | 101000 | 10001 | 0 | 1010010 | 1110 | 1001000 | 1000111 | 110011 |
Color Harmonies of #B6DB28
Complementary color
Monochromatic Colors of #B6DB28
Black with #B6DB28
Text Example
Text Example
White with #B6DB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DB28; }
p { color: rgb(182,219,40); }
H1.HeaderClassName
{
color: #B6DB28;
}
.AnyTagClassName
{
color: #B6DB28;
}
</style>
background-color css
<style>
a { background-color: #B6DB28; }
a { background-color: rgb(182,219,40); }
div.DivClassName
{
background-color: #B6DB28;
}
.BgClassName
{
background-color: #B6DB28;
}
</style>
border-color css
<style>
span { border-color: #B6DB28; }
span { border-color: rgb(182,219,40); }
td.TdClassName
{
border-color: #B6DB28;
}
.TagClassName
{
border-color: #B6DB28;
}
</style>