Shades of Fuego #B0D02A
Tints of Fuego #B0D02A
RGB
CMYK
RGB Variations
Color information
#B0D02A (or 0xB0D02A) is known color: Fuego. HEX triplet: B0, D0 and 2A. RGB value is (176,208,42). Sum of RGB (Red+Green+Blue) = 176+208+42=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D02A is #4F2FD5. Grayscale: #B4B4B4. Windows color (decimal): -5189590 or 2805936. OLE color: 2805936.
HSL color Cylindrical-coordinate representation of color #B0D02A: hue angle of 71.57º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0D02A is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 208 | 42 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.18 |
| HSL | 71.57º | 0.66% | 0.49% | - |
| HSV(B) | 71.57º | 0.8% | 0.82% | - |
| XYZ | 40.88 | 54.51 | 10.56 | - |
| YUV | 179.51 | 50.4 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 42 | 0.15 | 0 | 0.80 | 0.18 | 71.57 | 0.66 | 0.49 |
| Hex | B0 | D0 | 2A | F | 0 | 50 | 12 | 48 | 42 | 31 |
| Octal | 260 | 320 | 52 | 17 | 0 | 120 | 22 | 110 | 102 | 61 |
| Binary | 10110000 | 11010000 | 101010 | 1111 | 0 | 1010000 | 10010 | 1001000 | 1000010 | 110001 |
Color Harmonies of #B0D02A
Complementary color
Monochromatic Colors of #B0D02A
Black with #B0D02A
Text Example
Text Example
White with #B0D02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D02A; }
p { color: rgb(176,208,42); }
H1.HeaderClassName
{
color: #B0D02A;
}
.AnyTagClassName
{
color: #B0D02A;
}
</style>
background-color css
<style>
a { background-color: #B0D02A; }
a { background-color: rgb(176,208,42); }
div.DivClassName
{
background-color: #B0D02A;
}
.BgClassName
{
background-color: #B0D02A;
}
</style>
border-color css
<style>
span { border-color: #B0D02A; }
span { border-color: rgb(176,208,42); }
td.TdClassName
{
border-color: #B0D02A;
}
.TagClassName
{
border-color: #B0D02A;
}
</style>