Shades of Fuego #B1DA2D
Tints of Fuego #B1DA2D
RGB
CMYK
RGB Variations
Color information
#B1DA2D (or 0xB1DA2D) is known color: Fuego. HEX triplet: B1, DA and 2D. RGB value is (177,218,45). Sum of RGB (Red+Green+Blue) = 177+218+45=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DA2D is #4E25D2. Grayscale: #BABABA. Windows color (decimal): -5121491 or 3005105. OLE color: 3005105.
HSL color Cylindrical-coordinate representation of color #B1DA2D: hue angle of 74.22º 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 #B1DA2D is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 218 | 45 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.15 |
| HSL | 74.22º | 0.7% | 0.52% | - |
| HSV(B) | 74.22º | 0.79% | 0.85% | - |
| XYZ | 43.68 | 59.68 | 11.7 | - |
| YUV | 186.02 | 48.42 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 218 | 45 | 0.19 | 0 | 0.79 | 0.15 | 74.22 | 0.7 | 0.52 |
| Hex | B1 | DA | 2D | 13 | 0 | 4F | F | 4A | 46 | 34 |
| Octal | 261 | 332 | 55 | 23 | 0 | 117 | 17 | 112 | 106 | 64 |
| Binary | 10110001 | 11011010 | 101101 | 10011 | 0 | 1001111 | 1111 | 1001010 | 1000110 | 110100 |
Color Harmonies of #B1DA2D
Complementary color
Monochromatic Colors of #B1DA2D
Black with #B1DA2D
Text Example
Text Example
White with #B1DA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DA2D; }
p { color: rgb(177,218,45); }
H1.HeaderClassName
{
color: #B1DA2D;
}
.AnyTagClassName
{
color: #B1DA2D;
}
</style>
background-color css
<style>
a { background-color: #B1DA2D; }
a { background-color: rgb(177,218,45); }
div.DivClassName
{
background-color: #B1DA2D;
}
.BgClassName
{
background-color: #B1DA2D;
}
</style>
border-color css
<style>
span { border-color: #B1DA2D; }
span { border-color: rgb(177,218,45); }
td.TdClassName
{
border-color: #B1DA2D;
}
.TagClassName
{
border-color: #B1DA2D;
}
</style>