Shades of Fuego #B2DD2F
Tints of Fuego #B2DD2F
RGB
CMYK
RGB Variations
Color information
#B2DD2F (or 0xB2DD2F) is known color: Fuego. HEX triplet: B2, DD and 2F. RGB value is (178,221,47). Sum of RGB (Red+Green+Blue) = 178+221+47=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 47 (18.75% from 255 or 10.54% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DD2F is #4D22D0. Grayscale: #BCBCBC. Windows color (decimal): -5055185 or 3136946. OLE color: 3136946.
HSL color Cylindrical-coordinate representation of color #B2DD2F: hue angle of 74.83º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2DD2F is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 47 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.13 |
| HSL | 74.83º | 0.72% | 0.53% | - |
| HSV(B) | 74.83º | 0.79% | 0.87% | - |
| XYZ | 44.73 | 61.38 | 12.18 | - |
| YUV | 188.31 | 48.25 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 47 | 0.19 | 0 | 0.79 | 0.13 | 74.83 | 0.72 | 0.53 |
| Hex | B2 | DD | 2F | 13 | 0 | 4F | D | 4B | 48 | 35 |
| Octal | 262 | 335 | 57 | 23 | 0 | 117 | 15 | 113 | 110 | 65 |
| Binary | 10110010 | 11011101 | 101111 | 10011 | 0 | 1001111 | 1101 | 1001011 | 1001000 | 110101 |
Color Harmonies of #B2DD2F
Complementary color
Monochromatic Colors of #B2DD2F
Black with #B2DD2F
Text Example
Text Example
White with #B2DD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD2F; }
p { color: rgb(178,221,47); }
H1.HeaderClassName
{
color: #B2DD2F;
}
.AnyTagClassName
{
color: #B2DD2F;
}
</style>
background-color css
<style>
a { background-color: #B2DD2F; }
a { background-color: rgb(178,221,47); }
div.DivClassName
{
background-color: #B2DD2F;
}
.BgClassName
{
background-color: #B2DD2F;
}
</style>
border-color css
<style>
span { border-color: #B2DD2F; }
span { border-color: rgb(178,221,47); }
td.TdClassName
{
border-color: #B2DD2F;
}
.TagClassName
{
border-color: #B2DD2F;
}
</style>