Shades of Fuego #B4DB27
Tints of Fuego #B4DB27
RGB
CMYK
RGB Variations
Color information
#B4DB27 (or 0xB4DB27) is known color: Fuego. HEX triplet: B4, DB and 27. RGB value is (180,219,39). Sum of RGB (Red+Green+Blue) = 180+219+39=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 39 (15.62% from 255 or 8.90% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DB27 is #4B24D8. Grayscale: #BBBBBB. Windows color (decimal): -4924633 or 2612148. OLE color: 2612148.
HSL color Cylindrical-coordinate representation of color #B4DB27: hue angle of 73º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B4DB27 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 219 | 39 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.14 |
| HSL | 73º | 0.71% | 0.51% | - |
| HSV(B) | 73º | 0.82% | 0.86% | - |
| XYZ | 44.52 | 60.51 | 11.25 | - |
| YUV | 186.82 | 44.58 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 39 | 0.18 | 0 | 0.82 | 0.14 | 73 | 0.71 | 0.51 |
| Hex | B4 | DB | 27 | 12 | 0 | 52 | E | 49 | 47 | 33 |
| Octal | 264 | 333 | 47 | 22 | 0 | 122 | 16 | 111 | 107 | 63 |
| Binary | 10110100 | 11011011 | 100111 | 10010 | 0 | 1010010 | 1110 | 1001001 | 1000111 | 110011 |
Color Harmonies of #B4DB27
Complementary color
Monochromatic Colors of #B4DB27
Black with #B4DB27
Text Example
Text Example
White with #B4DB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DB27; }
p { color: rgb(180,219,39); }
H1.HeaderClassName
{
color: #B4DB27;
}
.AnyTagClassName
{
color: #B4DB27;
}
</style>
background-color css
<style>
a { background-color: #B4DB27; }
a { background-color: rgb(180,219,39); }
div.DivClassName
{
background-color: #B4DB27;
}
.BgClassName
{
background-color: #B4DB27;
}
</style>
border-color css
<style>
span { border-color: #B4DB27; }
span { border-color: rgb(180,219,39); }
td.TdClassName
{
border-color: #B4DB27;
}
.TagClassName
{
border-color: #B4DB27;
}
</style>