Shades of Fuego #B7D52F
Tints of Fuego #B7D52F
RGB
CMYK
RGB Variations
Color information
#B7D52F (or 0xB7D52F) is known color: Fuego. HEX triplet: B7, D5 and 2F. RGB value is (183,213,47). Sum of RGB (Red+Green+Blue) = 183+213+47=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 47 (18.75% from 255 or 10.61% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D52F is #482AD0. Grayscale: #B9B9B9. Windows color (decimal): -4729553 or 3134903. OLE color: 3134903.
HSL color Cylindrical-coordinate representation of color #B7D52F: hue angle of 70.84º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7D52F is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 47 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.16 |
| HSL | 70.84º | 0.66% | 0.51% | - |
| HSV(B) | 70.84º | 0.78% | 0.84% | - |
| XYZ | 43.84 | 57.86 | 11.55 | - |
| YUV | 185.11 | 50.06 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 47 | 0.14 | 0 | 0.78 | 0.16 | 70.84 | 0.66 | 0.51 |
| Hex | B7 | D5 | 2F | E | 0 | 4E | 10 | 47 | 42 | 33 |
| Octal | 267 | 325 | 57 | 16 | 0 | 116 | 20 | 107 | 102 | 63 |
| Binary | 10110111 | 11010101 | 101111 | 1110 | 0 | 1001110 | 10000 | 1000111 | 1000010 | 110011 |
Color Harmonies of #B7D52F
Complementary color
Monochromatic Colors of #B7D52F
Black with #B7D52F
Text Example
Text Example
White with #B7D52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D52F; }
p { color: rgb(183,213,47); }
H1.HeaderClassName
{
color: #B7D52F;
}
.AnyTagClassName
{
color: #B7D52F;
}
</style>
background-color css
<style>
a { background-color: #B7D52F; }
a { background-color: rgb(183,213,47); }
div.DivClassName
{
background-color: #B7D52F;
}
.BgClassName
{
background-color: #B7D52F;
}
</style>
border-color css
<style>
span { border-color: #B7D52F; }
span { border-color: rgb(183,213,47); }
td.TdClassName
{
border-color: #B7D52F;
}
.TagClassName
{
border-color: #B7D52F;
}
</style>