Shades of Rio Grande #B5D41D
Tints of Rio Grande #B5D41D
RGB
CMYK
RGB Variations
Color information
#B5D41D (or 0xB5D41D) is known color: Rio Grande. HEX triplet: B5, D4 and 1D. RGB value is (181,212,29). Sum of RGB (Red+Green+Blue) = 181+212+29=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D41D is #4A2BE2. Grayscale: #B6B6B6. Windows color (decimal): -4860899 or 1954997. OLE color: 1954997.
HSL color Cylindrical-coordinate representation of color #B5D41D: hue angle of 70.16º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5D41D is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 212 | 29 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.17 |
| HSL | 70.16º | 0.76% | 0.47% | - |
| HSV(B) | 70.16º | 0.86% | 0.83% | - |
| XYZ | 42.82 | 57 | 9.91 | - |
| YUV | 181.87 | 41.73 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 212 | 29 | 0.15 | 0 | 0.86 | 0.17 | 70.16 | 0.76 | 0.47 |
| Hex | B5 | D4 | 1D | F | 0 | 56 | 11 | 46 | 4C | 2F |
| Octal | 265 | 324 | 35 | 17 | 0 | 126 | 21 | 106 | 114 | 57 |
| Binary | 10110101 | 11010100 | 11101 | 1111 | 0 | 1010110 | 10001 | 1000110 | 1001100 | 101111 |
Color Harmonies of #B5D41D
Complementary color
Monochromatic Colors of #B5D41D
Black with #B5D41D
Text Example
Text Example
White with #B5D41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D41D; }
p { color: rgb(181,212,29); }
H1.HeaderClassName
{
color: #B5D41D;
}
.AnyTagClassName
{
color: #B5D41D;
}
</style>
background-color css
<style>
a { background-color: #B5D41D; }
a { background-color: rgb(181,212,29); }
div.DivClassName
{
background-color: #B5D41D;
}
.BgClassName
{
background-color: #B5D41D;
}
</style>
border-color css
<style>
span { border-color: #B5D41D; }
span { border-color: rgb(181,212,29); }
td.TdClassName
{
border-color: #B5D41D;
}
.TagClassName
{
border-color: #B5D41D;
}
</style>