Shades of Fuego #B5DD28
Tints of Fuego #B5DD28
RGB
CMYK
RGB Variations
Color information
#B5DD28 (or 0xB5DD28) is known color: Fuego. HEX triplet: B5, DD and 28. RGB value is (181,221,40). Sum of RGB (Red+Green+Blue) = 181+221+40=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 40 (16.02% from 255 or 9.05% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DD28 is #4A22D7. Grayscale: #BDBDBD. Windows color (decimal): -4858584 or 2678197. OLE color: 2678197.
HSL color Cylindrical-coordinate representation of color #B5DD28: hue angle of 73.26º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5DD28 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 221 | 40 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.13 |
| HSL | 73.26º | 0.73% | 0.51% | - |
| HSV(B) | 73.26º | 0.82% | 0.87% | - |
| XYZ | 45.3 | 61.69 | 11.53 | - |
| YUV | 188.41 | 44.25 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 221 | 40 | 0.18 | 0 | 0.82 | 0.13 | 73.26 | 0.73 | 0.51 |
| Hex | B5 | DD | 28 | 12 | 0 | 52 | D | 49 | 49 | 33 |
| Octal | 265 | 335 | 50 | 22 | 0 | 122 | 15 | 111 | 111 | 63 |
| Binary | 10110101 | 11011101 | 101000 | 10010 | 0 | 1010010 | 1101 | 1001001 | 1001001 | 110011 |
Color Harmonies of #B5DD28
Complementary color
Monochromatic Colors of #B5DD28
Black with #B5DD28
Text Example
Text Example
White with #B5DD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DD28; }
p { color: rgb(181,221,40); }
H1.HeaderClassName
{
color: #B5DD28;
}
.AnyTagClassName
{
color: #B5DD28;
}
</style>
background-color css
<style>
a { background-color: #B5DD28; }
a { background-color: rgb(181,221,40); }
div.DivClassName
{
background-color: #B5DD28;
}
.BgClassName
{
background-color: #B5DD28;
}
</style>
border-color css
<style>
span { border-color: #B5DD28; }
span { border-color: rgb(181,221,40); }
td.TdClassName
{
border-color: #B5DD28;
}
.TagClassName
{
border-color: #B5DD28;
}
</style>