Shades of Fuego #B7D534
Tints of Fuego #B7D534
RGB
CMYK
RGB Variations
Color information
#B7D534 (or 0xB7D534) is known color: Fuego. HEX triplet: B7, D5 and 34. RGB value is (183,213,52). Sum of RGB (Red+Green+Blue) = 183+213+52=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 52 (20.70% from 255 or 11.61% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D534 is #482ACB. Grayscale: #BABABA. Windows color (decimal): -4729548 or 3462583. OLE color: 3462583.
HSL color Cylindrical-coordinate representation of color #B7D534: hue angle of 71.18º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7D534 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 52 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.16 |
| HSL | 71.18º | 0.66% | 0.52% | - |
| HSV(B) | 71.18º | 0.76% | 0.84% | - |
| XYZ | 43.94 | 57.9 | 12.11 | - |
| YUV | 185.68 | 52.56 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 52 | 0.14 | 0 | 0.76 | 0.16 | 71.18 | 0.66 | 0.52 |
| Hex | B7 | D5 | 34 | E | 0 | 4C | 10 | 47 | 42 | 34 |
| Octal | 267 | 325 | 64 | 16 | 0 | 114 | 20 | 107 | 102 | 64 |
| Binary | 10110111 | 11010101 | 110100 | 1110 | 0 | 1001100 | 10000 | 1000111 | 1000010 | 110100 |
Color Harmonies of #B7D534
Complementary color
Monochromatic Colors of #B7D534
Black with #B7D534
Text Example
Text Example
White with #B7D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D534; }
p { color: rgb(183,213,52); }
H1.HeaderClassName
{
color: #B7D534;
}
.AnyTagClassName
{
color: #B7D534;
}
</style>
background-color css
<style>
a { background-color: #B7D534; }
a { background-color: rgb(183,213,52); }
div.DivClassName
{
background-color: #B7D534;
}
.BgClassName
{
background-color: #B7D534;
}
</style>
border-color css
<style>
span { border-color: #B7D534; }
span { border-color: rgb(183,213,52); }
td.TdClassName
{
border-color: #B7D534;
}
.TagClassName
{
border-color: #B7D534;
}
</style>