Shades of Fuego #B0D72C
Tints of Fuego #B0D72C
RGB
CMYK
RGB Variations
Color information
#B0D72C (or 0xB0D72C) is known color: Fuego. HEX triplet: B0, D7 and 2C. RGB value is (176,215,44). Sum of RGB (Red+Green+Blue) = 176+215+44=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D72C is #4F28D3. Grayscale: #B8B8B8. Windows color (decimal): -5187796 or 2938800. OLE color: 2938800.
HSL color Cylindrical-coordinate representation of color #B0D72C: hue angle of 73.68º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0D72C is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 215 | 44 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.16 |
| HSL | 73.68º | 0.68% | 0.51% | - |
| HSV(B) | 73.68º | 0.8% | 0.84% | - |
| XYZ | 42.66 | 58.01 | 11.33 | - |
| YUV | 183.85 | 49.08 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 215 | 44 | 0.18 | 0 | 0.80 | 0.16 | 73.68 | 0.68 | 0.51 |
| Hex | B0 | D7 | 2C | 12 | 0 | 50 | 10 | 4A | 44 | 33 |
| Octal | 260 | 327 | 54 | 22 | 0 | 120 | 20 | 112 | 104 | 63 |
| Binary | 10110000 | 11010111 | 101100 | 10010 | 0 | 1010000 | 10000 | 1001010 | 1000100 | 110011 |
Color Harmonies of #B0D72C
Complementary color
Monochromatic Colors of #B0D72C
Black with #B0D72C
Text Example
Text Example
White with #B0D72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D72C; }
p { color: rgb(176,215,44); }
H1.HeaderClassName
{
color: #B0D72C;
}
.AnyTagClassName
{
color: #B0D72C;
}
</style>
background-color css
<style>
a { background-color: #B0D72C; }
a { background-color: rgb(176,215,44); }
div.DivClassName
{
background-color: #B0D72C;
}
.BgClassName
{
background-color: #B0D72C;
}
</style>
border-color css
<style>
span { border-color: #B0D72C; }
span { border-color: rgb(176,215,44); }
td.TdClassName
{
border-color: #B0D72C;
}
.TagClassName
{
border-color: #B0D72C;
}
</style>