Shades of Fuego #B7D634
Tints of Fuego #B7D634
RGB
CMYK
RGB Variations
Color information
#B7D634 (or 0xB7D634) is known color: Fuego. HEX triplet: B7, D6 and 34. RGB value is (183,214,52). Sum of RGB (Red+Green+Blue) = 183+214+52=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D634 is #4829CB. Grayscale: #BABABA. Windows color (decimal): -4729292 or 3462839. OLE color: 3462839.
HSL color Cylindrical-coordinate representation of color #B7D634: hue angle of 71.48º 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 #B7D634 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 52 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.16 |
| HSL | 71.48º | 0.66% | 0.52% | - |
| HSV(B) | 71.48º | 0.76% | 0.84% | - |
| XYZ | 44.19 | 58.41 | 12.19 | - |
| YUV | 186.26 | 52.23 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 52 | 0.14 | 0 | 0.76 | 0.16 | 71.48 | 0.66 | 0.52 |
| Hex | B7 | D6 | 34 | E | 0 | 4C | 10 | 47 | 42 | 34 |
| Octal | 267 | 326 | 64 | 16 | 0 | 114 | 20 | 107 | 102 | 64 |
| Binary | 10110111 | 11010110 | 110100 | 1110 | 0 | 1001100 | 10000 | 1000111 | 1000010 | 110100 |
Color Harmonies of #B7D634
Complementary color
Monochromatic Colors of #B7D634
Black with #B7D634
Text Example
Text Example
White with #B7D634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D634; }
p { color: rgb(183,214,52); }
H1.HeaderClassName
{
color: #B7D634;
}
.AnyTagClassName
{
color: #B7D634;
}
</style>
background-color css
<style>
a { background-color: #B7D634; }
a { background-color: rgb(183,214,52); }
div.DivClassName
{
background-color: #B7D634;
}
.BgClassName
{
background-color: #B7D634;
}
</style>
border-color css
<style>
span { border-color: #B7D634; }
span { border-color: rgb(183,214,52); }
td.TdClassName
{
border-color: #B7D634;
}
.TagClassName
{
border-color: #B7D634;
}
</style>