Shades of Fuego #B5C835
Tints of Fuego #B5C835
RGB
CMYK
RGB Variations
Color information
#B5C835 (or 0xB5C835) is known color: Fuego. HEX triplet: B5, C8 and 35. RGB value is (181,200,53). Sum of RGB (Red+Green+Blue) = 181+200+53=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 200 (78.52% from 255 or 46.08% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C835 is #4A37CA. Grayscale: #B2B2B2. Windows color (decimal): -4863947 or 3524789. OLE color: 3524789.
HSL color Cylindrical-coordinate representation of color #B5C835: hue angle of 67.76º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5C835 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 200 | 53 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.22 |
| HSL | 67.76º | 0.58% | 0.5% | - |
| HSV(B) | 67.76º | 0.74% | 0.78% | - |
| XYZ | 40.35 | 51.39 | 11.16 | - |
| YUV | 177.56 | 57.71 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 53 | 0.09 | 0 | 0.74 | 0.22 | 67.76 | 0.58 | 0.5 |
| Hex | B5 | C8 | 35 | 9 | 0 | 4A | 16 | 44 | 3A | 32 |
| Octal | 265 | 310 | 65 | 11 | 0 | 112 | 26 | 104 | 72 | 62 |
| Binary | 10110101 | 11001000 | 110101 | 1001 | 0 | 1001010 | 10110 | 1000100 | 111010 | 110010 |
Color Harmonies of #B5C835
Complementary color
Monochromatic Colors of #B5C835
Black with #B5C835
Text Example
Text Example
White with #B5C835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C835; }
p { color: rgb(181,200,53); }
H1.HeaderClassName
{
color: #B5C835;
}
.AnyTagClassName
{
color: #B5C835;
}
</style>
background-color css
<style>
a { background-color: #B5C835; }
a { background-color: rgb(181,200,53); }
div.DivClassName
{
background-color: #B5C835;
}
.BgClassName
{
background-color: #B5C835;
}
</style>
border-color css
<style>
span { border-color: #B5C835; }
span { border-color: rgb(181,200,53); }
td.TdClassName
{
border-color: #B5C835;
}
.TagClassName
{
border-color: #B5C835;
}
</style>