Shades of Fuego #B5DF31
Tints of Fuego #B5DF31
RGB
CMYK
RGB Variations
Color information
#B5DF31 (or 0xB5DF31) is known color: Fuego. HEX triplet: B5, DF and 31. RGB value is (181,223,49). Sum of RGB (Red+Green+Blue) = 181+223+49=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DF31 is #4A20CE. Grayscale: #BFBFBF. Windows color (decimal): -4858063 or 3268533. OLE color: 3268533.
HSL color Cylindrical-coordinate representation of color #B5DF31: hue angle of 74.48º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5DF31 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
RGB | 181 | 223 | 49 | - |
CMYK | 0.19 | 0 | 0.78 | 0.13 |
HSL | 74.48º | 0.73% | 0.53% | - |
HSV(B) | 74.48º | 0.78% | 0.87% | - |
XYZ | 46 | 62.82 | 12.61 | - |
YUV | 190.61 | 48.09 | 121.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 223 | 49 | 0.19 | 0 | 0.78 | 0.13 | 74.48 | 0.73 | 0.53 |
Hex | B5 | DF | 31 | 13 | 0 | 4E | D | 4A | 49 | 35 |
Octal | 265 | 337 | 61 | 23 | 0 | 116 | 15 | 112 | 111 | 65 |
Binary | 10110101 | 11011111 | 110001 | 10011 | 0 | 1001110 | 1101 | 1001010 | 1001001 | 110101 |
Color Harmonies of #B5DF31
Complementary color
Monochromatic Colors of #B5DF31
Black with #B5DF31
Text Example
Text Example
White with #B5DF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DF31; }
p { color: rgb(181,223,49); }
H1.HeaderClassName
{
color: #B5DF31;
}
.AnyTagClassName
{
color: #B5DF31;
}
</style>
background-color css
<style>
a { background-color: #B5DF31; }
a { background-color: rgb(181,223,49); }
div.DivClassName
{
background-color: #B5DF31;
}
.BgClassName
{
background-color: #B5DF31;
}
</style>
border-color css
<style>
span { border-color: #B5DF31; }
span { border-color: rgb(181,223,49); }
td.TdClassName
{
border-color: #B5DF31;
}
.TagClassName
{
border-color: #B5DF31;
}
</style>