Shades of Fuego #B0E02D
Tints of Fuego #B0E02D
RGB
CMYK
RGB Variations
Color information
#B0E02D (or 0xB0E02D) is known color: Fuego. HEX triplet: B0, E0 and 2D. RGB value is (176,224,45). Sum of RGB (Red+Green+Blue) = 176+224+45=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E02D is #4F1FD2. Grayscale: #BDBDBD. Windows color (decimal): -5185491 or 3006640. OLE color: 3006640.
HSL color Cylindrical-coordinate representation of color #B0E02D: hue angle of 76.09º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0E02D is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 224 | 45 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.12 |
| HSL | 76.09º | 0.74% | 0.53% | - |
| HSV(B) | 76.09º | 0.8% | 0.88% | - |
| XYZ | 45.03 | 62.73 | 12.22 | - |
| YUV | 189.24 | 46.6 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 224 | 45 | 0.21 | 0 | 0.80 | 0.12 | 76.09 | 0.74 | 0.53 |
| Hex | B0 | E0 | 2D | 15 | 0 | 50 | C | 4C | 4A | 35 |
| Octal | 260 | 340 | 55 | 25 | 0 | 120 | 14 | 114 | 112 | 65 |
| Binary | 10110000 | 11100000 | 101101 | 10101 | 0 | 1010000 | 1100 | 1001100 | 1001010 | 110101 |
Color Harmonies of #B0E02D
Complementary color
Monochromatic Colors of #B0E02D
Black with #B0E02D
Text Example
Text Example
White with #B0E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E02D; }
p { color: rgb(176,224,45); }
H1.HeaderClassName
{
color: #B0E02D;
}
.AnyTagClassName
{
color: #B0E02D;
}
</style>
background-color css
<style>
a { background-color: #B0E02D; }
a { background-color: rgb(176,224,45); }
div.DivClassName
{
background-color: #B0E02D;
}
.BgClassName
{
background-color: #B0E02D;
}
</style>
border-color css
<style>
span { border-color: #B0E02D; }
span { border-color: rgb(176,224,45); }
td.TdClassName
{
border-color: #B0E02D;
}
.TagClassName
{
border-color: #B0E02D;
}
</style>