Shades of Fuego #B7D02E
Tints of Fuego #B7D02E
RGB
CMYK
RGB Variations
Color information
#B7D02E (or 0xB7D02E) is known color: Fuego. HEX triplet: B7, D0 and 2E. RGB value is (183,208,46). Sum of RGB (Red+Green+Blue) = 183+208+46=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 46 (18.36% from 255 or 10.53% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D02E is #482FD1. Grayscale: #B6B6B6. Windows color (decimal): -4730834 or 3068087. OLE color: 3068087.
HSL color Cylindrical-coordinate representation of color #B7D02E: hue angle of 69.26º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7D02E is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 46 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.18 |
| HSL | 69.26º | 0.64% | 0.5% | - |
| HSV(B) | 69.26º | 0.78% | 0.82% | - |
| XYZ | 42.58 | 55.38 | 11.03 | - |
| YUV | 182.06 | 51.22 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 46 | 0.12 | 0 | 0.78 | 0.18 | 69.26 | 0.64 | 0.5 |
| Hex | B7 | D0 | 2E | C | 0 | 4E | 12 | 45 | 40 | 32 |
| Octal | 267 | 320 | 56 | 14 | 0 | 116 | 22 | 105 | 100 | 62 |
| Binary | 10110111 | 11010000 | 101110 | 1100 | 0 | 1001110 | 10010 | 1000101 | 1000000 | 110010 |
Color Harmonies of #B7D02E
Complementary color
Monochromatic Colors of #B7D02E
Black with #B7D02E
Text Example
Text Example
White with #B7D02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D02E; }
p { color: rgb(183,208,46); }
H1.HeaderClassName
{
color: #B7D02E;
}
.AnyTagClassName
{
color: #B7D02E;
}
</style>
background-color css
<style>
a { background-color: #B7D02E; }
a { background-color: rgb(183,208,46); }
div.DivClassName
{
background-color: #B7D02E;
}
.BgClassName
{
background-color: #B7D02E;
}
</style>
border-color css
<style>
span { border-color: #B7D02E; }
span { border-color: rgb(183,208,46); }
td.TdClassName
{
border-color: #B7D02E;
}
.TagClassName
{
border-color: #B7D02E;
}
</style>