Shades of Fuego #B2DD2B
Tints of Fuego #B2DD2B
RGB
CMYK
RGB Variations
Color information
#B2DD2B (or 0xB2DD2B) is known color: Fuego. HEX triplet: B2, DD and 2B. RGB value is (178,221,43). Sum of RGB (Red+Green+Blue) = 178+221+43=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 43 (17.19% from 255 or 9.73% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DD2B is #4D22D4. Grayscale: #BCBCBC. Windows color (decimal): -5055189 or 2874802. OLE color: 2874802.
HSL color Cylindrical-coordinate representation of color #B2DD2B: hue angle of 74.49º 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 #B2DD2B is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 43 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.13 |
| HSL | 74.49º | 0.72% | 0.52% | - |
| HSV(B) | 74.49º | 0.81% | 0.87% | - |
| XYZ | 44.65 | 61.35 | 11.77 | - |
| YUV | 187.85 | 46.25 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 43 | 0.19 | 0 | 0.81 | 0.13 | 74.49 | 0.72 | 0.52 |
| Hex | B2 | DD | 2B | 13 | 0 | 51 | D | 4A | 48 | 34 |
| Octal | 262 | 335 | 53 | 23 | 0 | 121 | 15 | 112 | 110 | 64 |
| Binary | 10110010 | 11011101 | 101011 | 10011 | 0 | 1010001 | 1101 | 1001010 | 1001000 | 110100 |
Color Harmonies of #B2DD2B
Complementary color
Monochromatic Colors of #B2DD2B
Black with #B2DD2B
Text Example
Text Example
White with #B2DD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD2B; }
p { color: rgb(178,221,43); }
H1.HeaderClassName
{
color: #B2DD2B;
}
.AnyTagClassName
{
color: #B2DD2B;
}
</style>
background-color css
<style>
a { background-color: #B2DD2B; }
a { background-color: rgb(178,221,43); }
div.DivClassName
{
background-color: #B2DD2B;
}
.BgClassName
{
background-color: #B2DD2B;
}
</style>
border-color css
<style>
span { border-color: #B2DD2B; }
span { border-color: rgb(178,221,43); }
td.TdClassName
{
border-color: #B2DD2B;
}
.TagClassName
{
border-color: #B2DD2B;
}
</style>