Shades of Fuego #B0D62C
Tints of Fuego #B0D62C
RGB
CMYK
RGB Variations
Color information
#B0D62C (or 0xB0D62C) is known color: Fuego. HEX triplet: B0, D6 and 2C. RGB value is (176,214,44). Sum of RGB (Red+Green+Blue) = 176+214+44=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D62C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D62C is #4F29D3. Grayscale: #B7B7B7. Windows color (decimal): -5188052 or 2938544. OLE color: 2938544.
HSL color Cylindrical-coordinate representation of color #B0D62C: hue angle of 73.41º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0D62C is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 214 | 44 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.16 |
| HSL | 73.41º | 0.67% | 0.51% | - |
| HSV(B) | 73.41º | 0.79% | 0.84% | - |
| XYZ | 42.41 | 57.51 | 11.25 | - |
| YUV | 183.26 | 49.41 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 214 | 44 | 0.18 | 0 | 0.79 | 0.16 | 73.41 | 0.67 | 0.51 |
| Hex | B0 | D6 | 2C | 12 | 0 | 4F | 10 | 49 | 43 | 33 |
| Octal | 260 | 326 | 54 | 22 | 0 | 117 | 20 | 111 | 103 | 63 |
| Binary | 10110000 | 11010110 | 101100 | 10010 | 0 | 1001111 | 10000 | 1001001 | 1000011 | 110011 |
Color Harmonies of #B0D62C
Complementary color
Monochromatic Colors of #B0D62C
Black with #B0D62C
Text Example
Text Example
White with #B0D62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D62C; }
p { color: rgb(176,214,44); }
H1.HeaderClassName
{
color: #B0D62C;
}
.AnyTagClassName
{
color: #B0D62C;
}
</style>
background-color css
<style>
a { background-color: #B0D62C; }
a { background-color: rgb(176,214,44); }
div.DivClassName
{
background-color: #B0D62C;
}
.BgClassName
{
background-color: #B0D62C;
}
</style>
border-color css
<style>
span { border-color: #B0D62C; }
span { border-color: rgb(176,214,44); }
td.TdClassName
{
border-color: #B0D62C;
}
.TagClassName
{
border-color: #B0D62C;
}
</style>