Shades of Fuego #B2DB2E
Tints of Fuego #B2DB2E
RGB
CMYK
RGB Variations
Color information
#B2DB2E (or 0xB2DB2E) is known color: Fuego. HEX triplet: B2, DB and 2E. RGB value is (178,219,46). Sum of RGB (Red+Green+Blue) = 178+219+46=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 46 (18.36% from 255 or 10.38% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DB2E is #4D24D1. Grayscale: #BBBBBB. Windows color (decimal): -5055698 or 3070898. OLE color: 3070898.
HSL color Cylindrical-coordinate representation of color #B2DB2E: hue angle of 74.22º 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 #B2DB2E is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 46 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.14 |
| HSL | 74.22º | 0.71% | 0.52% | - |
| HSV(B) | 74.22º | 0.79% | 0.86% | - |
| XYZ | 44.18 | 60.33 | 11.9 | - |
| YUV | 187.02 | 48.42 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 46 | 0.19 | 0 | 0.79 | 0.14 | 74.22 | 0.71 | 0.52 |
| Hex | B2 | DB | 2E | 13 | 0 | 4F | E | 4A | 47 | 34 |
| Octal | 262 | 333 | 56 | 23 | 0 | 117 | 16 | 112 | 107 | 64 |
| Binary | 10110010 | 11011011 | 101110 | 10011 | 0 | 1001111 | 1110 | 1001010 | 1000111 | 110100 |
Color Harmonies of #B2DB2E
Complementary color
Monochromatic Colors of #B2DB2E
Black with #B2DB2E
Text Example
Text Example
White with #B2DB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DB2E; }
p { color: rgb(178,219,46); }
H1.HeaderClassName
{
color: #B2DB2E;
}
.AnyTagClassName
{
color: #B2DB2E;
}
</style>
background-color css
<style>
a { background-color: #B2DB2E; }
a { background-color: rgb(178,219,46); }
div.DivClassName
{
background-color: #B2DB2E;
}
.BgClassName
{
background-color: #B2DB2E;
}
</style>
border-color css
<style>
span { border-color: #B2DB2E; }
span { border-color: rgb(178,219,46); }
td.TdClassName
{
border-color: #B2DB2E;
}
.TagClassName
{
border-color: #B2DB2E;
}
</style>