Shades of Fuego #B3CE30
Tints of Fuego #B3CE30
RGB
CMYK
RGB Variations
Color information
#B3CE30 (or 0xB3CE30) is known color: Fuego. HEX triplet: B3, CE and 30. RGB value is (179,206,48). Sum of RGB (Red+Green+Blue) = 179+206+48=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 48 (19.14% from 255 or 11.09% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3CE30 is #4C31CF. Grayscale: #B4B4B4. Windows color (decimal): -4993488 or 3198643. OLE color: 3198643.
HSL color Cylindrical-coordinate representation of color #B3CE30: hue angle of 70.25º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3CE30 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 206 | 48 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.19 |
| HSL | 70.25º | 0.62% | 0.5% | - |
| HSV(B) | 70.25º | 0.77% | 0.81% | - |
| XYZ | 41.2 | 53.94 | 11.04 | - |
| YUV | 179.92 | 53.55 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 48 | 0.13 | 0 | 0.77 | 0.19 | 70.25 | 0.62 | 0.5 |
| Hex | B3 | CE | 30 | D | 0 | 4D | 13 | 46 | 3E | 32 |
| Octal | 263 | 316 | 60 | 15 | 0 | 115 | 23 | 106 | 76 | 62 |
| Binary | 10110011 | 11001110 | 110000 | 1101 | 0 | 1001101 | 10011 | 1000110 | 111110 | 110010 |
Color Harmonies of #B3CE30
Complementary color
Monochromatic Colors of #B3CE30
Black with #B3CE30
Text Example
Text Example
White with #B3CE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CE30; }
p { color: rgb(179,206,48); }
H1.HeaderClassName
{
color: #B3CE30;
}
.AnyTagClassName
{
color: #B3CE30;
}
</style>
background-color css
<style>
a { background-color: #B3CE30; }
a { background-color: rgb(179,206,48); }
div.DivClassName
{
background-color: #B3CE30;
}
.BgClassName
{
background-color: #B3CE30;
}
</style>
border-color css
<style>
span { border-color: #B3CE30; }
span { border-color: rgb(179,206,48); }
td.TdClassName
{
border-color: #B3CE30;
}
.TagClassName
{
border-color: #B3CE30;
}
</style>