Shades of Fuego #B0D72F
Tints of Fuego #B0D72F
RGB
CMYK
RGB Variations
Color information
#B0D72F (or 0xB0D72F) is known color: Fuego. HEX triplet: B0, D7 and 2F. RGB value is (176,215,47). Sum of RGB (Red+Green+Blue) = 176+215+47=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 47 (18.75% from 255 or 10.73% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D72F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D72F is #4F28D0. Grayscale: #B8B8B8. Windows color (decimal): -5187793 or 3135408. OLE color: 3135408.
HSL color Cylindrical-coordinate representation of color #B0D72F: hue angle of 73.93º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0D72F is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 215 | 47 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.16 |
| HSL | 73.93º | 0.68% | 0.51% | - |
| HSV(B) | 73.93º | 0.78% | 0.84% | - |
| XYZ | 42.72 | 58.04 | 11.64 | - |
| YUV | 184.19 | 50.58 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 215 | 47 | 0.18 | 0 | 0.78 | 0.16 | 73.93 | 0.68 | 0.51 |
| Hex | B0 | D7 | 2F | 12 | 0 | 4E | 10 | 4A | 44 | 33 |
| Octal | 260 | 327 | 57 | 22 | 0 | 116 | 20 | 112 | 104 | 63 |
| Binary | 10110000 | 11010111 | 101111 | 10010 | 0 | 1001110 | 10000 | 1001010 | 1000100 | 110011 |
Color Harmonies of #B0D72F
Complementary color
Monochromatic Colors of #B0D72F
Black with #B0D72F
Text Example
Text Example
White with #B0D72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D72F; }
p { color: rgb(176,215,47); }
H1.HeaderClassName
{
color: #B0D72F;
}
.AnyTagClassName
{
color: #B0D72F;
}
</style>
background-color css
<style>
a { background-color: #B0D72F; }
a { background-color: rgb(176,215,47); }
div.DivClassName
{
background-color: #B0D72F;
}
.BgClassName
{
background-color: #B0D72F;
}
</style>
border-color css
<style>
span { border-color: #B0D72F; }
span { border-color: rgb(176,215,47); }
td.TdClassName
{
border-color: #B0D72F;
}
.TagClassName
{
border-color: #B0D72F;
}
</style>