Shades of Fuego #B2D825
Tints of Fuego #B2D825
RGB
CMYK
RGB Variations
Color information
#B2D825 (or 0xB2D825) is known color: Fuego. HEX triplet: B2, D8 and 25. RGB value is (178,216,37). Sum of RGB (Red+Green+Blue) = 178+216+37=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 37 (14.84% from 255 or 8.58% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D825 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D825 is #4D27DA. Grayscale: #B8B8B8. Windows color (decimal): -5056475 or 2480306. OLE color: 2480306.
HSL color Cylindrical-coordinate representation of color #B2D825: hue angle of 72.74º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2D825 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 37 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.15 |
| HSL | 72.74º | 0.71% | 0.5% | - |
| HSV(B) | 72.74º | 0.83% | 0.85% | - |
| XYZ | 43.25 | 58.71 | 10.8 | - |
| YUV | 184.23 | 44.91 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 37 | 0.18 | 0 | 0.83 | 0.15 | 72.74 | 0.71 | 0.5 |
| Hex | B2 | D8 | 25 | 12 | 0 | 53 | F | 49 | 47 | 32 |
| Octal | 262 | 330 | 45 | 22 | 0 | 123 | 17 | 111 | 107 | 62 |
| Binary | 10110010 | 11011000 | 100101 | 10010 | 0 | 1010011 | 1111 | 1001001 | 1000111 | 110010 |
Color Harmonies of #B2D825
Complementary color
Monochromatic Colors of #B2D825
Black with #B2D825
Text Example
Text Example
White with #B2D825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D825; }
p { color: rgb(178,216,37); }
H1.HeaderClassName
{
color: #B2D825;
}
.AnyTagClassName
{
color: #B2D825;
}
</style>
background-color css
<style>
a { background-color: #B2D825; }
a { background-color: rgb(178,216,37); }
div.DivClassName
{
background-color: #B2D825;
}
.BgClassName
{
background-color: #B2D825;
}
</style>
border-color css
<style>
span { border-color: #B2D825; }
span { border-color: rgb(178,216,37); }
td.TdClassName
{
border-color: #B2D825;
}
.TagClassName
{
border-color: #B2D825;
}
</style>