Shades of Fuego #B7CF2E
Tints of Fuego #B7CF2E
RGB
CMYK
RGB Variations
Color information
#B7CF2E (or 0xB7CF2E) is known color: Fuego. HEX triplet: B7, CF and 2E. RGB value is (183,207,46). Sum of RGB (Red+Green+Blue) = 183+207+46=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CF2E is #4830D1. Grayscale: #B6B6B6. Windows color (decimal): -4731090 or 3067831. OLE color: 3067831.
HSL color Cylindrical-coordinate representation of color #B7CF2E: hue angle of 68.94º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7CF2E is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 46 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.19 |
| HSL | 68.94º | 0.64% | 0.5% | - |
| HSV(B) | 68.94º | 0.78% | 0.81% | - |
| XYZ | 42.33 | 54.89 | 10.95 | - |
| YUV | 181.47 | 51.55 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 46 | 0.12 | 0 | 0.78 | 0.19 | 68.94 | 0.64 | 0.5 |
| Hex | B7 | CF | 2E | C | 0 | 4E | 13 | 45 | 40 | 32 |
| Octal | 267 | 317 | 56 | 14 | 0 | 116 | 23 | 105 | 100 | 62 |
| Binary | 10110111 | 11001111 | 101110 | 1100 | 0 | 1001110 | 10011 | 1000101 | 1000000 | 110010 |
Color Harmonies of #B7CF2E
Complementary color
Monochromatic Colors of #B7CF2E
Black with #B7CF2E
Text Example
Text Example
White with #B7CF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CF2E; }
p { color: rgb(183,207,46); }
H1.HeaderClassName
{
color: #B7CF2E;
}
.AnyTagClassName
{
color: #B7CF2E;
}
</style>
background-color css
<style>
a { background-color: #B7CF2E; }
a { background-color: rgb(183,207,46); }
div.DivClassName
{
background-color: #B7CF2E;
}
.BgClassName
{
background-color: #B7CF2E;
}
</style>
border-color css
<style>
span { border-color: #B7CF2E; }
span { border-color: rgb(183,207,46); }
td.TdClassName
{
border-color: #B7CF2E;
}
.TagClassName
{
border-color: #B7CF2E;
}
</style>