Shades of Fuego #B5DB30
Tints of Fuego #B5DB30
RGB
CMYK
RGB Variations
Color information
#B5DB30 (or 0xB5DB30) is known color: Fuego. HEX triplet: B5, DB and 30. RGB value is (181,219,48). Sum of RGB (Red+Green+Blue) = 181+219+48=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DB30 is #4A24CF. Grayscale: #BCBCBC. Windows color (decimal): -4859088 or 3201973. OLE color: 3201973.
HSL color Cylindrical-coordinate representation of color #B5DB30: hue angle of 73.33º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5DB30 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 48 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.14 |
| HSL | 73.33º | 0.7% | 0.52% | - |
| HSV(B) | 73.33º | 0.78% | 0.86% | - |
| XYZ | 44.92 | 60.7 | 12.15 | - |
| YUV | 188.14 | 48.91 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 48 | 0.17 | 0 | 0.78 | 0.14 | 73.33 | 0.7 | 0.52 |
| Hex | B5 | DB | 30 | 11 | 0 | 4E | E | 49 | 46 | 34 |
| Octal | 265 | 333 | 60 | 21 | 0 | 116 | 16 | 111 | 106 | 64 |
| Binary | 10110101 | 11011011 | 110000 | 10001 | 0 | 1001110 | 1110 | 1001001 | 1000110 | 110100 |
Color Harmonies of #B5DB30
Complementary color
Monochromatic Colors of #B5DB30
Black with #B5DB30
Text Example
Text Example
White with #B5DB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DB30; }
p { color: rgb(181,219,48); }
H1.HeaderClassName
{
color: #B5DB30;
}
.AnyTagClassName
{
color: #B5DB30;
}
</style>
background-color css
<style>
a { background-color: #B5DB30; }
a { background-color: rgb(181,219,48); }
div.DivClassName
{
background-color: #B5DB30;
}
.BgClassName
{
background-color: #B5DB30;
}
</style>
border-color css
<style>
span { border-color: #B5DB30; }
span { border-color: rgb(181,219,48); }
td.TdClassName
{
border-color: #B5DB30;
}
.TagClassName
{
border-color: #B5DB30;
}
</style>