Shades of Fuego #B7DC34
Tints of Fuego #B7DC34
RGB
CMYK
RGB Variations
Color information
#B7DC34 (or 0xB7DC34) is known color: Fuego. HEX triplet: B7, DC and 34. RGB value is (183,220,52). Sum of RGB (Red+Green+Blue) = 183+220+52=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 52 (20.70% from 255 or 11.43% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DC34 is #4823CB. Grayscale: #BEBEBE. Windows color (decimal): -4727756 or 3464375. OLE color: 3464375.
HSL color Cylindrical-coordinate representation of color #B7DC34: hue angle of 73.21º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7DC34 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 52 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.14 |
| HSL | 73.21º | 0.71% | 0.53% | - |
| HSV(B) | 73.21º | 0.76% | 0.86% | - |
| XYZ | 45.74 | 61.5 | 12.71 | - |
| YUV | 189.79 | 50.24 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 52 | 0.17 | 0 | 0.76 | 0.14 | 73.21 | 0.71 | 0.53 |
| Hex | B7 | DC | 34 | 11 | 0 | 4C | E | 49 | 47 | 35 |
| Octal | 267 | 334 | 64 | 21 | 0 | 114 | 16 | 111 | 107 | 65 |
| Binary | 10110111 | 11011100 | 110100 | 10001 | 0 | 1001100 | 1110 | 1001001 | 1000111 | 110101 |
Color Harmonies of #B7DC34
Complementary color
Monochromatic Colors of #B7DC34
Black with #B7DC34
Text Example
Text Example
White with #B7DC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC34; }
p { color: rgb(183,220,52); }
H1.HeaderClassName
{
color: #B7DC34;
}
.AnyTagClassName
{
color: #B7DC34;
}
</style>
background-color css
<style>
a { background-color: #B7DC34; }
a { background-color: rgb(183,220,52); }
div.DivClassName
{
background-color: #B7DC34;
}
.BgClassName
{
background-color: #B7DC34;
}
</style>
border-color css
<style>
span { border-color: #B7DC34; }
span { border-color: rgb(183,220,52); }
td.TdClassName
{
border-color: #B7DC34;
}
.TagClassName
{
border-color: #B7DC34;
}
</style>