Shades of Fuego #B2D72D
Tints of Fuego #B2D72D
RGB
CMYK
RGB Variations
Color information
#B2D72D (or 0xB2D72D) is known color: Fuego. HEX triplet: B2, D7 and 2D. RGB value is (178,215,45). Sum of RGB (Red+Green+Blue) = 178+215+45=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D72D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D72D is #4D28D2. Grayscale: #B9B9B9. Windows color (decimal): -5056723 or 3004338. OLE color: 3004338.
HSL color Cylindrical-coordinate representation of color #B2D72D: hue angle of 73.06º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2D72D is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 215 | 45 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.16 |
| HSL | 73.06º | 0.68% | 0.51% | - |
| HSV(B) | 73.06º | 0.79% | 0.84% | - |
| XYZ | 43.13 | 58.26 | 11.45 | - |
| YUV | 184.56 | 49.24 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 215 | 45 | 0.17 | 0 | 0.79 | 0.16 | 73.06 | 0.68 | 0.51 |
| Hex | B2 | D7 | 2D | 11 | 0 | 4F | 10 | 49 | 44 | 33 |
| Octal | 262 | 327 | 55 | 21 | 0 | 117 | 20 | 111 | 104 | 63 |
| Binary | 10110010 | 11010111 | 101101 | 10001 | 0 | 1001111 | 10000 | 1001001 | 1000100 | 110011 |
Color Harmonies of #B2D72D
Complementary color
Monochromatic Colors of #B2D72D
Black with #B2D72D
Text Example
Text Example
White with #B2D72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D72D; }
p { color: rgb(178,215,45); }
H1.HeaderClassName
{
color: #B2D72D;
}
.AnyTagClassName
{
color: #B2D72D;
}
</style>
background-color css
<style>
a { background-color: #B2D72D; }
a { background-color: rgb(178,215,45); }
div.DivClassName
{
background-color: #B2D72D;
}
.BgClassName
{
background-color: #B2D72D;
}
</style>
border-color css
<style>
span { border-color: #B2D72D; }
span { border-color: rgb(178,215,45); }
td.TdClassName
{
border-color: #B2D72D;
}
.TagClassName
{
border-color: #B2D72D;
}
</style>