Shades of Fuego #B2D72E
Tints of Fuego #B2D72E
RGB
CMYK
RGB Variations
Color information
#B2D72E (or 0xB2D72E) is known color: Fuego. HEX triplet: B2, D7 and 2E. RGB value is (178,215,46). Sum of RGB (Red+Green+Blue) = 178+215+46=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 46 (18.36% from 255 or 10.48% from 439); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D72E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D72E is #4D28D1. Grayscale: #B9B9B9. Windows color (decimal): -5056722 or 3069874. OLE color: 3069874.
HSL color Cylindrical-coordinate representation of color #B2D72E: hue angle of 73.14º 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 #B2D72E is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 215 | 46 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.16 |
| HSL | 73.14º | 0.68% | 0.51% | - |
| HSV(B) | 73.14º | 0.79% | 0.84% | - |
| XYZ | 43.15 | 58.26 | 11.56 | - |
| YUV | 184.67 | 49.74 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 215 | 46 | 0.17 | 0 | 0.79 | 0.16 | 73.14 | 0.68 | 0.51 |
| Hex | B2 | D7 | 2E | 11 | 0 | 4F | 10 | 49 | 44 | 33 |
| Octal | 262 | 327 | 56 | 21 | 0 | 117 | 20 | 111 | 104 | 63 |
| Binary | 10110010 | 11010111 | 101110 | 10001 | 0 | 1001111 | 10000 | 1001001 | 1000100 | 110011 |
Color Harmonies of #B2D72E
Complementary color
Monochromatic Colors of #B2D72E
Black with #B2D72E
Text Example
Text Example
White with #B2D72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D72E; }
p { color: rgb(178,215,46); }
H1.HeaderClassName
{
color: #B2D72E;
}
.AnyTagClassName
{
color: #B2D72E;
}
</style>
background-color css
<style>
a { background-color: #B2D72E; }
a { background-color: rgb(178,215,46); }
div.DivClassName
{
background-color: #B2D72E;
}
.BgClassName
{
background-color: #B2D72E;
}
</style>
border-color css
<style>
span { border-color: #B2D72E; }
span { border-color: rgb(178,215,46); }
td.TdClassName
{
border-color: #B2D72E;
}
.TagClassName
{
border-color: #B2D72E;
}
</style>