Shades of Fuego #B2D02E
Tints of Fuego #B2D02E
RGB
CMYK
RGB Variations
Color information
#B2D02E (or 0xB2D02E) is known color: Fuego. HEX triplet: B2, D0 and 2E. RGB value is (178,208,46). Sum of RGB (Red+Green+Blue) = 178+208+46=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D02E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D02E is #4D2FD1. Grayscale: #B5B5B5. Windows color (decimal): -5058514 or 3068082. OLE color: 3068082.
HSL color Cylindrical-coordinate representation of color #B2D02E: hue angle of 71.11º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2D02E is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 46 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.18 |
| HSL | 71.11º | 0.64% | 0.5% | - |
| HSV(B) | 71.11º | 0.78% | 0.82% | - |
| XYZ | 41.41 | 54.77 | 10.97 | - |
| YUV | 180.56 | 52.06 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 46 | 0.14 | 0 | 0.78 | 0.18 | 71.11 | 0.64 | 0.5 |
| Hex | B2 | D0 | 2E | E | 0 | 4E | 12 | 47 | 40 | 32 |
| Octal | 262 | 320 | 56 | 16 | 0 | 116 | 22 | 107 | 100 | 62 |
| Binary | 10110010 | 11010000 | 101110 | 1110 | 0 | 1001110 | 10010 | 1000111 | 1000000 | 110010 |
Color Harmonies of #B2D02E
Complementary color
Monochromatic Colors of #B2D02E
Black with #B2D02E
Text Example
Text Example
White with #B2D02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D02E; }
p { color: rgb(178,208,46); }
H1.HeaderClassName
{
color: #B2D02E;
}
.AnyTagClassName
{
color: #B2D02E;
}
</style>
background-color css
<style>
a { background-color: #B2D02E; }
a { background-color: rgb(178,208,46); }
div.DivClassName
{
background-color: #B2D02E;
}
.BgClassName
{
background-color: #B2D02E;
}
</style>
border-color css
<style>
span { border-color: #B2D02E; }
span { border-color: rgb(178,208,46); }
td.TdClassName
{
border-color: #B2D02E;
}
.TagClassName
{
border-color: #B2D02E;
}
</style>