Shades of Fuego #B7DC30
Tints of Fuego #B7DC30
RGB
CMYK
RGB Variations
Color information
#B7DC30 (or 0xB7DC30) is known color: Fuego. HEX triplet: B7, DC and 30. RGB value is (183,220,48). Sum of RGB (Red+Green+Blue) = 183+220+48=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 48 (19.14% from 255 or 10.64% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DC30 is #4823CF. Grayscale: #BDBDBD. Windows color (decimal): -4727760 or 3202231. OLE color: 3202231.
HSL color Cylindrical-coordinate representation of color #B7DC30: hue angle of 72.91º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7DC30 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 48 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.14 |
| HSL | 72.91º | 0.71% | 0.53% | - |
| HSV(B) | 72.91º | 0.78% | 0.86% | - |
| XYZ | 45.66 | 61.47 | 12.25 | - |
| YUV | 189.33 | 48.24 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 48 | 0.17 | 0 | 0.78 | 0.14 | 72.91 | 0.71 | 0.53 |
| Hex | B7 | DC | 30 | 11 | 0 | 4E | E | 49 | 47 | 35 |
| Octal | 267 | 334 | 60 | 21 | 0 | 116 | 16 | 111 | 107 | 65 |
| Binary | 10110111 | 11011100 | 110000 | 10001 | 0 | 1001110 | 1110 | 1001001 | 1000111 | 110101 |
Color Harmonies of #B7DC30
Complementary color
Monochromatic Colors of #B7DC30
Black with #B7DC30
Text Example
Text Example
White with #B7DC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC30; }
p { color: rgb(183,220,48); }
H1.HeaderClassName
{
color: #B7DC30;
}
.AnyTagClassName
{
color: #B7DC30;
}
</style>
background-color css
<style>
a { background-color: #B7DC30; }
a { background-color: rgb(183,220,48); }
div.DivClassName
{
background-color: #B7DC30;
}
.BgClassName
{
background-color: #B7DC30;
}
</style>
border-color css
<style>
span { border-color: #B7DC30; }
span { border-color: rgb(183,220,48); }
td.TdClassName
{
border-color: #B7DC30;
}
.TagClassName
{
border-color: #B7DC30;
}
</style>