Shades of Fuego #B7D530
Tints of Fuego #B7D530
RGB
CMYK
RGB Variations
Color information
#B7D530 (or 0xB7D530) is known color: Fuego. HEX triplet: B7, D5 and 30. RGB value is (183,213,48). Sum of RGB (Red+Green+Blue) = 183+213+48=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 48 (19.14% from 255 or 10.81% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D530 is #482ACF. Grayscale: #B9B9B9. Windows color (decimal): -4729552 or 3200439. OLE color: 3200439.
HSL color Cylindrical-coordinate representation of color #B7D530: hue angle of 70.91º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7D530 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 48 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.16 |
| HSL | 70.91º | 0.66% | 0.51% | - |
| HSV(B) | 70.91º | 0.77% | 0.84% | - |
| XYZ | 43.86 | 57.87 | 11.65 | - |
| YUV | 185.22 | 50.56 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 48 | 0.14 | 0 | 0.77 | 0.16 | 70.91 | 0.66 | 0.51 |
| Hex | B7 | D5 | 30 | E | 0 | 4D | 10 | 47 | 42 | 33 |
| Octal | 267 | 325 | 60 | 16 | 0 | 115 | 20 | 107 | 102 | 63 |
| Binary | 10110111 | 11010101 | 110000 | 1110 | 0 | 1001101 | 10000 | 1000111 | 1000010 | 110011 |
Color Harmonies of #B7D530
Complementary color
Monochromatic Colors of #B7D530
Black with #B7D530
Text Example
Text Example
White with #B7D530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D530; }
p { color: rgb(183,213,48); }
H1.HeaderClassName
{
color: #B7D530;
}
.AnyTagClassName
{
color: #B7D530;
}
</style>
background-color css
<style>
a { background-color: #B7D530; }
a { background-color: rgb(183,213,48); }
div.DivClassName
{
background-color: #B7D530;
}
.BgClassName
{
background-color: #B7D530;
}
</style>
border-color css
<style>
span { border-color: #B7D530; }
span { border-color: rgb(183,213,48); }
td.TdClassName
{
border-color: #B7D530;
}
.TagClassName
{
border-color: #B7D530;
}
</style>