Shades of Fuego #B0D628
Tints of Fuego #B0D628
RGB
CMYK
RGB Variations
Color information
#B0D628 (or 0xB0D628) is known color: Fuego. HEX triplet: B0, D6 and 28. RGB value is (176,214,40). Sum of RGB (Red+Green+Blue) = 176+214+40=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D628 is #4F29D7. Grayscale: #B7B7B7. Windows color (decimal): -5188056 or 2676400. OLE color: 2676400.
HSL color Cylindrical-coordinate representation of color #B0D628: hue angle of 73.1º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0D628 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 214 | 40 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.16 |
| HSL | 73.1º | 0.69% | 0.5% | - |
| HSV(B) | 73.1º | 0.81% | 0.84% | - |
| XYZ | 42.33 | 57.48 | 10.87 | - |
| YUV | 182.8 | 47.41 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 214 | 40 | 0.18 | 0 | 0.81 | 0.16 | 73.1 | 0.69 | 0.5 |
| Hex | B0 | D6 | 28 | 12 | 0 | 51 | 10 | 49 | 45 | 32 |
| Octal | 260 | 326 | 50 | 22 | 0 | 121 | 20 | 111 | 105 | 62 |
| Binary | 10110000 | 11010110 | 101000 | 10010 | 0 | 1010001 | 10000 | 1001001 | 1000101 | 110010 |
Color Harmonies of #B0D628
Complementary color
Monochromatic Colors of #B0D628
Black with #B0D628
Text Example
Text Example
White with #B0D628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D628; }
p { color: rgb(176,214,40); }
H1.HeaderClassName
{
color: #B0D628;
}
.AnyTagClassName
{
color: #B0D628;
}
</style>
background-color css
<style>
a { background-color: #B0D628; }
a { background-color: rgb(176,214,40); }
div.DivClassName
{
background-color: #B0D628;
}
.BgClassName
{
background-color: #B0D628;
}
</style>
border-color css
<style>
span { border-color: #B0D628; }
span { border-color: rgb(176,214,40); }
td.TdClassName
{
border-color: #B0D628;
}
.TagClassName
{
border-color: #B0D628;
}
</style>