Shades of Fuego #B2D639
Tints of Fuego #B2D639
RGB
CMYK
RGB Variations
Color information
#B2D639 (or 0xB2D639) is known color: Fuego. HEX triplet: B2, D6 and 39. RGB value is (178,214,57). Sum of RGB (Red+Green+Blue) = 178+214+57=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 57 (22.66% from 255 or 12.69% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D639 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D639 is #4D29C6. Grayscale: #B9B9B9. Windows color (decimal): -5056967 or 3790514. OLE color: 3790514.
HSL color Cylindrical-coordinate representation of color #B2D639: hue angle of 73.76º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2D639 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 57 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.16 |
| HSL | 73.76º | 0.66% | 0.53% | - |
| HSV(B) | 73.76º | 0.73% | 0.84% | - |
| XYZ | 43.15 | 57.85 | 12.76 | - |
| YUV | 185.34 | 55.57 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 57 | 0.17 | 0 | 0.73 | 0.16 | 73.76 | 0.66 | 0.53 |
| Hex | B2 | D6 | 39 | 11 | 0 | 49 | 10 | 4A | 42 | 35 |
| Octal | 262 | 326 | 71 | 21 | 0 | 111 | 20 | 112 | 102 | 65 |
| Binary | 10110010 | 11010110 | 111001 | 10001 | 0 | 1001001 | 10000 | 1001010 | 1000010 | 110101 |
Color Harmonies of #B2D639
Complementary color
Monochromatic Colors of #B2D639
Black with #B2D639
Text Example
Text Example
White with #B2D639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D639; }
p { color: rgb(178,214,57); }
H1.HeaderClassName
{
color: #B2D639;
}
.AnyTagClassName
{
color: #B2D639;
}
</style>
background-color css
<style>
a { background-color: #B2D639; }
a { background-color: rgb(178,214,57); }
div.DivClassName
{
background-color: #B2D639;
}
.BgClassName
{
background-color: #B2D639;
}
</style>
border-color css
<style>
span { border-color: #B2D639; }
span { border-color: rgb(178,214,57); }
td.TdClassName
{
border-color: #B2D639;
}
.TagClassName
{
border-color: #B2D639;
}
</style>