Shades of Fuego #B2D62A
Tints of Fuego #B2D62A
RGB
CMYK
RGB Variations
Color information
#B2D62A (or 0xB2D62A) is known color: Fuego. HEX triplet: B2, D6 and 2A. RGB value is (178,214,42). Sum of RGB (Red+Green+Blue) = 178+214+42=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 42 (16.80% from 255 or 9.68% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D62A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D62A is #4D29D5. Grayscale: #B8B8B8. Windows color (decimal): -5056982 or 2807474. OLE color: 2807474.
HSL color Cylindrical-coordinate representation of color #B2D62A: hue angle of 72.56º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2D62A is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 42 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.16 |
| HSL | 72.56º | 0.68% | 0.5% | - |
| HSV(B) | 72.56º | 0.8% | 0.84% | - |
| XYZ | 42.82 | 57.73 | 11.08 | - |
| YUV | 183.63 | 48.07 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 42 | 0.17 | 0 | 0.80 | 0.16 | 72.56 | 0.68 | 0.5 |
| Hex | B2 | D6 | 2A | 11 | 0 | 50 | 10 | 49 | 44 | 32 |
| Octal | 262 | 326 | 52 | 21 | 0 | 120 | 20 | 111 | 104 | 62 |
| Binary | 10110010 | 11010110 | 101010 | 10001 | 0 | 1010000 | 10000 | 1001001 | 1000100 | 110010 |
Color Harmonies of #B2D62A
Complementary color
Monochromatic Colors of #B2D62A
Black with #B2D62A
Text Example
Text Example
White with #B2D62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D62A; }
p { color: rgb(178,214,42); }
H1.HeaderClassName
{
color: #B2D62A;
}
.AnyTagClassName
{
color: #B2D62A;
}
</style>
background-color css
<style>
a { background-color: #B2D62A; }
a { background-color: rgb(178,214,42); }
div.DivClassName
{
background-color: #B2D62A;
}
.BgClassName
{
background-color: #B2D62A;
}
</style>
border-color css
<style>
span { border-color: #B2D62A; }
span { border-color: rgb(178,214,42); }
td.TdClassName
{
border-color: #B2D62A;
}
.TagClassName
{
border-color: #B2D62A;
}
</style>