Shades of Fuego #B7D02C
Tints of Fuego #B7D02C
RGB
CMYK
RGB Variations
Color information
#B7D02C (or 0xB7D02C) is known color: Fuego. HEX triplet: B7, D0 and 2C. RGB value is (183,208,44). Sum of RGB (Red+Green+Blue) = 183+208+44=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D02C is #482FD3. Grayscale: #B6B6B6. Windows color (decimal): -4730836 or 2937015. OLE color: 2937015.
HSL color Cylindrical-coordinate representation of color #B7D02C: hue angle of 69.15º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7D02C is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 44 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.18 |
| HSL | 69.15º | 0.65% | 0.49% | - |
| HSV(B) | 69.15º | 0.79% | 0.82% | - |
| XYZ | 42.54 | 55.36 | 10.83 | - |
| YUV | 181.83 | 50.22 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 44 | 0.12 | 0 | 0.79 | 0.18 | 69.15 | 0.65 | 0.49 |
| Hex | B7 | D0 | 2C | C | 0 | 4F | 12 | 45 | 41 | 31 |
| Octal | 267 | 320 | 54 | 14 | 0 | 117 | 22 | 105 | 101 | 61 |
| Binary | 10110111 | 11010000 | 101100 | 1100 | 0 | 1001111 | 10010 | 1000101 | 1000001 | 110001 |
Color Harmonies of #B7D02C
Complementary color
Monochromatic Colors of #B7D02C
Black with #B7D02C
Text Example
Text Example
White with #B7D02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D02C; }
p { color: rgb(183,208,44); }
H1.HeaderClassName
{
color: #B7D02C;
}
.AnyTagClassName
{
color: #B7D02C;
}
</style>
background-color css
<style>
a { background-color: #B7D02C; }
a { background-color: rgb(183,208,44); }
div.DivClassName
{
background-color: #B7D02C;
}
.BgClassName
{
background-color: #B7D02C;
}
</style>
border-color css
<style>
span { border-color: #B7D02C; }
span { border-color: rgb(183,208,44); }
td.TdClassName
{
border-color: #B7D02C;
}
.TagClassName
{
border-color: #B7D02C;
}
</style>