Shades of Fuego #B2D23A
Tints of Fuego #B2D23A
RGB
CMYK
RGB Variations
Color information
#B2D23A (or 0xB2D23A) is known color: Fuego. HEX triplet: B2, D2 and 3A. RGB value is (178,210,58). Sum of RGB (Red+Green+Blue) = 178+210+58=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 58 (23.05% from 255 or 13.00% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D23A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D23A is #4D2DC5. Grayscale: #B7B7B7. Windows color (decimal): -5057990 or 3855026. OLE color: 3855026.
HSL color Cylindrical-coordinate representation of color #B2D23A: hue angle of 72.63º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2D23A is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 58 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.18 |
| HSL | 72.63º | 0.63% | 0.53% | - |
| HSV(B) | 72.63º | 0.72% | 0.82% | - |
| XYZ | 42.17 | 55.86 | 12.56 | - |
| YUV | 183.1 | 57.4 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 58 | 0.15 | 0 | 0.72 | 0.18 | 72.63 | 0.63 | 0.53 |
| Hex | B2 | D2 | 3A | F | 0 | 48 | 12 | 49 | 3F | 35 |
| Octal | 262 | 322 | 72 | 17 | 0 | 110 | 22 | 111 | 77 | 65 |
| Binary | 10110010 | 11010010 | 111010 | 1111 | 0 | 1001000 | 10010 | 1001001 | 111111 | 110101 |
Color Harmonies of #B2D23A
Complementary color
Monochromatic Colors of #B2D23A
Black with #B2D23A
Text Example
Text Example
White with #B2D23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D23A; }
p { color: rgb(178,210,58); }
H1.HeaderClassName
{
color: #B2D23A;
}
.AnyTagClassName
{
color: #B2D23A;
}
</style>
background-color css
<style>
a { background-color: #B2D23A; }
a { background-color: rgb(178,210,58); }
div.DivClassName
{
background-color: #B2D23A;
}
.BgClassName
{
background-color: #B2D23A;
}
</style>
border-color css
<style>
span { border-color: #B2D23A; }
span { border-color: rgb(178,210,58); }
td.TdClassName
{
border-color: #B2D23A;
}
.TagClassName
{
border-color: #B2D23A;
}
</style>