Shades of Fuego #B2D92F
Tints of Fuego #B2D92F
RGB
CMYK
RGB Variations
Color information
#B2D92F (or 0xB2D92F) is known color: Fuego. HEX triplet: B2, D9 and 2F. RGB value is (178,217,47). Sum of RGB (Red+Green+Blue) = 178+217+47=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 47 (18.75% from 255 or 10.63% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D92F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D92F is #4D26D0. Grayscale: #BABABA. Windows color (decimal): -5056209 or 3135922. OLE color: 3135922.
HSL color Cylindrical-coordinate representation of color #B2D92F: hue angle of 73.76º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2D92F is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 47 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.15 |
| HSL | 73.76º | 0.69% | 0.52% | - |
| HSV(B) | 73.76º | 0.78% | 0.85% | - |
| XYZ | 43.69 | 59.3 | 11.83 | - |
| YUV | 185.96 | 49.58 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 47 | 0.18 | 0 | 0.78 | 0.15 | 73.76 | 0.69 | 0.52 |
| Hex | B2 | D9 | 2F | 12 | 0 | 4E | F | 4A | 45 | 34 |
| Octal | 262 | 331 | 57 | 22 | 0 | 116 | 17 | 112 | 105 | 64 |
| Binary | 10110010 | 11011001 | 101111 | 10010 | 0 | 1001110 | 1111 | 1001010 | 1000101 | 110100 |
Color Harmonies of #B2D92F
Complementary color
Monochromatic Colors of #B2D92F
Black with #B2D92F
Text Example
Text Example
White with #B2D92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D92F; }
p { color: rgb(178,217,47); }
H1.HeaderClassName
{
color: #B2D92F;
}
.AnyTagClassName
{
color: #B2D92F;
}
</style>
background-color css
<style>
a { background-color: #B2D92F; }
a { background-color: rgb(178,217,47); }
div.DivClassName
{
background-color: #B2D92F;
}
.BgClassName
{
background-color: #B2D92F;
}
</style>
border-color css
<style>
span { border-color: #B2D92F; }
span { border-color: rgb(178,217,47); }
td.TdClassName
{
border-color: #B2D92F;
}
.TagClassName
{
border-color: #B2D92F;
}
</style>