Shades of Fuego #B2DA2E
Tints of Fuego #B2DA2E
RGB
CMYK
RGB Variations
Color information
#B2DA2E (or 0xB2DA2E) is known color: Fuego. HEX triplet: B2, DA and 2E. RGB value is (178,218,46). Sum of RGB (Red+Green+Blue) = 178+218+46=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 46 (18.36% from 255 or 10.41% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DA2E is #4D25D1. Grayscale: #BBBBBB. Windows color (decimal): -5055954 or 3070642. OLE color: 3070642.
HSL color Cylindrical-coordinate representation of color #B2DA2E: hue angle of 73.95º 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 #B2DA2E is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 46 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.15 |
| HSL | 73.95º | 0.7% | 0.52% | - |
| HSV(B) | 73.95º | 0.79% | 0.85% | - |
| XYZ | 43.92 | 59.81 | 11.81 | - |
| YUV | 186.43 | 48.75 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 46 | 0.18 | 0 | 0.79 | 0.15 | 73.95 | 0.7 | 0.52 |
| Hex | B2 | DA | 2E | 12 | 0 | 4F | F | 4A | 46 | 34 |
| Octal | 262 | 332 | 56 | 22 | 0 | 117 | 17 | 112 | 106 | 64 |
| Binary | 10110010 | 11011010 | 101110 | 10010 | 0 | 1001111 | 1111 | 1001010 | 1000110 | 110100 |
Color Harmonies of #B2DA2E
Complementary color
Monochromatic Colors of #B2DA2E
Black with #B2DA2E
Text Example
Text Example
White with #B2DA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DA2E; }
p { color: rgb(178,218,46); }
H1.HeaderClassName
{
color: #B2DA2E;
}
.AnyTagClassName
{
color: #B2DA2E;
}
</style>
background-color css
<style>
a { background-color: #B2DA2E; }
a { background-color: rgb(178,218,46); }
div.DivClassName
{
background-color: #B2DA2E;
}
.BgClassName
{
background-color: #B2DA2E;
}
</style>
border-color css
<style>
span { border-color: #B2DA2E; }
span { border-color: rgb(178,218,46); }
td.TdClassName
{
border-color: #B2DA2E;
}
.TagClassName
{
border-color: #B2DA2E;
}
</style>