Shades of Fuego #B7D62C
Tints of Fuego #B7D62C
RGB
CMYK
RGB Variations
Color information
#B7D62C (or 0xB7D62C) is known color: Fuego. HEX triplet: B7, D6 and 2C. RGB value is (183,214,44). Sum of RGB (Red+Green+Blue) = 183+214+44=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D62C is #4829D3. Grayscale: #BABABA. Windows color (decimal): -4729300 or 2938551. OLE color: 2938551.
HSL color Cylindrical-coordinate representation of color #B7D62C: hue angle of 70.94º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7D62C is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 44 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.16 |
| HSL | 70.94º | 0.67% | 0.51% | - |
| HSV(B) | 70.94º | 0.79% | 0.84% | - |
| XYZ | 44.03 | 58.34 | 11.32 | - |
| YUV | 185.35 | 48.23 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 44 | 0.14 | 0 | 0.79 | 0.16 | 70.94 | 0.67 | 0.51 |
| Hex | B7 | D6 | 2C | E | 0 | 4F | 10 | 47 | 43 | 33 |
| Octal | 267 | 326 | 54 | 16 | 0 | 117 | 20 | 107 | 103 | 63 |
| Binary | 10110111 | 11010110 | 101100 | 1110 | 0 | 1001111 | 10000 | 1000111 | 1000011 | 110011 |
Color Harmonies of #B7D62C
Complementary color
Monochromatic Colors of #B7D62C
Black with #B7D62C
Text Example
Text Example
White with #B7D62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D62C; }
p { color: rgb(183,214,44); }
H1.HeaderClassName
{
color: #B7D62C;
}
.AnyTagClassName
{
color: #B7D62C;
}
</style>
background-color css
<style>
a { background-color: #B7D62C; }
a { background-color: rgb(183,214,44); }
div.DivClassName
{
background-color: #B7D62C;
}
.BgClassName
{
background-color: #B7D62C;
}
</style>
border-color css
<style>
span { border-color: #B7D62C; }
span { border-color: rgb(183,214,44); }
td.TdClassName
{
border-color: #B7D62C;
}
.TagClassName
{
border-color: #B7D62C;
}
</style>