Shades of Fuego #B7CD37
Tints of Fuego #B7CD37
RGB
CMYK
RGB Variations
Color information
#B7CD37 (or 0xB7CD37) is known color: Fuego. HEX triplet: B7, CD and 37. RGB value is (183,205,55). Sum of RGB (Red+Green+Blue) = 183+205+55=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CD37 is #4832C8. Grayscale: #B5B5B5. Windows color (decimal): -4731593 or 3657143. OLE color: 3657143.
HSL color Cylindrical-coordinate representation of color #B7CD37: hue angle of 68.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7CD37 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 205 | 55 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.20 |
| HSL | 68.8º | 0.6% | 0.51% | - |
| HSV(B) | 68.8º | 0.73% | 0.8% | - |
| XYZ | 42.05 | 54.01 | 11.82 | - |
| YUV | 181.32 | 56.71 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 205 | 55 | 0.11 | 0 | 0.73 | 0.20 | 68.8 | 0.6 | 0.51 |
| Hex | B7 | CD | 37 | B | 0 | 49 | 14 | 45 | 3C | 33 |
| Octal | 267 | 315 | 67 | 13 | 0 | 111 | 24 | 105 | 74 | 63 |
| Binary | 10110111 | 11001101 | 110111 | 1011 | 0 | 1001001 | 10100 | 1000101 | 111100 | 110011 |
Color Harmonies of #B7CD37
Complementary color
Monochromatic Colors of #B7CD37
Black with #B7CD37
Text Example
Text Example
White with #B7CD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CD37; }
p { color: rgb(183,205,55); }
H1.HeaderClassName
{
color: #B7CD37;
}
.AnyTagClassName
{
color: #B7CD37;
}
</style>
background-color css
<style>
a { background-color: #B7CD37; }
a { background-color: rgb(183,205,55); }
div.DivClassName
{
background-color: #B7CD37;
}
.BgClassName
{
background-color: #B7CD37;
}
</style>
border-color css
<style>
span { border-color: #B7CD37; }
span { border-color: rgb(183,205,55); }
td.TdClassName
{
border-color: #B7CD37;
}
.TagClassName
{
border-color: #B7CD37;
}
</style>