Shades of Fuego #B7DD32
Tints of Fuego #B7DD32
RGB
CMYK
RGB Variations
Color information
#B7DD32 (or 0xB7DD32) is known color: Fuego. HEX triplet: B7, DD and 32. RGB value is (183,221,50). Sum of RGB (Red+Green+Blue) = 183+221+50=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DD32 is #4822CD. Grayscale: #BEBEBE. Windows color (decimal): -4727502 or 3333559. OLE color: 3333559.
HSL color Cylindrical-coordinate representation of color #B7DD32: hue angle of 73.33º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7DD32 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 221 | 50 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.13 |
| HSL | 73.33º | 0.72% | 0.53% | - |
| HSV(B) | 73.33º | 0.77% | 0.87% | - |
| XYZ | 45.96 | 62.01 | 12.56 | - |
| YUV | 190.14 | 48.91 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 221 | 50 | 0.17 | 0 | 0.77 | 0.13 | 73.33 | 0.72 | 0.53 |
| Hex | B7 | DD | 32 | 11 | 0 | 4D | D | 49 | 48 | 35 |
| Octal | 267 | 335 | 62 | 21 | 0 | 115 | 15 | 111 | 110 | 65 |
| Binary | 10110111 | 11011101 | 110010 | 10001 | 0 | 1001101 | 1101 | 1001001 | 1001000 | 110101 |
Color Harmonies of #B7DD32
Complementary color
Monochromatic Colors of #B7DD32
Black with #B7DD32
Text Example
Text Example
White with #B7DD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DD32; }
p { color: rgb(183,221,50); }
H1.HeaderClassName
{
color: #B7DD32;
}
.AnyTagClassName
{
color: #B7DD32;
}
</style>
background-color css
<style>
a { background-color: #B7DD32; }
a { background-color: rgb(183,221,50); }
div.DivClassName
{
background-color: #B7DD32;
}
.BgClassName
{
background-color: #B7DD32;
}
</style>
border-color css
<style>
span { border-color: #B7DD32; }
span { border-color: rgb(183,221,50); }
td.TdClassName
{
border-color: #B7DD32;
}
.TagClassName
{
border-color: #B7DD32;
}
</style>