Shades of Fuego #B0D62D
Tints of Fuego #B0D62D
RGB
CMYK
RGB Variations
Color information
#B0D62D (or 0xB0D62D) is known color: Fuego. HEX triplet: B0, D6 and 2D. RGB value is (176,214,45). Sum of RGB (Red+Green+Blue) = 176+214+45=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D62D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D62D is #4F29D2. Grayscale: #B8B8B8. Windows color (decimal): -5188051 or 3004080. OLE color: 3004080.
HSL color Cylindrical-coordinate representation of color #B0D62D: hue angle of 73.49º 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 #B0D62D is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 214 | 45 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.16 |
| HSL | 73.49º | 0.67% | 0.51% | - |
| HSV(B) | 73.49º | 0.79% | 0.84% | - |
| XYZ | 42.42 | 57.51 | 11.35 | - |
| YUV | 183.37 | 49.91 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 214 | 45 | 0.18 | 0 | 0.79 | 0.16 | 73.49 | 0.67 | 0.51 |
| Hex | B0 | D6 | 2D | 12 | 0 | 4F | 10 | 49 | 43 | 33 |
| Octal | 260 | 326 | 55 | 22 | 0 | 117 | 20 | 111 | 103 | 63 |
| Binary | 10110000 | 11010110 | 101101 | 10010 | 0 | 1001111 | 10000 | 1001001 | 1000011 | 110011 |
Color Harmonies of #B0D62D
Complementary color
Monochromatic Colors of #B0D62D
Black with #B0D62D
Text Example
Text Example
White with #B0D62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D62D; }
p { color: rgb(176,214,45); }
H1.HeaderClassName
{
color: #B0D62D;
}
.AnyTagClassName
{
color: #B0D62D;
}
</style>
background-color css
<style>
a { background-color: #B0D62D; }
a { background-color: rgb(176,214,45); }
div.DivClassName
{
background-color: #B0D62D;
}
.BgClassName
{
background-color: #B0D62D;
}
</style>
border-color css
<style>
span { border-color: #B0D62D; }
span { border-color: rgb(176,214,45); }
td.TdClassName
{
border-color: #B0D62D;
}
.TagClassName
{
border-color: #B0D62D;
}
</style>