Shades of Fuego #B1DA3A
Tints of Fuego #B1DA3A
RGB
CMYK
RGB Variations
Color information
#B1DA3A (or 0xB1DA3A) is known color: Fuego. HEX triplet: B1, DA and 3A. RGB value is (177,218,58). Sum of RGB (Red+Green+Blue) = 177+218+58=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DA3A is #4E25C5. Grayscale: #BCBCBC. Windows color (decimal): -5121478 or 3857073. OLE color: 3857073.
HSL color Cylindrical-coordinate representation of color #B1DA3A: hue angle of 75.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1DA3A is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 218 | 58 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.15 |
| HSL | 75.38º | 0.68% | 0.54% | - |
| HSV(B) | 75.38º | 0.73% | 0.85% | - |
| XYZ | 43.97 | 59.8 | 13.23 | - |
| YUV | 187.5 | 54.92 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 218 | 58 | 0.19 | 0 | 0.73 | 0.15 | 75.38 | 0.68 | 0.54 |
| Hex | B1 | DA | 3A | 13 | 0 | 49 | F | 4B | 44 | 36 |
| Octal | 261 | 332 | 72 | 23 | 0 | 111 | 17 | 113 | 104 | 66 |
| Binary | 10110001 | 11011010 | 111010 | 10011 | 0 | 1001001 | 1111 | 1001011 | 1000100 | 110110 |
Color Harmonies of #B1DA3A
Complementary color
Monochromatic Colors of #B1DA3A
Black with #B1DA3A
Text Example
Text Example
White with #B1DA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DA3A; }
p { color: rgb(177,218,58); }
H1.HeaderClassName
{
color: #B1DA3A;
}
.AnyTagClassName
{
color: #B1DA3A;
}
</style>
background-color css
<style>
a { background-color: #B1DA3A; }
a { background-color: rgb(177,218,58); }
div.DivClassName
{
background-color: #B1DA3A;
}
.BgClassName
{
background-color: #B1DA3A;
}
</style>
border-color css
<style>
span { border-color: #B1DA3A; }
span { border-color: rgb(177,218,58); }
td.TdClassName
{
border-color: #B1DA3A;
}
.TagClassName
{
border-color: #B1DA3A;
}
</style>