Shades of Fuego #B0DF2E
Tints of Fuego #B0DF2E
RGB
CMYK
RGB Variations
Color information
#B0DF2E (or 0xB0DF2E) is known color: Fuego. HEX triplet: B0, DF and 2E. RGB value is (176,223,46). Sum of RGB (Red+Green+Blue) = 176+223+46=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 46 (18.36% from 255 or 10.34% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DF2E is #4F20D1. Grayscale: #BDBDBD. Windows color (decimal): -5185746 or 3071920. OLE color: 3071920.
HSL color Cylindrical-coordinate representation of color #B0DF2E: hue angle of 75.93º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0DF2E is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 46 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.13 |
| HSL | 75.93º | 0.73% | 0.53% | - |
| HSV(B) | 75.93º | 0.79% | 0.87% | - |
| XYZ | 44.79 | 62.2 | 12.23 | - |
| YUV | 188.77 | 47.43 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 46 | 0.21 | 0 | 0.79 | 0.13 | 75.93 | 0.73 | 0.53 |
| Hex | B0 | DF | 2E | 15 | 0 | 4F | D | 4C | 49 | 35 |
| Octal | 260 | 337 | 56 | 25 | 0 | 117 | 15 | 114 | 111 | 65 |
| Binary | 10110000 | 11011111 | 101110 | 10101 | 0 | 1001111 | 1101 | 1001100 | 1001001 | 110101 |
Color Harmonies of #B0DF2E
Complementary color
Monochromatic Colors of #B0DF2E
Black with #B0DF2E
Text Example
Text Example
White with #B0DF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DF2E; }
p { color: rgb(176,223,46); }
H1.HeaderClassName
{
color: #B0DF2E;
}
.AnyTagClassName
{
color: #B0DF2E;
}
</style>
background-color css
<style>
a { background-color: #B0DF2E; }
a { background-color: rgb(176,223,46); }
div.DivClassName
{
background-color: #B0DF2E;
}
.BgClassName
{
background-color: #B0DF2E;
}
</style>
border-color css
<style>
span { border-color: #B0DF2E; }
span { border-color: rgb(176,223,46); }
td.TdClassName
{
border-color: #B0DF2E;
}
.TagClassName
{
border-color: #B0DF2E;
}
</style>