Shades of Fuego #B7DD2A
Tints of Fuego #B7DD2A
RGB
CMYK
RGB Variations
Color information
#B7DD2A (or 0xB7DD2A) is known color: Fuego. HEX triplet: B7, DD and 2A. RGB value is (183,221,42). Sum of RGB (Red+Green+Blue) = 183+221+42=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DD2A is #4822D5. Grayscale: #BDBDBD. Windows color (decimal): -4727510 or 2809271. OLE color: 2809271.
HSL color Cylindrical-coordinate representation of color #B7DD2A: hue angle of 72.74º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7DD2A is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 221 | 42 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.13 |
| HSL | 72.74º | 0.72% | 0.52% | - |
| HSV(B) | 72.74º | 0.81% | 0.87% | - |
| XYZ | 45.8 | 61.95 | 11.73 | - |
| YUV | 189.23 | 44.91 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 221 | 42 | 0.17 | 0 | 0.81 | 0.13 | 72.74 | 0.72 | 0.52 |
| Hex | B7 | DD | 2A | 11 | 0 | 51 | D | 49 | 48 | 34 |
| Octal | 267 | 335 | 52 | 21 | 0 | 121 | 15 | 111 | 110 | 64 |
| Binary | 10110111 | 11011101 | 101010 | 10001 | 0 | 1010001 | 1101 | 1001001 | 1001000 | 110100 |
Color Harmonies of #B7DD2A
Complementary color
Monochromatic Colors of #B7DD2A
Black with #B7DD2A
Text Example
Text Example
White with #B7DD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DD2A; }
p { color: rgb(183,221,42); }
H1.HeaderClassName
{
color: #B7DD2A;
}
.AnyTagClassName
{
color: #B7DD2A;
}
</style>
background-color css
<style>
a { background-color: #B7DD2A; }
a { background-color: rgb(183,221,42); }
div.DivClassName
{
background-color: #B7DD2A;
}
.BgClassName
{
background-color: #B7DD2A;
}
</style>
border-color css
<style>
span { border-color: #B7DD2A; }
span { border-color: rgb(183,221,42); }
td.TdClassName
{
border-color: #B7DD2A;
}
.TagClassName
{
border-color: #B7DD2A;
}
</style>