Shades of Fuego #B7D127
Tints of Fuego #B7D127
RGB
CMYK
RGB Variations
Color information
#B7D127 (or 0xB7D127) is known color: Fuego. HEX triplet: B7, D1 and 27. RGB value is (183,209,39). Sum of RGB (Red+Green+Blue) = 183+209+39=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 39 (15.62% from 255 or 9.05% from 431); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D127 is #482ED8. Grayscale: #B6B6B6. Windows color (decimal): -4730585 or 2609591. OLE color: 2609591.
HSL color Cylindrical-coordinate representation of color #B7D127: hue angle of 69.18º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7D127 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 209 | 39 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.18 |
| HSL | 69.18º | 0.69% | 0.49% | - |
| HSV(B) | 69.18º | 0.81% | 0.82% | - |
| XYZ | 42.7 | 55.81 | 10.44 | - |
| YUV | 181.85 | 47.39 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 209 | 39 | 0.12 | 0 | 0.81 | 0.18 | 69.18 | 0.69 | 0.49 |
| Hex | B7 | D1 | 27 | C | 0 | 51 | 12 | 45 | 45 | 31 |
| Octal | 267 | 321 | 47 | 14 | 0 | 121 | 22 | 105 | 105 | 61 |
| Binary | 10110111 | 11010001 | 100111 | 1100 | 0 | 1010001 | 10010 | 1000101 | 1000101 | 110001 |
Color Harmonies of #B7D127
Complementary color
Monochromatic Colors of #B7D127
Black with #B7D127
Text Example
Text Example
White with #B7D127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D127; }
p { color: rgb(183,209,39); }
H1.HeaderClassName
{
color: #B7D127;
}
.AnyTagClassName
{
color: #B7D127;
}
</style>
background-color css
<style>
a { background-color: #B7D127; }
a { background-color: rgb(183,209,39); }
div.DivClassName
{
background-color: #B7D127;
}
.BgClassName
{
background-color: #B7D127;
}
</style>
border-color css
<style>
span { border-color: #B7D127; }
span { border-color: rgb(183,209,39); }
td.TdClassName
{
border-color: #B7D127;
}
.TagClassName
{
border-color: #B7D127;
}
</style>