Shades of Rio Grande #B5D51E
Tints of Rio Grande #B5D51E
RGB
CMYK
RGB Variations
Color information
#B5D51E (or 0xB5D51E) is known color: Rio Grande. HEX triplet: B5, D5 and 1E. RGB value is (181,213,30). Sum of RGB (Red+Green+Blue) = 181+213+30=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 30 (12.11% from 255 or 7.08% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D51E is #4A2AE1. Grayscale: #B7B7B7. Windows color (decimal): -4860642 or 2020789. OLE color: 2020789.
HSL color Cylindrical-coordinate representation of color #B5D51E: hue angle of 70.49º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5D51E is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 213 | 30 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.16 |
| HSL | 70.49º | 0.75% | 0.48% | - |
| HSV(B) | 70.49º | 0.86% | 0.84% | - |
| XYZ | 43.08 | 57.51 | 10.06 | - |
| YUV | 182.57 | 41.9 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 30 | 0.15 | 0 | 0.86 | 0.16 | 70.49 | 0.75 | 0.48 |
| Hex | B5 | D5 | 1E | F | 0 | 56 | 10 | 46 | 4B | 30 |
| Octal | 265 | 325 | 36 | 17 | 0 | 126 | 20 | 106 | 113 | 60 |
| Binary | 10110101 | 11010101 | 11110 | 1111 | 0 | 1010110 | 10000 | 1000110 | 1001011 | 110000 |
Color Harmonies of #B5D51E
Complementary color
Monochromatic Colors of #B5D51E
Black with #B5D51E
Text Example
Text Example
White with #B5D51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D51E; }
p { color: rgb(181,213,30); }
H1.HeaderClassName
{
color: #B5D51E;
}
.AnyTagClassName
{
color: #B5D51E;
}
</style>
background-color css
<style>
a { background-color: #B5D51E; }
a { background-color: rgb(181,213,30); }
div.DivClassName
{
background-color: #B5D51E;
}
.BgClassName
{
background-color: #B5D51E;
}
</style>
border-color css
<style>
span { border-color: #B5D51E; }
span { border-color: rgb(181,213,30); }
td.TdClassName
{
border-color: #B5D51E;
}
.TagClassName
{
border-color: #B5D51E;
}
</style>