Shades of Rio Grande #B5D518
Tints of Rio Grande #B5D518
RGB
CMYK
RGB Variations
Color information
#B5D518 (or 0xB5D518) is known color: Rio Grande. HEX triplet: B5, D5 and 18. RGB value is (181,213,24). Sum of RGB (Red+Green+Blue) = 181+213+24=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 24 (9.77% from 255 or 5.74% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D518 is #4A2AE7. Grayscale: #B6B6B6. Windows color (decimal): -4860648 or 1627573. OLE color: 1627573.
HSL color Cylindrical-coordinate representation of color #B5D518: hue angle of 70.16º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B5D518 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 213 | 24 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.16 |
| HSL | 70.16º | 0.8% | 0.46% | - |
| HSV(B) | 70.16º | 0.89% | 0.84% | - |
| XYZ | 43.02 | 57.48 | 9.69 | - |
| YUV | 181.89 | 38.9 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 24 | 0.15 | 0 | 0.89 | 0.16 | 70.16 | 0.8 | 0.46 |
| Hex | B5 | D5 | 18 | F | 0 | 59 | 10 | 46 | 50 | 2E |
| Octal | 265 | 325 | 30 | 17 | 0 | 131 | 20 | 106 | 120 | 56 |
| Binary | 10110101 | 11010101 | 11000 | 1111 | 0 | 1011001 | 10000 | 1000110 | 1010000 | 101110 |
Color Harmonies of #B5D518
Complementary color
Monochromatic Colors of #B5D518
Black with #B5D518
Text Example
Text Example
White with #B5D518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D518; }
p { color: rgb(181,213,24); }
H1.HeaderClassName
{
color: #B5D518;
}
.AnyTagClassName
{
color: #B5D518;
}
</style>
background-color css
<style>
a { background-color: #B5D518; }
a { background-color: rgb(181,213,24); }
div.DivClassName
{
background-color: #B5D518;
}
.BgClassName
{
background-color: #B5D518;
}
</style>
border-color css
<style>
span { border-color: #B5D518; }
span { border-color: rgb(181,213,24); }
td.TdClassName
{
border-color: #B5D518;
}
.TagClassName
{
border-color: #B5D518;
}
</style>