Shades of Fuego #B5D238
Tints of Fuego #B5D238
RGB
CMYK
RGB Variations
Color information
#B5D238 (or 0xB5D238) is known color: Fuego. HEX triplet: B5, D2 and 38. RGB value is (181,210,56). Sum of RGB (Red+Green+Blue) = 181+210+56=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 56 (22.27% from 255 or 12.53% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D238 is #4A2DC7. Grayscale: #B8B8B8. Windows color (decimal): -4861384 or 3723957. OLE color: 3723957.
HSL color Cylindrical-coordinate representation of color #B5D238: hue angle of 71.3º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5D238 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 56 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.18 |
| HSL | 71.3º | 0.63% | 0.52% | - |
| HSV(B) | 71.3º | 0.73% | 0.82% | - |
| XYZ | 42.82 | 56.2 | 12.33 | - |
| YUV | 183.77 | 55.89 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 56 | 0.14 | 0 | 0.73 | 0.18 | 71.3 | 0.63 | 0.52 |
| Hex | B5 | D2 | 38 | E | 0 | 49 | 12 | 47 | 3F | 34 |
| Octal | 265 | 322 | 70 | 16 | 0 | 111 | 22 | 107 | 77 | 64 |
| Binary | 10110101 | 11010010 | 111000 | 1110 | 0 | 1001001 | 10010 | 1000111 | 111111 | 110100 |
Color Harmonies of #B5D238
Complementary color
Monochromatic Colors of #B5D238
Black with #B5D238
Text Example
Text Example
White with #B5D238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D238; }
p { color: rgb(181,210,56); }
H1.HeaderClassName
{
color: #B5D238;
}
.AnyTagClassName
{
color: #B5D238;
}
</style>
background-color css
<style>
a { background-color: #B5D238; }
a { background-color: rgb(181,210,56); }
div.DivClassName
{
background-color: #B5D238;
}
.BgClassName
{
background-color: #B5D238;
}
</style>
border-color css
<style>
span { border-color: #B5D238; }
span { border-color: rgb(181,210,56); }
td.TdClassName
{
border-color: #B5D238;
}
.TagClassName
{
border-color: #B5D238;
}
</style>