Shades of Fuego #B2E434
Tints of Fuego #B2E434
RGB
CMYK
RGB Variations
Color information
#B2E434 (or 0xB2E434) is known color: Fuego. HEX triplet: B2, E4 and 34. RGB value is (178,228,52). Sum of RGB (Red+Green+Blue) = 178+228+52=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 228 (89.45% from 255 or 49.78% from 458); Blue value is 52 (20.70% from 255 or 11.35% from 458); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E434 is #4D1BCB. Grayscale: #C1C1C1. Windows color (decimal): -5053388 or 3466418. OLE color: 3466418.
HSL color Cylindrical-coordinate representation of color #B2E434: hue angle of 77.05º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2E434 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 228 | 52 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.11 |
| HSL | 77.05º | 0.77% | 0.55% | - |
| HSV(B) | 77.05º | 0.77% | 0.89% | - |
| XYZ | 46.72 | 65.2 | 13.37 | - |
| YUV | 192.99 | 48.44 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 228 | 52 | 0.22 | 0 | 0.77 | 0.11 | 77.05 | 0.77 | 0.55 |
| Hex | B2 | E4 | 34 | 16 | 0 | 4D | B | 4D | 4D | 37 |
| Octal | 262 | 344 | 64 | 26 | 0 | 115 | 13 | 115 | 115 | 67 |
| Binary | 10110010 | 11100100 | 110100 | 10110 | 0 | 1001101 | 1011 | 1001101 | 1001101 | 110111 |
Color Harmonies of #B2E434
Complementary color
Monochromatic Colors of #B2E434
Black with #B2E434
Text Example
Text Example
White with #B2E434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E434; }
p { color: rgb(178,228,52); }
H1.HeaderClassName
{
color: #B2E434;
}
.AnyTagClassName
{
color: #B2E434;
}
</style>
background-color css
<style>
a { background-color: #B2E434; }
a { background-color: rgb(178,228,52); }
div.DivClassName
{
background-color: #B2E434;
}
.BgClassName
{
background-color: #B2E434;
}
</style>
border-color css
<style>
span { border-color: #B2E434; }
span { border-color: rgb(178,228,52); }
td.TdClassName
{
border-color: #B2E434;
}
.TagClassName
{
border-color: #B2E434;
}
</style>