Shades of Fuego #B2DB2D
Tints of Fuego #B2DB2D
RGB
CMYK
RGB Variations
Color information
#B2DB2D (or 0xB2DB2D) is known color: Fuego. HEX triplet: B2, DB and 2D. RGB value is (178,219,45). Sum of RGB (Red+Green+Blue) = 178+219+45=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DB2D is #4D24D2. Grayscale: #BBBBBB. Windows color (decimal): -5055699 or 3005362. OLE color: 3005362.
HSL color Cylindrical-coordinate representation of color #B2DB2D: hue angle of 74.14º 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 #B2DB2D is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 45 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.14 |
| HSL | 74.14º | 0.71% | 0.52% | - |
| HSV(B) | 74.14º | 0.79% | 0.86% | - |
| XYZ | 44.17 | 60.32 | 11.8 | - |
| YUV | 186.91 | 47.92 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 45 | 0.19 | 0 | 0.79 | 0.14 | 74.14 | 0.71 | 0.52 |
| Hex | B2 | DB | 2D | 13 | 0 | 4F | E | 4A | 47 | 34 |
| Octal | 262 | 333 | 55 | 23 | 0 | 117 | 16 | 112 | 107 | 64 |
| Binary | 10110010 | 11011011 | 101101 | 10011 | 0 | 1001111 | 1110 | 1001010 | 1000111 | 110100 |
Color Harmonies of #B2DB2D
Complementary color
Monochromatic Colors of #B2DB2D
Black with #B2DB2D
Text Example
Text Example
White with #B2DB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DB2D; }
p { color: rgb(178,219,45); }
H1.HeaderClassName
{
color: #B2DB2D;
}
.AnyTagClassName
{
color: #B2DB2D;
}
</style>
background-color css
<style>
a { background-color: #B2DB2D; }
a { background-color: rgb(178,219,45); }
div.DivClassName
{
background-color: #B2DB2D;
}
.BgClassName
{
background-color: #B2DB2D;
}
</style>
border-color css
<style>
span { border-color: #B2DB2D; }
span { border-color: rgb(178,219,45); }
td.TdClassName
{
border-color: #B2DB2D;
}
.TagClassName
{
border-color: #B2DB2D;
}
</style>