Shades of Fuego #B3D334
Tints of Fuego #B3D334
RGB
CMYK
RGB Variations
Color information
#B3D334 (or 0xB3D334) is known color: Fuego. HEX triplet: B3, D3 and 34. RGB value is (179,211,52). Sum of RGB (Red+Green+Blue) = 179+211+52=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 211 - color contains mainly: green. Hex color #B3D334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3D334 is #4C2CCB. Grayscale: #B7B7B7. Windows color (decimal): -4992204 or 3462067. OLE color: 3462067.
HSL color Cylindrical-coordinate representation of color #B3D334: hue angle of 72.08º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3D334 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 211 | 52 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.17 |
| HSL | 72.08º | 0.64% | 0.52% | - |
| HSV(B) | 72.08º | 0.75% | 0.83% | - |
| XYZ | 42.5 | 56.42 | 11.9 | - |
| YUV | 183.31 | 53.9 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 211 | 52 | 0.15 | 0 | 0.75 | 0.17 | 72.08 | 0.64 | 0.52 |
| Hex | B3 | D3 | 34 | F | 0 | 4B | 11 | 48 | 40 | 34 |
| Octal | 263 | 323 | 64 | 17 | 0 | 113 | 21 | 110 | 100 | 64 |
| Binary | 10110011 | 11010011 | 110100 | 1111 | 0 | 1001011 | 10001 | 1001000 | 1000000 | 110100 |
Color Harmonies of #B3D334
Complementary color
Monochromatic Colors of #B3D334
Black with #B3D334
Text Example
Text Example
White with #B3D334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D334; }
p { color: rgb(179,211,52); }
H1.HeaderClassName
{
color: #B3D334;
}
.AnyTagClassName
{
color: #B3D334;
}
</style>
background-color css
<style>
a { background-color: #B3D334; }
a { background-color: rgb(179,211,52); }
div.DivClassName
{
background-color: #B3D334;
}
.BgClassName
{
background-color: #B3D334;
}
</style>
border-color css
<style>
span { border-color: #B3D334; }
span { border-color: rgb(179,211,52); }
td.TdClassName
{
border-color: #B3D334;
}
.TagClassName
{
border-color: #B3D334;
}
</style>