Shades of Fuego #B5D42D
Tints of Fuego #B5D42D
RGB
CMYK
RGB Variations
Color information
#B5D42D (or 0xB5D42D) is known color: Fuego. HEX triplet: B5, D4 and 2D. RGB value is (181,212,45). Sum of RGB (Red+Green+Blue) = 181+212+45=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D42D is #4A2BD2. Grayscale: #B8B8B8. Windows color (decimal): -4860883 or 3003573. OLE color: 3003573.
HSL color Cylindrical-coordinate representation of color #B5D42D: hue angle of 71.14º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5D42D is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 212 | 45 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.17 |
| HSL | 71.14º | 0.66% | 0.5% | - |
| HSV(B) | 71.14º | 0.79% | 0.83% | - |
| XYZ | 43.07 | 57.1 | 11.23 | - |
| YUV | 183.69 | 49.73 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 212 | 45 | 0.15 | 0 | 0.79 | 0.17 | 71.14 | 0.66 | 0.5 |
| Hex | B5 | D4 | 2D | F | 0 | 4F | 11 | 47 | 42 | 32 |
| Octal | 265 | 324 | 55 | 17 | 0 | 117 | 21 | 107 | 102 | 62 |
| Binary | 10110101 | 11010100 | 101101 | 1111 | 0 | 1001111 | 10001 | 1000111 | 1000010 | 110010 |
Color Harmonies of #B5D42D
Complementary color
Monochromatic Colors of #B5D42D
Black with #B5D42D
Text Example
Text Example
White with #B5D42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D42D; }
p { color: rgb(181,212,45); }
H1.HeaderClassName
{
color: #B5D42D;
}
.AnyTagClassName
{
color: #B5D42D;
}
</style>
background-color css
<style>
a { background-color: #B5D42D; }
a { background-color: rgb(181,212,45); }
div.DivClassName
{
background-color: #B5D42D;
}
.BgClassName
{
background-color: #B5D42D;
}
</style>
border-color css
<style>
span { border-color: #B5D42D; }
span { border-color: rgb(181,212,45); }
td.TdClassName
{
border-color: #B5D42D;
}
.TagClassName
{
border-color: #B5D42D;
}
</style>