Shades of Fuego #B5CE2E
Tints of Fuego #B5CE2E
RGB
CMYK
RGB Variations
Color information
#B5CE2E (or 0xB5CE2E) is known color: Fuego. HEX triplet: B5, CE and 2E. RGB value is (181,206,46). Sum of RGB (Red+Green+Blue) = 181+206+46=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 46 (18.36% from 255 or 10.62% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CE2E is #4A31D1. Grayscale: #B4B4B4. Windows color (decimal): -4862418 or 3067573. OLE color: 3067573.
HSL color Cylindrical-coordinate representation of color #B5CE2E: hue angle of 69.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5CE2E is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 46 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.19 |
| HSL | 69.38º | 0.63% | 0.49% | - |
| HSV(B) | 69.38º | 0.78% | 0.81% | - |
| XYZ | 41.62 | 54.16 | 10.85 | - |
| YUV | 180.29 | 52.22 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 46 | 0.12 | 0 | 0.78 | 0.19 | 69.38 | 0.63 | 0.49 |
| Hex | B5 | CE | 2E | C | 0 | 4E | 13 | 45 | 3F | 31 |
| Octal | 265 | 316 | 56 | 14 | 0 | 116 | 23 | 105 | 77 | 61 |
| Binary | 10110101 | 11001110 | 101110 | 1100 | 0 | 1001110 | 10011 | 1000101 | 111111 | 110001 |
Color Harmonies of #B5CE2E
Complementary color
Monochromatic Colors of #B5CE2E
Black with #B5CE2E
Text Example
Text Example
White with #B5CE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE2E; }
p { color: rgb(181,206,46); }
H1.HeaderClassName
{
color: #B5CE2E;
}
.AnyTagClassName
{
color: #B5CE2E;
}
</style>
background-color css
<style>
a { background-color: #B5CE2E; }
a { background-color: rgb(181,206,46); }
div.DivClassName
{
background-color: #B5CE2E;
}
.BgClassName
{
background-color: #B5CE2E;
}
</style>
border-color css
<style>
span { border-color: #B5CE2E; }
span { border-color: rgb(181,206,46); }
td.TdClassName
{
border-color: #B5CE2E;
}
.TagClassName
{
border-color: #B5CE2E;
}
</style>