Shades of Fuego #B0DF2D
Tints of Fuego #B0DF2D
RGB
CMYK
RGB Variations
Color information
#B0DF2D (or 0xB0DF2D) is known color: Fuego. HEX triplet: B0, DF and 2D. RGB value is (176,223,45). Sum of RGB (Red+Green+Blue) = 176+223+45=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 45 (17.97% from 255 or 10.14% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DF2D is #4F20D2. Grayscale: #BDBDBD. Windows color (decimal): -5185747 or 3006384. OLE color: 3006384.
HSL color Cylindrical-coordinate representation of color #B0DF2D: hue angle of 75.84º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0DF2D is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 45 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.13 |
| HSL | 75.84º | 0.74% | 0.53% | - |
| HSV(B) | 75.84º | 0.8% | 0.87% | - |
| XYZ | 44.77 | 62.19 | 12.13 | - |
| YUV | 188.66 | 46.93 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 45 | 0.21 | 0 | 0.80 | 0.13 | 75.84 | 0.74 | 0.53 |
| Hex | B0 | DF | 2D | 15 | 0 | 50 | D | 4C | 4A | 35 |
| Octal | 260 | 337 | 55 | 25 | 0 | 120 | 15 | 114 | 112 | 65 |
| Binary | 10110000 | 11011111 | 101101 | 10101 | 0 | 1010000 | 1101 | 1001100 | 1001010 | 110101 |
Color Harmonies of #B0DF2D
Complementary color
Monochromatic Colors of #B0DF2D
Black with #B0DF2D
Text Example
Text Example
White with #B0DF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DF2D; }
p { color: rgb(176,223,45); }
H1.HeaderClassName
{
color: #B0DF2D;
}
.AnyTagClassName
{
color: #B0DF2D;
}
</style>
background-color css
<style>
a { background-color: #B0DF2D; }
a { background-color: rgb(176,223,45); }
div.DivClassName
{
background-color: #B0DF2D;
}
.BgClassName
{
background-color: #B0DF2D;
}
</style>
border-color css
<style>
span { border-color: #B0DF2D; }
span { border-color: rgb(176,223,45); }
td.TdClassName
{
border-color: #B0DF2D;
}
.TagClassName
{
border-color: #B0DF2D;
}
</style>