Shades of Fuego #B0DA2D
Tints of Fuego #B0DA2D
RGB
CMYK
RGB Variations
Color information
#B0DA2D (or 0xB0DA2D) is known color: Fuego. HEX triplet: B0, DA and 2D. RGB value is (176,218,45). Sum of RGB (Red+Green+Blue) = 176+218+45=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DA2D is #4F25D2. Grayscale: #BABABA. Windows color (decimal): -5187027 or 3005104. OLE color: 3005104.
HSL color Cylindrical-coordinate representation of color #B0DA2D: hue angle of 74.57º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0DA2D is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 45 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.15 |
| HSL | 74.57º | 0.7% | 0.52% | - |
| HSV(B) | 74.57º | 0.79% | 0.85% | - |
| XYZ | 43.45 | 59.56 | 11.69 | - |
| YUV | 185.72 | 48.59 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 45 | 0.19 | 0 | 0.79 | 0.15 | 74.57 | 0.7 | 0.52 |
| Hex | B0 | DA | 2D | 13 | 0 | 4F | F | 4B | 46 | 34 |
| Octal | 260 | 332 | 55 | 23 | 0 | 117 | 17 | 113 | 106 | 64 |
| Binary | 10110000 | 11011010 | 101101 | 10011 | 0 | 1001111 | 1111 | 1001011 | 1000110 | 110100 |
Color Harmonies of #B0DA2D
Complementary color
Monochromatic Colors of #B0DA2D
Black with #B0DA2D
Text Example
Text Example
White with #B0DA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DA2D; }
p { color: rgb(176,218,45); }
H1.HeaderClassName
{
color: #B0DA2D;
}
.AnyTagClassName
{
color: #B0DA2D;
}
</style>
background-color css
<style>
a { background-color: #B0DA2D; }
a { background-color: rgb(176,218,45); }
div.DivClassName
{
background-color: #B0DA2D;
}
.BgClassName
{
background-color: #B0DA2D;
}
</style>
border-color css
<style>
span { border-color: #B0DA2D; }
span { border-color: rgb(176,218,45); }
td.TdClassName
{
border-color: #B0DA2D;
}
.TagClassName
{
border-color: #B0DA2D;
}
</style>