Shades of Rio Grande #B5D421
Tints of Rio Grande #B5D421
RGB
CMYK
RGB Variations
Color information
#B5D421 (or 0xB5D421) is known color: Rio Grande. HEX triplet: B5, D4 and 21. RGB value is (181,212,33). Sum of RGB (Red+Green+Blue) = 181+212+33=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 212 (83.20% from 255 or 49.77% from 426); Blue value is 33 (13.28% from 255 or 7.75% from 426); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D421 is #4A2BDE. Grayscale: #B7B7B7. Windows color (decimal): -4860895 or 2217141. OLE color: 2217141.
HSL color Cylindrical-coordinate representation of color #B5D421: hue angle of 70.39º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5D421 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 212 | 33 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.17 |
| HSL | 70.39º | 0.73% | 0.48% | - |
| HSV(B) | 70.39º | 0.84% | 0.83% | - |
| XYZ | 42.87 | 57.02 | 10.19 | - |
| YUV | 182.33 | 43.73 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 212 | 33 | 0.15 | 0 | 0.84 | 0.17 | 70.39 | 0.73 | 0.48 |
| Hex | B5 | D4 | 21 | F | 0 | 54 | 11 | 46 | 49 | 30 |
| Octal | 265 | 324 | 41 | 17 | 0 | 124 | 21 | 106 | 111 | 60 |
| Binary | 10110101 | 11010100 | 100001 | 1111 | 0 | 1010100 | 10001 | 1000110 | 1001001 | 110000 |
Color Harmonies of #B5D421
Complementary color
Monochromatic Colors of #B5D421
Black with #B5D421
Text Example
Text Example
White with #B5D421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D421; }
p { color: rgb(181,212,33); }
H1.HeaderClassName
{
color: #B5D421;
}
.AnyTagClassName
{
color: #B5D421;
}
</style>
background-color css
<style>
a { background-color: #B5D421; }
a { background-color: rgb(181,212,33); }
div.DivClassName
{
background-color: #B5D421;
}
.BgClassName
{
background-color: #B5D421;
}
</style>
border-color css
<style>
span { border-color: #B5D421; }
span { border-color: rgb(181,212,33); }
td.TdClassName
{
border-color: #B5D421;
}
.TagClassName
{
border-color: #B5D421;
}
</style>