Shades of Fuego #B7D92F
Tints of Fuego #B7D92F
RGB
CMYK
RGB Variations
Color information
#B7D92F (or 0xB7D92F) is known color: Fuego. HEX triplet: B7, D9 and 2F. RGB value is (183,217,47). Sum of RGB (Red+Green+Blue) = 183+217+47=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 47 (18.75% from 255 or 10.51% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D92F is #4826D0. Grayscale: #BCBCBC. Windows color (decimal): -4728529 or 3135927. OLE color: 3135927.
HSL color Cylindrical-coordinate representation of color #B7D92F: hue angle of 72º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7D92F is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 47 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.15 |
| HSL | 72º | 0.69% | 0.52% | - |
| HSV(B) | 72º | 0.78% | 0.85% | - |
| XYZ | 44.85 | 59.9 | 11.89 | - |
| YUV | 187.45 | 48.74 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 47 | 0.16 | 0 | 0.78 | 0.15 | 72 | 0.69 | 0.52 |
| Hex | B7 | D9 | 2F | 10 | 0 | 4E | F | 48 | 45 | 34 |
| Octal | 267 | 331 | 57 | 20 | 0 | 116 | 17 | 110 | 105 | 64 |
| Binary | 10110111 | 11011001 | 101111 | 10000 | 0 | 1001110 | 1111 | 1001000 | 1000101 | 110100 |
Color Harmonies of #B7D92F
Complementary color
Monochromatic Colors of #B7D92F
Black with #B7D92F
Text Example
Text Example
White with #B7D92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D92F; }
p { color: rgb(183,217,47); }
H1.HeaderClassName
{
color: #B7D92F;
}
.AnyTagClassName
{
color: #B7D92F;
}
</style>
background-color css
<style>
a { background-color: #B7D92F; }
a { background-color: rgb(183,217,47); }
div.DivClassName
{
background-color: #B7D92F;
}
.BgClassName
{
background-color: #B7D92F;
}
</style>
border-color css
<style>
span { border-color: #B7D92F; }
span { border-color: rgb(183,217,47); }
td.TdClassName
{
border-color: #B7D92F;
}
.TagClassName
{
border-color: #B7D92F;
}
</style>