Shades of Fuego #B2DA2F
Tints of Fuego #B2DA2F
RGB
CMYK
RGB Variations
Color information
#B2DA2F (or 0xB2DA2F) is known color: Fuego. HEX triplet: B2, DA and 2F. RGB value is (178,218,47). Sum of RGB (Red+Green+Blue) = 178+218+47=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 47 (18.75% from 255 or 10.61% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DA2F is #4D25D0. Grayscale: #BBBBBB. Windows color (decimal): -5055953 or 3136178. OLE color: 3136178.
HSL color Cylindrical-coordinate representation of color #B2DA2F: hue angle of 74.04º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2DA2F is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 47 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.15 |
| HSL | 74.04º | 0.7% | 0.52% | - |
| HSV(B) | 74.04º | 0.78% | 0.85% | - |
| XYZ | 43.94 | 59.81 | 11.92 | - |
| YUV | 186.55 | 49.25 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 47 | 0.18 | 0 | 0.78 | 0.15 | 74.04 | 0.7 | 0.52 |
| Hex | B2 | DA | 2F | 12 | 0 | 4E | F | 4A | 46 | 34 |
| Octal | 262 | 332 | 57 | 22 | 0 | 116 | 17 | 112 | 106 | 64 |
| Binary | 10110010 | 11011010 | 101111 | 10010 | 0 | 1001110 | 1111 | 1001010 | 1000110 | 110100 |
Color Harmonies of #B2DA2F
Complementary color
Monochromatic Colors of #B2DA2F
Black with #B2DA2F
Text Example
Text Example
White with #B2DA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DA2F; }
p { color: rgb(178,218,47); }
H1.HeaderClassName
{
color: #B2DA2F;
}
.AnyTagClassName
{
color: #B2DA2F;
}
</style>
background-color css
<style>
a { background-color: #B2DA2F; }
a { background-color: rgb(178,218,47); }
div.DivClassName
{
background-color: #B2DA2F;
}
.BgClassName
{
background-color: #B2DA2F;
}
</style>
border-color css
<style>
span { border-color: #B2DA2F; }
span { border-color: rgb(178,218,47); }
td.TdClassName
{
border-color: #B2DA2F;
}
.TagClassName
{
border-color: #B2DA2F;
}
</style>