Shades of Fuego #B5C82E
Tints of Fuego #B5C82E
RGB
CMYK
RGB Variations
Color information
#B5C82E (or 0xB5C82E) is known color: Fuego. HEX triplet: B5, C8 and 2E. RGB value is (181,200,46). Sum of RGB (Red+Green+Blue) = 181+200+46=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C82E is #4A37D1. Grayscale: #B1B1B1. Windows color (decimal): -4863954 or 3066037. OLE color: 3066037.
HSL color Cylindrical-coordinate representation of color #B5C82E: hue angle of 67.4º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5C82E is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 200 | 46 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.22 |
| HSL | 67.4º | 0.63% | 0.48% | - |
| HSV(B) | 67.4º | 0.77% | 0.78% | - |
| XYZ | 40.2 | 51.33 | 10.37 | - |
| YUV | 176.76 | 54.21 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 46 | 0.09 | 0 | 0.77 | 0.22 | 67.4 | 0.63 | 0.48 |
| Hex | B5 | C8 | 2E | 9 | 0 | 4D | 16 | 43 | 3F | 30 |
| Octal | 265 | 310 | 56 | 11 | 0 | 115 | 26 | 103 | 77 | 60 |
| Binary | 10110101 | 11001000 | 101110 | 1001 | 0 | 1001101 | 10110 | 1000011 | 111111 | 110000 |
Color Harmonies of #B5C82E
Complementary color
Monochromatic Colors of #B5C82E
Black with #B5C82E
Text Example
Text Example
White with #B5C82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C82E; }
p { color: rgb(181,200,46); }
H1.HeaderClassName
{
color: #B5C82E;
}
.AnyTagClassName
{
color: #B5C82E;
}
</style>
background-color css
<style>
a { background-color: #B5C82E; }
a { background-color: rgb(181,200,46); }
div.DivClassName
{
background-color: #B5C82E;
}
.BgClassName
{
background-color: #B5C82E;
}
</style>
border-color css
<style>
span { border-color: #B5C82E; }
span { border-color: rgb(181,200,46); }
td.TdClassName
{
border-color: #B5C82E;
}
.TagClassName
{
border-color: #B5C82E;
}
</style>