Shades of Fuego #B7D62D
Tints of Fuego #B7D62D
RGB
CMYK
RGB Variations
Color information
#B7D62D (or 0xB7D62D) is known color: Fuego. HEX triplet: B7, D6 and 2D. RGB value is (183,214,45). Sum of RGB (Red+Green+Blue) = 183+214+45=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D62D is #4829D2. Grayscale: #BABABA. Windows color (decimal): -4729299 or 3004087. OLE color: 3004087.
HSL color Cylindrical-coordinate representation of color #B7D62D: hue angle of 71.01º 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 #B7D62D is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 45 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.16 |
| HSL | 71.01º | 0.67% | 0.51% | - |
| HSV(B) | 71.01º | 0.79% | 0.84% | - |
| XYZ | 44.05 | 58.35 | 11.42 | - |
| YUV | 185.47 | 48.73 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 45 | 0.14 | 0 | 0.79 | 0.16 | 71.01 | 0.67 | 0.51 |
| Hex | B7 | D6 | 2D | E | 0 | 4F | 10 | 47 | 43 | 33 |
| Octal | 267 | 326 | 55 | 16 | 0 | 117 | 20 | 107 | 103 | 63 |
| Binary | 10110111 | 11010110 | 101101 | 1110 | 0 | 1001111 | 10000 | 1000111 | 1000011 | 110011 |
Color Harmonies of #B7D62D
Complementary color
Monochromatic Colors of #B7D62D
Black with #B7D62D
Text Example
Text Example
White with #B7D62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D62D; }
p { color: rgb(183,214,45); }
H1.HeaderClassName
{
color: #B7D62D;
}
.AnyTagClassName
{
color: #B7D62D;
}
</style>
background-color css
<style>
a { background-color: #B7D62D; }
a { background-color: rgb(183,214,45); }
div.DivClassName
{
background-color: #B7D62D;
}
.BgClassName
{
background-color: #B7D62D;
}
</style>
border-color css
<style>
span { border-color: #B7D62D; }
span { border-color: rgb(183,214,45); }
td.TdClassName
{
border-color: #B7D62D;
}
.TagClassName
{
border-color: #B7D62D;
}
</style>