Shades of Fuego #B5D225
Tints of Fuego #B5D225
RGB
CMYK
RGB Variations
Color information
#B5D225 (or 0xB5D225) is known color: Fuego. HEX triplet: B5, D2 and 25. RGB value is (181,210,37). Sum of RGB (Red+Green+Blue) = 181+210+37=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 37 (14.84% from 255 or 8.64% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D225 is #4A2DDA. Grayscale: #B6B6B6. Windows color (decimal): -4861403 or 2478773. OLE color: 2478773.
HSL color Cylindrical-coordinate representation of color #B5D225: hue angle of 70.06º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5D225 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 37 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.18 |
| HSL | 70.06º | 0.7% | 0.48% | - |
| HSV(B) | 70.06º | 0.82% | 0.82% | - |
| XYZ | 42.44 | 56.05 | 10.33 | - |
| YUV | 181.61 | 46.39 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 37 | 0.14 | 0 | 0.82 | 0.18 | 70.06 | 0.7 | 0.48 |
| Hex | B5 | D2 | 25 | E | 0 | 52 | 12 | 46 | 46 | 30 |
| Octal | 265 | 322 | 45 | 16 | 0 | 122 | 22 | 106 | 106 | 60 |
| Binary | 10110101 | 11010010 | 100101 | 1110 | 0 | 1010010 | 10010 | 1000110 | 1000110 | 110000 |
Color Harmonies of #B5D225
Complementary color
Monochromatic Colors of #B5D225
Black with #B5D225
Text Example
Text Example
White with #B5D225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D225; }
p { color: rgb(181,210,37); }
H1.HeaderClassName
{
color: #B5D225;
}
.AnyTagClassName
{
color: #B5D225;
}
</style>
background-color css
<style>
a { background-color: #B5D225; }
a { background-color: rgb(181,210,37); }
div.DivClassName
{
background-color: #B5D225;
}
.BgClassName
{
background-color: #B5D225;
}
</style>
border-color css
<style>
span { border-color: #B5D225; }
span { border-color: rgb(181,210,37); }
td.TdClassName
{
border-color: #B5D225;
}
.TagClassName
{
border-color: #B5D225;
}
</style>