Shades of Fuego #B6D525
Tints of Fuego #B6D525
RGB
CMYK
RGB Variations
Color information
#B6D525 (or 0xB6D525) is known color: Fuego. HEX triplet: B6, D5 and 25. RGB value is (182,213,37). Sum of RGB (Red+Green+Blue) = 182+213+37=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 37 (14.84% from 255 or 8.56% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D525 is #492ADA. Grayscale: #B8B8B8. Windows color (decimal): -4795099 or 2479542. OLE color: 2479542.
HSL color Cylindrical-coordinate representation of color #B6D525: hue angle of 70.57º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B6D525 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 213 | 37 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.16 |
| HSL | 70.57º | 0.7% | 0.49% | - |
| HSV(B) | 70.57º | 0.83% | 0.84% | - |
| XYZ | 43.42 | 57.67 | 10.59 | - |
| YUV | 183.67 | 45.23 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 213 | 37 | 0.15 | 0 | 0.83 | 0.16 | 70.57 | 0.7 | 0.49 |
| Hex | B6 | D5 | 25 | F | 0 | 53 | 10 | 47 | 46 | 31 |
| Octal | 266 | 325 | 45 | 17 | 0 | 123 | 20 | 107 | 106 | 61 |
| Binary | 10110110 | 11010101 | 100101 | 1111 | 0 | 1010011 | 10000 | 1000111 | 1000110 | 110001 |
Color Harmonies of #B6D525
Complementary color
Monochromatic Colors of #B6D525
Black with #B6D525
Text Example
Text Example
White with #B6D525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D525; }
p { color: rgb(182,213,37); }
H1.HeaderClassName
{
color: #B6D525;
}
.AnyTagClassName
{
color: #B6D525;
}
</style>
background-color css
<style>
a { background-color: #B6D525; }
a { background-color: rgb(182,213,37); }
div.DivClassName
{
background-color: #B6D525;
}
.BgClassName
{
background-color: #B6D525;
}
</style>
border-color css
<style>
span { border-color: #B6D525; }
span { border-color: rgb(182,213,37); }
td.TdClassName
{
border-color: #B6D525;
}
.TagClassName
{
border-color: #B6D525;
}
</style>